mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 13:03:32 +08:00
12 lines
204 B
Bash
12 lines
204 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -x -e
|
||
|
|
||
|
python3 nuwriter.py -c header-nand.json
|
||
|
|
||
|
python3 nuwriter.py -p pack-nand.json
|
||
|
|
||
|
python3 nuwriter.py -a ddrimg/enc_ddr3_winbond_256mb.bin
|
||
|
|
||
|
python3 nuwriter.py -w nand pack/pack.bin
|