Skip to content

Commit 51d6a5a

Browse files
committed
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 <jm@ti.com>
1 parent e7a43d3 commit 51d6a5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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
@@ -226,9 +226,11 @@ possible to format a partition to ext4 in U-Boot, so the recommended process is
226226
an SD card with TI SDK image, boot the device with SD card boot to Linux kernel prompt,
227227
and prepare eMMC UDA from Linux.
228228

229+
Note that in the following examples the "root" partition is the second disk partition, in our
230+
case, "root" will be the first partition so replace :file:`/dev/mmcblk0p2` with :file:`/dev/mmcblk0p1`.
229231
First create a "root" partition to flash the rootfs as shown :ref:`here <mmc-create-root-partition-emmc-linux>`.
230232
The new disk partition should be formatted as ext4 type as shown :ref:`here <mmc-format-partition-ext4>`.
231-
Mount the new partition and flash the rootfs as shown :ref:`here <mmc-flash-emmc-uda-root>`.
233+
Mount the new partition and flash the rootfs as shown :ref:`here <mmc-flash-emmc-uda-root>`.
232234
The Linux kernel :file:`Image` and DT file are expected to be in the /boot folder of the
233235
"root" partition in order for u-boot to find and load them.
234236

0 commit comments

Comments
 (0)