问题
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