Skip to content

Commit a208f2d

Browse files
Mattijs Korpershoekpraneethbajjuri
authored andcommitted
feat(android): ota: Fix code-block indents for sideload section
The sideload code examples are not properly indented in the list of steps. Because of this, we cannot use implicit list numbering properly. Fix the indentation to prepare implicit list numbering conversion. Suggested-by: Randolph Sapp <[email protected]> Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 06493bd commit a208f2d

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

source/devices/AM62PX/android/Application_Notes_OTA.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ OTA via ``adb sideload``
2020

2121
2. Build OTA package
2222

23-
.. code-block:: console
23+
.. code-block:: console
2424
25-
$ cd ${YOUR_PATH}/ti-aosp-15
26-
$ source build/envsetup.sh
27-
$ lunch <BUILD_TARGET>
28-
$ export DIST_DIR=./dist_output
29-
$ m dist
25+
$ cd ${YOUR_PATH}/ti-aosp-15
26+
$ source build/envsetup.sh
27+
$ lunch <BUILD_TARGET>
28+
$ export DIST_DIR=./dist_output
29+
$ m dist
3030
3131
3. `Enable adb debugging on your device <https://developer.android.com/studio/command-line/adb#Enabling>`__
3232

3333
4. Reboot to recovery and apply OTA
3434

35-
.. code-block:: console
35+
.. code-block:: console
3636
37-
$ adb reboot sideload
38-
$ adb wait-for-sideload
39-
$ adb sideload $DIST_DIR/am62p-ota-eng.${USER}.zip
40-
$ adb reboot
37+
$ adb reboot sideload
38+
$ adb wait-for-sideload
39+
$ adb sideload $DIST_DIR/am62p-ota-eng.${USER}.zip
40+
$ adb reboot
4141
4242
4343
.. _android-ota-update-engine:

source/devices/AM62X/android/Application_Notes_OTA.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ OTA via ``adb sideload``
2020

2121
2. Build OTA package
2222

23-
.. code-block:: console
23+
.. code-block:: console
2424
25-
$ cd ${YOUR_PATH}/ti-aosp-15
26-
$ source build/envsetup.sh
27-
$ lunch <BUILD_TARGET>
28-
$ export DIST_DIR=./dist_output
29-
$ m dist
25+
$ cd ${YOUR_PATH}/ti-aosp-15
26+
$ source build/envsetup.sh
27+
$ lunch <BUILD_TARGET>
28+
$ export DIST_DIR=./dist_output
29+
$ m dist
3030
3131
3. `Enable adb debugging on your device <https://developer.android.com/studio/command-line/adb#Enabling>`__
3232

3333
4. Reboot to recovery and apply OTA
3434

35-
.. code-block:: console
35+
.. code-block:: console
3636
37-
$ adb reboot sideload
38-
$ adb wait-for-sideload
39-
$ adb sideload $DIST_DIR/am62x-ota-eng.${USER}.zip
40-
$ adb reboot
37+
$ adb reboot sideload
38+
$ adb wait-for-sideload
39+
$ adb sideload $DIST_DIR/am62x-ota-eng.${USER}.zip
40+
$ adb reboot
4141
4242
4343
.. _android-ota-update-engine:

0 commit comments

Comments
 (0)