【发布时间】:2013-09-19 09:23:22
【问题描述】:
我需要为 MPC8377EWLANA 测试一些编译文件
我还没有硬件
任何人都知道如何在 qemu-ppc 上运行 openwrt,或者可能在其他虚拟机上运行?
【问题讨论】:
标签: virtual-machine qemu openwrt powerpc
我需要为 MPC8377EWLANA 测试一些编译文件
我还没有硬件
任何人都知道如何在 qemu-ppc 上运行 openwrt,或者可能在其他虚拟机上运行?
【问题讨论】:
标签: virtual-machine qemu openwrt powerpc
对于 arm 你可以这样运行
qemu-system-arm -M realview-eb-mpcore -kernel openwrt-realview-vmlinux.elf -net nic -net user -nographic
类似的方法你可以试试
qemu-system-ppc -M (machine) -kernel (kernel image) -net nic -net user -nographic
【讨论】: