I tried flashing my Kindle Fire with a custom boot.img using this command:
$ fastboot -b 0x80000000 -i 0x1949 flash boot boot.img && fastboot reboot sending 'boot' (3536 KB)... OKAY [ 0.889s] writing 'boot'... OKAY [ 0.858s] finished. total time: 1.746s rebooting... ERROR: usb_read failed with status e00002ed finished. total time: 0.001s $
but it always gets stuck in Fastboot Mode (requiring recovery mode). What's the correct command to get a successful flash?
usb_readfails because the device has rebooted. – superuser Feb 26 '12 at 7:21fastboot boot boot.img– eldarerathis♦ Feb 26 '12 at 16:54