From 5c9b2fc3cc6967e225d21b6e33c741734e3d6ef1 Mon Sep 17 00:00:00 2001 From: Vincent BENOIT Date: Thu, 4 May 2023 14:15:28 +0000 Subject: [PATCH] modification de la conf u-boot (variables d'environnement) --- recipes-bsp/u-boot/files2/uEnv.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/files2/uEnv.txt b/recipes-bsp/u-boot/files2/uEnv.txt index 02bfc2a..16fa787 100644 --- a/recipes-bsp/u-boot/files2/uEnv.txt +++ b/recipes-bsp/u-boot/files2/uEnv.txt @@ -20,7 +20,8 @@ loadaddr=0x80200000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv} loadfdt=fatload mmc ${mmcdev} ${fdtaddr} ${fdtfile} loadimage=fatload mmc ${mmcdev} ${loadaddr} ${bootfile} -mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} shell=before:dmverity +mmcargs_old=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} shell=before:dmverity +mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run mmcloados;fi;fi; mmcboot_old=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run loadfdt;run mmcloados;fi;fi; mmcdev=0