4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 03:43:31 +08:00
2022-10-11 08:59:42 +08:00

8 lines
206 B
Batchfile

py -3 nuwriter.py -c header-sd.json
py -3 nuwriter.py -p pack-sd.json
py -3 nuwriter.py -a ddrimg\enc_ddr3_winbond_256mb.bin
IF %ERRORLEVEL% EQU 0 (
py -3 nuwriter.py -w sd pack/pack.bin
)
PAUSE