Qemu flash boot up does not work
问题 I have a rather old (published in 2009) embedded ARM linux book that uses u-boot and qemu . The usage of qemu with the u-boot binary explained in the book is as follows: qemu-system-arm -M connex -pflash u-boot.bin -nographic It uses qemu 0.9.1, and mine is 2.1.0: qemu-system-arm --version QEMU emulator version 2.1.0, Copyright (c) 2003-2008 Fabrice Bellard When I executed the same command, however, I got these error messages. qemu-system-arm: failed to read the initial flash content qemu