4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 18:17:23 +08:00

8 lines
215 B
Batchfile
Raw Normal View History

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