mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
9 lines
196 B
Batchfile
9 lines
196 B
Batchfile
set LPCScrypt=C:\NXP\LPCScrypt\bin
|
|
|
|
call %LPCScrypt%\..\scripts\boot_lpcscrypt.cmd
|
|
|
|
TIMEOUT /T 5
|
|
|
|
%LPCScrypt%\lpcscrypt.exe erase SPIFI
|
|
%LPCScrypt%\lpcscrypt.exe program ..\..\..\nuttx.bin SPIFI
|
|
|