如何为树莓派4构建完整的Android AOSP镜像?

huangapple go评论56阅读模式
英文:

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

huangapple
  • 本文由 发表于 2023年4月19日 22:46:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/76055884.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定