Android车机DIY开发之软件篇(九) NXP AutomotiveOS编译

Android车机DIY开发之软件篇(十一) NXP AutomotiveOS编译

复制代码
Google 在汽车上也提供了用于汽车的 Google 汽车服务(GAS,Google Automotive Service),包含有 Google 地图、应用市场、Google 汽车助理等等。Google 汽车服务同样没有开源,而是以软件包的形式提供给制造商。 目前国内汽车搭载的 Android 系统都是在标准的 Android Automotive OS 基础上对架构重新进行了定制及应用的本地化适配。

SystemUI 位置 /frameworks/base/packages/SystemUI

CarSystemUI 位置 packages/apps/Car/SystemUI

CarLuncher 位置packages/apps/Car/Launcher

CarServices 位置packages/services/Car/service

CarAPI 位置packages/Car/car-lib car-support-lib

编译镜像文件位置 device/generic/car/XXX.mk

Android Studio for Platform

1. 下载地址

nxp下载地址

解压automotive-14.0.0_2.1.0.tar.gz 到 ~/.

2.在HOME执行

sudo rm -rf /usr/bin/python

sudo ln -s /usr/bin/python2 /usr/bin/python

git config --global user.name "zc9527"

git config --global user.email"[email protected]"

git config --global http.proxy http://127.0.0.1:2081

复制代码
  谷歌镜像
  mkdir ~/bin
  curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  chmod a+x ~/bin/repo
  export PATH=${PATH}:~/bin
  source ~/imx-automotive-14.0.0_2.1.0/imx_android_setup.sh

使用清华镜像提高下载速度

mkdir ~/bin

curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo > ~/bin/repo

chmod a+x ~/bin/repo

export PATH=${PATH}:~/bin

export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'

source ~/imx-automotive-12.0.0_1.1/imx_android_setup.sh

基于清华大学镜像服务器,修改 android_build/.repo/manifests/ 目录下 .xml 文件,如下所示:

fetch="https://aosp.tuna.tsinghua.edu.cn"

review="https://android-review.googlesource.com/"/>

<defaultrevision="refs/tags/android-14.0.0.2.1.0"

上面这条命令会执行很长时间

3.编译

编译选项

mek_8q_car-trunk_staginguserdebug i.MX 8QuadXPlus/8QuadMax MEK Board with the EVSfunction enabled on the Arm Cortex-M4 CPU core
mek_8q_car2-trunk_staginguserdebug i.MX 8QuadMax/8QuadXPlus MEK Board with the EVS function enabled on the Arm Cortex-A CPU cores (Power mode switch demo is running on the Cortex-M4 core in thisconfiguration)
-- --
相关推荐
张拭心1 小时前
工作九年程序员的三月小结
android·前端
每次的天空1 小时前
Flutter学习总结之Android渲染对比
android·学习·flutter
promising-w3 小时前
【TI MSPM0】UART学习
嵌入式硬件·学习·ti 单片机
SiMmming3 小时前
【算法竞赛】状态压缩型背包问题经典应用(蓝桥杯2019A4分糖果)
c++·经验分享·算法·职场和发展·蓝桥杯·动态规划
风之桠3 小时前
考研总结(初试篇)--双非勇闯985
经验分享·考研
damo王3 小时前
单片机实现多线程的方法汇总
单片机·嵌入式硬件
鸿蒙布道师3 小时前
鸿蒙NEXT开发土司工具类(ArkTs)
android·ios·华为·harmonyos·arkts·鸿蒙系统·huawei
智想天开4 小时前
11.使用依赖注入容器实现松耦合
android
月阳羊4 小时前
【无人机】PX4 飞控系统架构
嵌入式硬件·系统架构·无人机
基极向上的三极管4 小时前
【51单片机】3-3【定时器/计数器/中断】超声波测距模块测距
单片机·嵌入式硬件·51单片机