erase full flash, it seems to help with jffs2

module-based-network
Daniel Barlow 2023-04-26 22:19:01 +01:00
parent 26c6eac937
commit 67768004ee
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ in {
setenv serverip ${tftp.serverip}
setenv ipaddr ${tftp.ipaddr}
tftp 0x$(printf %x ${tftp.loadAddress}) result/firmware.bin
erase 0x$(printf %x ${flash.address}) +\''${filesize})
erase 0x$(printf %x ${flash.address}) +${flash.size}
cp.b 0x$(printf %x ${tftp.loadAddress}) 0x$(printf %x ${flash.address}) \''${filesize}
echo command line was ${builtins.toJSON (concatStringsSep " " config.boot.commandLine)}
EOF