RUSEFI MSD to contain bundle-specific URL #2848
This commit is contained in:
parent
db03f25397
commit
2744fa53bc
|
@ -27,6 +27,9 @@ All notable user-facing or behavior-altering changes will be documented in this
|
|||
|
||||
## Month 202x Release - "Release Name"
|
||||
|
||||
### Added
|
||||
- RUSEFI MSD now contains bundle-specific URL #2848
|
||||
|
||||
## July 2021 Release "Ice Cream Day"
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
@ -28,12 +28,14 @@ fatlabel ramdisk.image RUSEFI
|
|||
zip -j rusefi.ini.zip $FULL_INI
|
||||
|
||||
cp hw_layer/mass_storage/filesystem_contents/rusEFI_Wiki_template.url hw_layer/mass_storage/wiki.temp
|
||||
echo "URL=${BOARD_SPECIFIC_URL}" >> hw_layer/mass_storage/wiki.temp
|
||||
echo "URL=${BOARD_SPECIFIC_URL}" >> hw_layer/mass_storage/wiki.temp
|
||||
cp hw_layer/mass_storage/filesystem_contents/README.template.txt hw_layer/mass_storage/readme.temp
|
||||
echo ${BOARD_SPECIFIC_URL} >> hw_layer/mass_storage/readme.temp
|
||||
|
||||
# Put the zip inside the filesystem
|
||||
mcopy -i ramdisk.image rusefi.ini.zip ::
|
||||
# Put a readme text file in there too
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/README.txt ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/readme.temp ::README.txt
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/rusEFI\ Forum.url ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/wiki.temp ::rusEFI\ ${SHORT_BOARDNAME}\ Wiki.url
|
||||
|
||||
|
|
|
@ -28,12 +28,14 @@ fatlabel ramdisk.image RUSEFI
|
|||
|
||||
|
||||
cp hw_layer/mass_storage/filesystem_contents/rusEFI_Wiki_template.url hw_layer/mass_storage/wiki.temp
|
||||
echo "URL=${BOARD_SPECIFIC_URL}" >> hw_layer/mass_storage/wiki.temp
|
||||
echo "URL=${BOARD_SPECIFIC_URL}" >> hw_layer/mass_storage/wiki.temp
|
||||
cp hw_layer/mass_storage/filesystem_contents/README.nozip.template.txt hw_layer/mass_storage/readme.temp
|
||||
echo ${BOARD_SPECIFIC_URL} >> hw_layer/mass_storage/readme.temp
|
||||
|
||||
# Put the zip inside the filesystem
|
||||
mcopy -i ramdisk.image $FULL_INI ::
|
||||
# Put a readme text file in there too
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/README.nozip.txt ::README.txt
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/readme.temp ::README.txt
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/rusEFI\ Forum.url ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/wiki.temp ::rusEFI\ ${SHORT_BOARDNAME}\ Wiki.url
|
||||
|
||||
|
|
|
@ -2,3 +2,5 @@ Welcome to rusEFI!
|
|||
|
||||
Use the rusEFI ini file in this folder with TunerStudio
|
||||
to connect to your ECU.
|
||||
|
||||
See also
|
|
@ -1,4 +1,6 @@
|
|||
Welcome to rusEFI!
|
||||
|
||||
Unzip rusefi.ini.zip to your PC, and use the extracted
|
||||
ini file with TunerStudio to connect to your ECU.
|
||||
ini file with TunerStudio to connect to your ECU.
|
||||
|
||||
See also
|
Loading…
Reference in New Issue