4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-01 13:50:24 +08:00

7 lines
208 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_256mb.bin
IF %ERRORLEVEL% EQU 0 (
py -3 nuwriter.py -w spinand pack/pack.bin
)