raspi5 adb not working over USB
JitendraKarma opened this issue · 2 comments
Hi,
I falshed Android-14 in raspi5 board and connected type-C cable to provide power the board and use ADB. I am not able to use ADB over USB in raspi5 board. But over the wifi, I can use through adb connect <ip_address>
Do we have any solution or workaround for using adb over USB in raspi5 ?
Note: Same code base I built for raspi4 and able to use over USB and wifi both.
Thanks & Regards,
Jitendra Karma
This is supported since January.
#51 (comment)
You'll likely need to update EEPOM. What version do you have (vcgencmd bootloader_version
)?
Thank you for quick response and solution.
Here is update
Output of vcgencmd bootloader_version
2024/02/16 15:28:41
version 4c845bd37c8a7c7ff79173cdc50dd3facf63996f (release)
timestamp 1708097321
update-time 1710515530
capabilities 0x0000007f
I am able to use adb over USB and here are steps which I followed
- Download raspi OS, after flashing , connected into raspi 5 board
- Connected to wifi network to update EEPROM
- Run
sudo rpi-eeprom-update
and reboot the device
After that I flashed Android-14 image and start using adb over USB.