This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fastboot support for AM335x



Hello 

        I'm using Beaglebone Black  with Android ICS and it have on board eMMC (2GB). I need to flash the eMMC so i followed the fastboot procedure given in following link

http://processors.wiki.ti.com/index.php/AM335x_Android_eMMC_booting

      Here we have to type U-Boot# fastboot to enter into fast boot in target device. so we should need UART0 to get u-boot prompt. Hence i connected the UART0_RX,TX with my usb to serial with my Ubuntu host.

1. ) I've typed the fastboot in u-boot prompt but there is error message        

                      U-Boot# fastboot
                      Unknown command 'fastboot' - try 'help'

                  But i guess we can configure in u-boot source file to work the fastboot. if it can what is procedure or what is the patch to do?

2.) Beaglebone black will support fastboot?

3.) If its support, I'll connect the both USB to UART cable and USB device cable with my device. Fastboot will run on which cable USB to UART cable or USB device                                             cable?

4.) If its run on USB to UART cable in the sense, capacity of android images is large (>500MB) how its possible via UART0. or it will detect USB device cable and                                  communicate with processor via USB0?

5.) what are the changes have to do in u-boot to work with USB device

Summary is how to flash the Android image into Beaglebone black eMMC?

Thanks in advance..!!