migrate
This commit is contained in:
13
build/scripts/sdcc/n76e003-ebake1.ihx
Executable file
13
build/scripts/sdcc/n76e003-ebake1.ihx
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
FOLDER=ebake1
|
||||
CORE=n76e003
|
||||
|
||||
make -C ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}
|
||||
cp ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}/${FOLDER}.ihx ${DAPPER_OUTPUT}/${CORE}-${FOLDER}.ihx
|
||||
ls -al ${DAPPER_OUTPUT}/${CORE}-${FOLDER}.ihx
|
||||
|
||||
tail -10 ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}/${FOLDER}.mem
|
||||
#ls -la ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}/
|
||||
#cp ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}/test2.[ml]* ${DAPPER_OUTPUT}/
|
||||
Reference in New Issue
Block a user