Hello.
I'm attempting to replicate the recipe here
http://omappedia.org/wiki/Panda5AJ.1.4_Release_Notes
I was able to run 'usbboot -f' followed by 'flashboot.sh' successfully once. Although I think my emmc image was corrupt and/or incomplete. So I attempted to reproduce the sequence but now it seems stuck during the usboot phase. If I leave the eMMC in the boot order then it doesn't get very far at all. This is expected since the SoC starts booting from the eMMC image and doesn't get to the usb boot. So I changed the boot order, via SYSBOOT, to be USB -> NAND -> N/A. Even so the usbboot phase doesn't get past waiting for the (embedded) 2nd stage boot loader to respond. Output as follows
$ sudo ./usbboot -f waiting for device... reading ASIC ID CHIP: 5430 rom minor version: 01 IDEN: 0000000000000000000000000000000000000000 MPKH: 0000000000000000000000000000000000000000000000000000000000000000 CRC0: 06e92275 CRC1: 00000000 device is GP using built-in GP iboot of size 23-KB sending 2ndstage to target... waiting for 2ndstage response...
Any ideas?
Regards,
Martin