1
0
mirror of https://github.com/NextThingCo/CHIP-tools-backup synced 2025-07-18 00:43:22 +00:00

initial commit

This commit is contained in:
Wans Hurst
2018-10-06 12:16:03 +02:00
commit 85a0746ab4
12 changed files with 1447 additions and 0 deletions

11
chip-flash-nand-images.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
SCRIPTDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source $SCRIPTDIR/common.sh
IMAGESDIR="$1"
ERASEMODE="$2"
PLATFORM="$3"
detect_nand
flash_images