Skip to content

Commit f8793d3

Browse files
committed
chore: Fix notes for eMMC in MMCSD u-boot guide
AM335 EVM does have an eMMC flash, remove wrong note for this. For am335* devices, ROM does not support booting from eMMC boot/boot1 hardware partitions, only from eMMC UDA. Make a note of this in MMCSD u-boot guide. Signed-off-by: Judith Mendez <[email protected]>
1 parent 59ed658 commit f8793d3

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

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

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ and partitions according to the example in: :ref:`uboot-listing-mmc-devices`.
4646
4747
=> mmc dev 0 # select SD
4848
49-
.. ifconfig:: CONFIG_part_variant in ('AM335X')
50-
51-
.. note::
52-
53-
AM335x EVM does not carry a eMMC flash
54-
5549
View MMC partition contents
5650
===========================
5751

@@ -98,17 +92,18 @@ Where the general syntax is:
9892
9993
$ ls <interface> [<dev[:partition]> [directory]]
10094
101-
.. ifconfig:: CONFIG_part_variant in ('AM335X')
102-
103-
.. note::
104-
105-
AM335x EVM does not carry a eMMC flash
106-
10795
.. _flash-and-boot-to-uboot-prompt:
10896

10997
Flash and boot SPL from eMMC
11098
============================
11199

100+
.. ifconfig:: CONFIG_part_variant in ('AM335X')
101+
102+
.. note::
103+
104+
Please note that am335 devices do not support eMMC boot from boot0/boot1,
105+
only boot from eMMC UDA.
106+
112107
In some cases it is desirable to write :file:`MLO` and :file:`u-boot.img`
113108
as raw images to the MMC device rather than load them from a filesystem.
114109
In that case, the command :command:`mmc write` can be used to flash

0 commit comments

Comments
 (0)