英文:
How to build full Android AOSP images for Raspberry Pi 4?
问题
我正在尝试使用AOSP构建操作系统。我已经下载了项目,为ARM64构建了一个版本,但无法获取Raspberry Pi 4的供应商镜像。我得到了ramdisk.img和system.img,但没有供应商镜像。
尽管它显示构建成功,但我仍然无法看到供应商镜像。
我进行了一些研究,并使用了“make -j16”命令进行了构建。
然后我尝试再次构建,使用了“make ramdisk systemimage vendorimage”命令。
得到了ramdisk和systemimage,但仍然没有运气。
英文:
I am trying to make a build of an OS using AOSP. I have downloaded the project, made a build for ARM64 but not able to get the vendor image for Raspberry Pi 4. I got ramdisk.img, system.img but not the vendor image.
Although it says build completed successfully, I am still not able to see vendor image
I did some research and made build with "make -j16" command.
Then I tried to make the build again with "make ramdisk systemimage vendorimage" command.
Got the ramdisk and systemimage but still no luck.
答案1
得分: 0
Android source details for Raspberry Pi.
https://github.com/raspberry-vanilla/android_local_manifest/tree/android-13.0
Automotive android for Raspberry Pi:
https://www.snappautomotive.io/blog/android-automotive-os-13-on-a-raspberry-pi-4
英文:
Android source details for Raspberry Pi.
https://github.com/raspberry-vanilla/android_local_manifest/tree/android-13.0
Automotive android for Raspberry Pi:
https://www.snappautomotive.io/blog/android-automotive-os-13-on-a-raspberry-pi-4
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论