when flashing, only need to erase the space we're writing
This commit is contained in:
parent
3c6ec354ce
commit
b85492c744
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in {
|
||||||
setenv serverip ${tftp.serverip}
|
setenv serverip ${tftp.serverip}
|
||||||
setenv ipaddr ${tftp.ipaddr}
|
setenv ipaddr ${tftp.ipaddr}
|
||||||
tftp 0x$(printf %x ${tftp.loadAddress}) result/firmware.bin
|
tftp 0x$(printf %x ${tftp.loadAddress}) result/firmware.bin
|
||||||
erase 0x$(printf %x ${flash.address}) +0x$(printf %x ${flash.size})
|
erase 0x$(printf %x ${flash.address}) +\''${filesize})
|
||||||
cp.b 0x$(printf %x ${tftp.loadAddress}) 0x$(printf %x ${flash.address}) \''${filesize}
|
cp.b 0x$(printf %x ${tftp.loadAddress}) 0x$(printf %x ${flash.address}) \''${filesize}
|
||||||
echo command line was ${builtins.toJSON (concatStringsSep " " config.boot.commandLine)}
|
echo command line was ${builtins.toJSON (concatStringsSep " " config.boot.commandLine)}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue