diff --git a/source/android/Foundational_Components_Bootloaders.rst b/source/android/Foundational_Components_Bootloaders.rst index 2db2f48cc..8ad708448 100644 --- a/source/android/Foundational_Components_Bootloaders.rst +++ b/source/android/Foundational_Components_Bootloaders.rst @@ -31,7 +31,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Bootloader.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Bootloader.xml $ repo sync For more information about ``repo``, visit `Android's official diff --git a/source/android/Foundational_Components_Kernel.rst b/source/android/Foundational_Components_Kernel.rst index 52204b32c..e13751ad4 100644 --- a/source/android/Foundational_Components_Kernel.rst +++ b/source/android/Foundational_Components_Kernel.rst @@ -23,7 +23,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Kernel-6.6.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Kernel.xml $ repo sync .. tip:: @@ -32,7 +32,7 @@ Fetch the code using ``repo``: .. code-block:: console - $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Kernel-6.6.xml --depth=1 + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Kernel.xml --depth=1 .. _android-build-kernel: diff --git a/source/android/Overview_Building_the_SDK.rst b/source/android/Overview_Building_the_SDK.rst index 8e4a586a4..4c97ba260 100644 --- a/source/android/Overview_Building_the_SDK.rst +++ b/source/android/Overview_Building_the_SDK.rst @@ -40,7 +40,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-aosp-15 && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01.xml $ repo sync .. tip::