Skip to content

Commit 690f2b5

Browse files
jmentipraneethbajjuri
authored andcommitted
fix(linux): fix eMMC raw boot offsets
For am62ax, am62px, and now am62lx, these devices to not use sysfw, so use the correct eMMC boot offsts instantiation that does not include sysfw for these devices. Signed-off-by: Judith Mendez <[email protected]>
1 parent 878306c commit 690f2b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/linux/Foundational_Components/U-Boot/UG-Memory-K3.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ them to the eMMC boot0 HW partition:
158158
=> fatload mmc 1 ${loadaddr} u-boot.img
159159
=> mmc write ${loadaddr} 0x1800 0x2000
160160
161-
.. ifconfig:: CONFIG_part_variant in ('J721S2', 'AM62X', 'J784S4','J742S2', 'J722S')
161+
.. ifconfig:: CONFIG_part_variant in ('J721S2', 'AM62X', 'J784S4','J742S2', 'J722S', 'AM62PX', 'AM62AX', 'AM62LX')
162162

163163
.. code-block:: console
164164
@@ -170,7 +170,7 @@ them to the eMMC boot0 HW partition:
170170
=> fatload mmc 1 ${loadaddr} u-boot.img
171171
=> mmc write ${loadaddr} 0x1400 0x2000
172172
173-
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'J7200', 'J721S2', 'AM62X', 'J784S4','J742S2', 'J722S')
173+
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'J7200', 'J721S2', 'AM62X', 'J784S4','J742S2', 'J722S', 'AM62PX', 'AM62AX', 'AM62LX')
174174

175175
.. code-block:: console
176176
@@ -204,7 +204,7 @@ eMMC layout
204204
+----------------------------------+0x3A00 +-------------------------+
205205
boot0 HW partition (8 MB) user partition
206206
207-
.. ifconfig:: CONFIG_part_variant in ('J721S2', 'AM62X')
207+
.. ifconfig:: CONFIG_part_variant in ('J721S2', 'AM62X', 'AM62PX', 'AM62AX', 'AM62LX')
208208

209209
.. code-block:: text
210210
@@ -221,7 +221,7 @@ eMMC layout
221221
+----------------------------------+0x3600 +-------------------------+
222222
boot0 HW partition (8 MB) user partition
223223
224-
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'J7200', 'J721S2', 'AM62X')
224+
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'J7200', 'J721S2', 'AM62X', 'AM62PX', 'AM62AX', 'AM62LX')
225225

226226
.. code-block:: text
227227

0 commit comments

Comments
 (0)