You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully compiled AOSP according to the documentation and generated an image for rasp pi 5. However, after writting to the sdcard, the Android system cannot be started in rasp pi 5. How should I debug and find problems in the boot process?
The text was updated successfully, but these errors were encountered:
Best way is to have a serial console adapter on the dedicated UART connector on Pi 5. On Pi 4 this is on GPIO14/15 (on Pi 5 you would need to revert raspberry-vanilla/android_device_brcm_rpi5@71b154a to have this on the GPIO).
You can also use ADB on the USB-C port if you have outside power source (powered USB-C hub, 5V on the GPIO, etc).
I successfully compiled AOSP according to the documentation and generated an image for rasp pi 5. However, after writting to the sdcard, the Android system cannot be started in rasp pi 5. How should I debug and find problems in the boot process?
The text was updated successfully, but these errors were encountered: