[PATCH 2/2] configs/j721e_{beaglebone64, evm}_a72_defconfig: enable UCmd for snagflash fastboot-uboot

Romain Naour romain.naour at smile.fr
Sun Apr 26 15:57:15 CEST 2026


Snagflash fastboot-uboot needs UCmd in U-Boot to work out of the box.

Further Snagflash support can be enabled using a configuration fragment
similar to am6x_a53_snagfactory.config [1].

Tested on SK-TDA4VM.

[1] 948ccdc82f594c1a76ed97a2adee55b21097f03e

Signed-off-by: Romain Naour <romain.naour at smile.fr>
---
 configs/j721e_beagleboneai64_a72_defconfig | 2 ++
 configs/j721e_evm_a72_defconfig            | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/j721e_beagleboneai64_a72_defconfig b/configs/j721e_beagleboneai64_a72_defconfig
index abb53687ed6..76dea45ace2 100644
--- a/configs/j721e_beagleboneai64_a72_defconfig
+++ b/configs/j721e_beagleboneai64_a72_defconfig
@@ -98,6 +98,8 @@ CONFIG_TI_K3_NAVSS_UDMA=y
 CONFIG_USB_FUNCTION_FASTBOOT=y
 CONFIG_FASTBOOT_BUF_ADDR=0x82000000
 CONFIG_FASTBOOT_BUF_SIZE=0x1c800000
+CONFIG_FASTBOOT_OEM_RUN=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
 CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index dac1c5ec82f..b12941f9c49 100644
--- a/configs/j721e_evm_a72_defconfig
+++ b/configs/j721e_evm_a72_defconfig
@@ -105,6 +105,8 @@ CONFIG_TI_K3_NAVSS_UDMA=y
 CONFIG_USB_FUNCTION_FASTBOOT=y
 CONFIG_FASTBOOT_BUF_ADDR=0x82000000
 CONFIG_FASTBOOT_BUF_SIZE=0x1c800000
+CONFIG_FASTBOOT_OEM_RUN=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
 CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
-- 
2.52.0



More information about the U-Boot mailing list