I am trying to build an Android image for Raspberry Pi 4B with Android Automotive OS instead of the usual Android. Following the instructions on this repository worked from the repo sync down to the generated files I have to put onto my SD card.
The problem arises once I put the newly formatted SD card into the RPi 4b. The rainbow screen appears, goes away and then the boot animation for AAOS appears... And stays on it for an indefinite time.
I did try to do the same with the original repository, modified some config to make it Automotive. I even went to a third repository and my luck failed there as well...
The modification I added was this line in the rpi4.mk
file
$(call inherit-product, packages/services/Car/car_product/build/car.mk)
To add: On the latter 2 builds I did try the pure Android RPi without Automotive modification, which booted perfectly fine. And currently we are working with an image of AAOS Version 11 (API 30) on a Raspberry Pi (albeit with some hiccups)
My question(s):
- Am I missing more configuration?
- Is it possible to build AAOS on Version 12 (especially for the Raspberry Pi)?