Hello,
We are currently investigating AndroidAutomotive/AGL(AutomotiveGradeLinux).
The purpose is to perform the authorization process using Ipod Auth Module(AUTHIC 2.0C or 3.0C) while AndroidAutomotive or AGL(AutomotiveGradeLinux) is active.
Q1:
We have iMX6 SABRE AI Board.
We found the source tree for Android8.0 (imx-o8.0.0_1.0.0_ga.tar.gz).
However we have not found the source tree for AndroidAutomotive yet.
https://source.android.com/devices/automotive
Is AndroidAutomotive not officially supported ?
Q2:
Also we searched for the BSP environment for AGL(AutomotiveGradeLinux), but we could not find it.
Is AGL not supported ?
Hi,
The AGL is supported, you can see the meta-nxp-agl.git - NXP AGL Yocto Project Demo Layer
Compile command is as following:
DISTRO=nxp-imx-agl-wayland MACHINE=imx6qsabresd source nxp-setup-agl.sh -b bld-agl
bitbake agl-demo-platform
You can refer to. I have not tried it. Hope this can do help for you.
Have a ncie day
Rita
Hi Rita,
The repo sync is not succeeding at all in the link you had sent for AGL build, kindly share the link with correct steps, or is there a fix for this ? too many steps for imx is floating around, NXP can show us correct pointers to refer the steps. We are using nxp extensively.
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.0.0-agl-demo.xml
Fetching projects: 86% (13/15)
Fetching project meta-fsl-bsp-release
remote: Counting objects: 102054, done.
remote: Compressing objects: 100% (31874/31874), done.
error: Cannot fetch DemoApps/CES2016 from https://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016
remote: Total 102054 (delta 62576), reused 97678 (delta 58476)
Fetching projects: 93% (14/15)
error: Exited sync due to fetch errors
Thanks and Regards
Mani
Thank you for your prompt reply.
I'll give it a try.