Add nextthing boards
add chip, chippro and pocketchip
This commit is contained in:
parent
1372ebb073
commit
e5f3a21383
44 changed files with 12876 additions and 0 deletions
9
board/nextthing/chippro/flash.sh
Normal file
9
board/nextthing/chippro/flash.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
BUILDROOT_DIR=${SCRIPTDIR%/}
|
||||
BUILDROOT_DIR=${BUILDROOT_DIR%/*/*}
|
||||
|
||||
PATH="${BUILDROOT_DIR}/output/host/usr/bin/":$PATH
|
||||
|
||||
flash.sh $SCRIPTDIR
|
||||
Loading…
Add table
Add a link
Reference in a new issue