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:
11
chip-flash-nand-images.sh
Executable file
11
chip-flash-nand-images.sh
Executable 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
|
Reference in New Issue
Block a user