1
0
mirror of https://github.com/NextThingCo/CHIP-tools-backup synced 2025-07-17 21:23:20 +00:00
Files
CHIP-tools/chip-flash-nand-images.sh
2018-10-06 12:16:03 +02:00

12 lines
172 B
Bash
Executable File

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