Skip to content

Commit 789b9c3

Browse files
jmentiStaticRocket
authored andcommitted
fix(linux): Add note to help format eMMC root partition
The examples listed in MMC-SD assume there are two partitions in eMMC UDA, but the eMMC boot guide should only have one for the rootfs. Add a note in eMMC boot guide to replace '/dev/mmcblk0p2' with '/dev/mmcblk0p1' since examples in eMMC boot guide refer to those in MMC-SD. Signed-off-by: Judith Mendez <[email protected]>
1 parent 0c7cb16 commit 789b9c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/linux/How_to_Guides/Target/How_to_emmc_boot.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,11 @@ possible to format a partition to ext4 in U-Boot, so the recommended process is
201201
an SD card with TI SDK image, boot the device with SD card boot to Linux kernel prompt,
202202
and prepare eMMC UDA from Linux.
203203

204+
Note that in the following examples the "root" partition is the second disk partition, in our
205+
case, "root" will be the first partition so replace :file:`/dev/mmcblk0p2` with :file:`/dev/mmcblk0p1`.
204206
First create a "root" partition to flash the rootfs as shown :ref:`here <mmc-create-root-partition-emmc-linux>`.
205207
The new disk partition should be formatted as ext4 type as shown :ref:`here <mmc-format-partition-ext4>`.
206-
Mount the new partition and flash the rootfs as shown :ref:`here <mmc-flash-emmc-uda-root>`.
208+
Mount the new partition and flash the rootfs as shown :ref:`here <mmc-flash-emmc-uda-root>`.
207209
The Linux kernel :file:`Image` and DT file are expected to be in the /boot folder of the
208210
"root" partition in order for u-boot to find and load them.
209211

0 commit comments

Comments
 (0)