ooooops
This commit is contained in:
parent
a2b14cb297
commit
4902bf9cab
|
@ -59,7 +59,7 @@ INI_FILE_OVERRIDE=""
|
|||
RUSEFI_CONSOLE_SETTINGS=""
|
||||
|
||||
# users probably do not really care for this file
|
||||
# cp firmware/svnversion.h %folder%
|
||||
# cp firmware/svnversion.h $FOLDER
|
||||
|
||||
cp -r misc/install/openocd $CONSOLE_FOLDER
|
||||
cp -r misc/install/DfuSe $CONSOLE_FOLDER
|
||||
|
@ -67,15 +67,13 @@ cp -r misc/install/DfuSe $CONSOLE_FOLDER
|
|||
cp firmware/deliver/rusefi_no_asserts.bin $FOLDER
|
||||
cp firmware/deliver/rusefi_no_asserts.dfu $FOLDER
|
||||
# just for now - DFU work in progress
|
||||
cp firmware/deliver/rusefi_no_asserts.hex %folder%
|
||||
cp firmware/deliver/rusefi_no_asserts.hex $FOLDER
|
||||
|
||||
# 746 builds one version at the moment
|
||||
# probably not needed cp firmware/build/rusefi.hex %folder%
|
||||
cp firmware/deliver/rusefi.bin $FOLDER
|
||||
# probably not needed cp firmware/build/rusefi.elf %folder%
|
||||
# probably not needed cp firmware/build/rusefi.elf $FOLDER
|
||||
cp firmware/deliver/rusefi.dfu $FOLDER
|
||||
# just for now - DFU work in progress
|
||||
cp firmware/deliver/rusefi.hex %folder%
|
||||
cp firmware/deliver/rusefi.hex $FOLDER
|
||||
|
||||
if [ -n $BUNDLE_NAME ]; then
|
||||
mv $FOLDER/rusefi.dfu $FOLDER/rusefi_$BUNDLE_NAME.dfu
|
||||
|
|
|
@ -47,6 +47,7 @@ else
|
|||
../misc/encedo_hex2dfu/hex2dfu.bin -i deliver/rusefi.hex -o deliver/rusefi.dfu
|
||||
fi
|
||||
|
||||
echo "${SCRIPT_NAME} ls -l deliver"
|
||||
ls -l deliver
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in New Issue