diff options
Diffstat (limited to 'meta-sota/recipes-bsp/u-boot-otascript/u-boot-otascript/boot.scr')
-rw-r--r-- | meta-sota/recipes-bsp/u-boot-otascript/u-boot-otascript/boot.scr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-sota/recipes-bsp/u-boot-otascript/u-boot-otascript/boot.scr b/meta-sota/recipes-bsp/u-boot-otascript/u-boot-otascript/boot.scr new file mode 100644 index 0000000..dc13f85 --- /dev/null +++ b/meta-sota/recipes-bsp/u-boot-otascript/u-boot-otascript/boot.scr @@ -0,0 +1,3 @@ +fatload mmc 0:1 $loadaddr /uEnv.txt +env import -t $loadaddr $filesize +run bootcmd |