How to run openwrt for ppc on qemu?

2019-08-28 02:58发布

问题:

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:

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