flash scripts: fix location of srec file

This commit is contained in:
Andrey Gusakov 2024-03-24 19:22:45 +03:00 committed by rusefillc
parent 4c7cd85f8b
commit 6614372f14
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
echo This script assumes that you are using can0 interface and it is ready, otherwise read comments inside
echo This script assumes that you have BootCommander somewhere in your PATH, otherwise read comments inside
BootCommander -t=xcp_can -d=can0 deliver/rusefi_update.srec
BootCommander -t=xcp_can -d=can0 build/rusefi.srec
# OR
# You can build it from sources with:
@ -23,4 +23,4 @@ BootCommander -t=xcp_can -d=can0 deliver/rusefi_update.srec
# and
# (cd ext/openblt/Host/Source/BootCommander/ ; mkdir build ; cd build ; cmake .. ; make -j )
# And run:
# ext/openblt/Host/BootCommander -t=xcp_can -d=can0 deliver/rusefi_update.srec
# ext/openblt/Host/BootCommander -t=xcp_can -d=can0 build/rusefi.srec

View File

@ -4,7 +4,7 @@
echo "This script may need root privileges for accessing USB device or special udev rules (TODO)"
BootCommander -t=xcp_usb deliver/rusefi_update.srec
BootCommander -t=xcp_usb build/rusefi.srec
# OR
# You can build it from sources with:
@ -12,4 +12,4 @@ BootCommander -t=xcp_usb deliver/rusefi_update.srec
# and
# (cd ext/openblt/Host/Source/BootCommander/ ; mkdir build ; cd build ; cmake .. ; make -j )
# And run:
# ext/openblt/Host/BootCommander -t=xcp_usb deliver/rusefi_update.srec
# ext/openblt/Host/BootCommander -t=xcp_usb build/rusefi.srec