Hello everybody,
I am trying to download the Install source package of Android Automotive 11.0.0_2.5.0 (Linux 5.10.72 Kernel).
I am executing
source imx_android_setup.sh
When I do this I get the following error
From https://gerrit.googlesource.com/git-repo
45ef901..a39af3d main -> origin/main
fatal: refs/remotes/origin/v2.4.1^0: not a valid SHA1
---------------------------------------------------
-----Repo Init failure
---------------------------------------------------
When I get inside the script and I go to the link in the repo command
repo init -u https://source.codeaurora.org/external/imx/imx-manifest.git -b imx-android-11 -m imx-automotive-11.0.0_2.5.0.xml --repo-branch=v2.4.1
https://source.codeaurora.org/external/imx/imx-manifest.git
The link goes to a webpage that says " Repo Not Found"
I think there is a problem with the link, NXP shouldn't update this link in the script?
Here is the link where I am downloading the Source Package
https://www.nxp.com/design/software/embedded-software/i-mx-software/android-automotive-os-for-i-mx-a...
The lInk to Download the Source Package
Install Source Package
I am running this in a Ubuntu 20 clean machine.