You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setenv addmac 'if printenv mac; then setenv bootargs ${bootargs} mac=${mac}; elif printenv eth_mac; then setenv bootargs ${bootargs} mac=${eth_mac}; elif printenv ethaddr; then setenv bootargs ${bootargs} mac=${ethaddr}; fi'
8
-
if fatload mmc1 ${env_addr} uEnv.txt && env import -t ${env_addr} ${filesize}; setenv bootargs ${APPEND}; then if fatload mmc1 ${kernel_addr} ${LINUX}; then if fatload mmc1 ${initrd_addr} ${INITRD}; then if fatload mmc1 ${dtb_addr} ${FDT}; then run addmac; run boot_start; fi; fi; fi; fi;
0 commit comments