Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/android/Foundational_Components_Bootloaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/android/Foundational_Components_Kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion source/android/Overview_Building_the_SDK.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down