How to run openwrt for ppc on qemu?

為{幸葍}努か 提交于 2019-12-11 21:27:39

问题


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



来源:https://stackoverflow.com/questions/18890866/how-to-run-openwrt-for-ppc-on-qemu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!