frederic / superbird-bulkcmd

Spotify Car Thing (superbird) resources to access U-Boot shell over USB
247 stars 14 forks source link

Failure to gain ADB access on normal boot #14

Closed ivybowman closed 2 years ago

ivybowman commented 2 years ago

I followed the steps exactly. When I run the uboot continue script it has this error and seems to boot fine.

ivybowman@pop-os:~/superbird-bulkcmd$ sudo ./scripts/uboot-continue.sh 
AmlUsbBulkCmd[mw.b 0x17f89754 1]
[AmlUsbRom]Err:return len=0 < strLenBusy 11
[AmlUsbRom]Inf:bulkInReply 
ERR: AmlUsbBulkCmd failed!

However even after disabling AVB using the script provided, and running the adb script in a root shell, I don't get adb on running uboot-continue after plugging it in.

I have already attempted the upload-kernel.sh script however this is the output.

ivybowman@pop-os:~/superbird-bulkcmd$ sudo ./scripts/upload-kernel.sh 
AmlUsbBulkCmd[amlmmc env]
[AmlUsbRom]Inf:bulkInReply success
..
Transfer Complete! total size is 570 Bytes
AmlUsbBulkCmd[env import -t 0x13000000 0x23a]
[AmlUsbRom]Inf:bulkInReply success
......................................................................................................................................................................................................................................................................................................................................................................................................................................
Transfer Complete! total size is 13780992 Bytes
......................................................................................
Transfer Complete! total size is 2789041 Bytes
Booting...
AmlUsbBulkCmd[booti 0x01080000 0x13000000]
[AmlUsbRom]Err:return len=0 < strLenBusy 11
[AmlUsbRom]Inf:bulkInReply 
ERR: AmlUsbBulkCmd failed!

While after running this script the screen just shows the bootlogo, I can interface with it over adb and it connects to my phone, hell voice control even works but again nothing else. I wonder if this was due to an update changing some memory addresses. Can anyone help me? Thanks!

I am running Pop OS! 22.04 LTS My car thing is running: App Version: 0.24.107 OS Version 6.3.29 AVB: Disabled

Btw this is the same error as #9

ivybowman commented 2 years ago

I have no clue what happened but it seems to be env based.