4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-24 14:17:22 +08:00
2022-10-11 08:59:42 +08:00

7 lines
208 B
Batchfile

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
)