flash scripts: fix location of srec file
This commit is contained in:
parent
4c7cd85f8b
commit
6614372f14
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue