More info:
I think the fastboot is not working as it should. But it showed as in fastboot mode. How can I indentify the problem at this point? Could it be some configuration issues (i.e. USB connection)?
================================
0. in /device/ti/panda:
-rw-rw-r-- 1 androidgroup androidgroup 165012 Jun 26 01:17 bootloader.bin
-rwxrwxr-x 1 androidgroup androidgroup 50164 Jun 26 01:17 usbboot
-rw-rw-r-- 1 androidgroup androidgroup 23824 Jun 26 01:17 xloader.bin
1. plug in USB cable then power-on the pandaboard. Use lsusb to list USB devices:
...
Bus 001 Device 084: ID 0451:d010 Texas Instruments, Inc. <- detect the pandaboard
2. load fastboot over USB:
androidgroup@gimli:~/android$ sudo device/ti/panda/usbboot device/ti/panda/bootloader.bin
[sudo] password for androidgroup:
using built-in 2ndstage.bin
reading ASIC ID
CHIP: 4440
IDEN: 0000000000000000000000000000000000000000
MPKH: 0000000000000000000000000000000000000000000000000000000000000000
CRC0: 229e85ba
CRC1: 00000000
sending 2ndstage to target... f0030002
waiting for 2ndstage response...
sending image to target...
3. load completed, check USB device again
androidgroup@gimli:~/android$ lsusb
...
Bus 001 Device 100: ID 0451:d022 Texas Instruments, Inc. <- this indicates the board is in fastboot mode "d022"
4. use fastboot to list devices:
androidgroup@gimli:~/android$ fastboot devices
1732000200000001 fastboot
5. try fastboot command:
androidgroup@gimli:~/android$ fastboot getvar version-bootloader
(no response, unplug USB cable to force command exit)
getvar:version-bootloader FAILED (status read failed (No such device))
finished. total time: 154.489s
============================
Any suggestion is appreciated!
/max
On Wednesday, June 27, 2012 11:24:34 AM UTC-7, max chu wrote:Yes, SD card is in pandaboard.--
A little more info; I unplug the USB cable after long wait (several hours later) and the fastboot response following
FAILED (status read failed (No such device))
finished. total time: 249390.445s
When I checked the SD card, it has 7 partitions:
Partition File System Size
/dev/sdc1 unknown 128KB
/dev/sdc2 unknown 256KB
/dev/sdc3 unknown 8MB
/dev/sdc4 unknown 8MB
/dev/sdc5 unknown 512MB
/dev/sdc6 unknown 256B
/dev/sdc7 unknown 6.6GB
On Wednesday, June 27, 2012 9:57:24 AM UTC-7, Anthony Russello wrote:Hi,Do you have an sdcard inserted when you run fastboot oem format?Thanks,Anthony
On Tuesday, 26 June 2012 18:45:39 UTC-4, max chu wrote:Hi All,
Can someone help?
I have built ICS 4.0.4 on Ubuntu 12.04 for Pandaboard ES (full_panda-userdebug). My problem is when I tried flashing to SD card, the format command never return. I think the usbboot is fine.
The last two commands:
==========================
androidgroup@gimli:~/ics_source$ sudo ./out/host/linux-x86/bin/fastboot devices
1732000200000001 fastboot
androidgroup@gimli:~/ics_source$ sudo ./out/host/linux-x86/bin/fastboot oem format
... <- never return
=================
Thx.
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en