running u-boot on qemu mips
时间:2010-04-06 来源:nevgep
It's a note.
cross tool chain: deb http://www.emdebian.org/debian/ lenny main
make clean
make qemu_mips_config
export CROSS_COMPILE=mips-linux-gnu-
make u-boot.bin
dd of=flash bs=1k count=4k if=/dev/zero
dd of=flash bs=1k conv=notrunc if=u-boot.bin
qemu-system-mips -M mips -pflash flash
(Ctrl-Alt-3!)
cross tool chain: deb http://www.emdebian.org/debian/ lenny main
make clean
make qemu_mips_config
export CROSS_COMPILE=mips-linux-gnu-
make u-boot.bin
dd of=flash bs=1k count=4k if=/dev/zero
dd of=flash bs=1k conv=notrunc if=u-boot.bin
qemu-system-mips -M mips -pflash flash
(Ctrl-Alt-3!)
相关阅读 更多 +
排行榜 更多 +