flash.sh is just do 'adb shell reboot bootloader' and make your device reboot 
to bootloader (fastboot mode). So, it looks like you cannot get adb work. Have 
you ever checked your adb is working (is your device usb debugging enabled)? 
After restart udev, did you re-run adb server? Just 'adb kill-server' and 'adb 
shell' to start again. If your adb is working, fastboot is another problem.

If you're flashing images to freescale device, the very first thing you need to 
make sure is that your bootloader can really enter into fastboot mode.  Because 
I'm not sure all devices' bootloader shipped can use fastboot protocol to 
update. As far as I know, there is a official Windows-only tool to update 
freescale device, which is not fastboot. So are you sure your freescale 
bootloader can enter into fastboot mode?
flash.sh does not do much magic, you can goto out/target/product/device_id and 
flash manually via:
 fastboot flash boot boot.img
 fastboot flash system system.img

If your device can enter into fastboot mode, you can use command 'fastboot 
devices' to verify.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to