How to run openwrt for ppc on qemu?

2019-08-28 02:08发布

I need to test some compiled files for MPC8377EWLANA

And i don't have hardware yet

Any one knows how to run openwrt on qemu-ppc or may be on some other virtual machine?

1条回答
贼婆χ
2楼-- · 2019-08-28 03:03

For arm you can Run like this

qemu-system-arm -M realview-eb-mpcore -kernel openwrt-realview-vmlinux.elf -net nic -net user -nographic

similarway you can try

qemu-system-ppc -M (machine) -kernel (kernel image) -net nic -net user -nographic

查看更多
登录 后发表回答