"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: board: ti: am335x_evm: Add documentation

Link: https://lore.kernel.org/u-boot/20250829191830.GZ124814@bill-the-cat/

Add documentation for config changes required to enable Falcon SD-FAT boot.

Signed-off-by: Sidharth Seela <sidharthseela@gmail.com>
Cc: Tom Rini <trini@konsulko.com>

authored by

Sidharth Seela and committed by
Heinrich Schuchardt
fa192284 9b45d574

+10
+10
doc/board/ti/am335x_evm.rst
··· 354 354 Falcon Mode: FAT SD cards 355 355 ------------------------- 356 356 357 + Compile with additional changes in config variables in menuconfig: 358 + 359 + :: 360 + 361 + CONFIG_SPL_LEGACY_IMAGE_FORMAT=y # to support non-FIT images 362 + CONFIG_LEGACY_IMAGE_FORMAT=y # if commented then SPL Legacy support stops 363 + # CONFIG_SPL_ENV_IS_NOWHERE is not set 364 + CONFIG_SPL_ENV_IS_IN_FAT=y 365 + 366 + 357 367 In this case the additional file is written to the filesystem. In this 358 368 example we assume that the uImage and device tree to be used are already on 359 369 the FAT filesystem (only the uImage MUST be for this to function