mkfs.fat phase kills gen_config #2736
This commit is contained in:
parent
b13b406aab
commit
4085e5be00
|
@ -43,7 +43,7 @@ java -DSystemOut.name=gen_config_board \
|
||||||
# 1) using unique file name for each configuration?
|
# 1) using unique file name for each configuration?
|
||||||
# 2) leverage consistent caching mechanism so that image is generated only in case of fresh .ini. Laziest approach would be to return exit code from java process above
|
# 2) leverage consistent caching mechanism so that image is generated only in case of fresh .ini. Laziest approach would be to return exit code from java process above
|
||||||
#
|
#
|
||||||
# todo uncomment #2736 ./hw_layer/mass_storage/create_ini_image.sh ./tunerstudio/generated/rusefi_${SHORT_BOARDNAME}.ini ./hw_layer/mass_storage/ramdisk_image.h
|
hw_layer/mass_storage/create_ini_image.sh ./tunerstudio/generated/rusefi_${SHORT_BOARDNAME}.ini ./hw_layer/mass_storage/ramdisk_image.h
|
||||||
hw_layer/mass_storage/create_ini_image_compressed.sh ./tunerstudio/generated/rusefi_${SHORT_BOARDNAME}.ini ./hw_layer/mass_storage/ramdisk_image_compressed.h
|
hw_layer/mass_storage/create_ini_image_compressed.sh ./tunerstudio/generated/rusefi_${SHORT_BOARDNAME}.ini ./hw_layer/mass_storage/ramdisk_image_compressed.h
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -5,8 +5,8 @@ set -e
|
||||||
|
|
||||||
rm -f rusefi.zip ramdisk_image.h
|
rm -f rusefi.zip ramdisk_image.h
|
||||||
|
|
||||||
# copy 100KB of zeroes
|
# copy *count*KB of zeroes
|
||||||
dd if=/dev/zero of=ramdisk.image bs=1024 count=100
|
dd if=/dev/zero of=ramdisk.image bs=1024 count=112
|
||||||
|
|
||||||
# create a FAT filesystem inside, name it RUSEFI
|
# create a FAT filesystem inside, name it RUSEFI
|
||||||
mkfs.fat ramdisk.image
|
mkfs.fat ramdisk.image
|
||||||
|
|
Loading…
Reference in New Issue