From 7883f43ca8c4133cf761d010aa862b3541f7bd02 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 18 Apr 2022 12:21:35 -0400 Subject: [PATCH] sorry .ini file has grown! reminds me that someone was suggesting to use array definition syntax to reduce size --- firmware/gen_config_board.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/gen_config_board.sh b/firmware/gen_config_board.sh index bf9c07a8fc..4e3ed69afe 100755 --- a/firmware/gen_config_board.sh +++ b/firmware/gen_config_board.sh @@ -66,7 +66,7 @@ java -DSystemOut.name=logs/gen_config_board \ # 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 # -hw_layer/mass_storage/create_ini_image.sh ./tunerstudio/generated/${INI} ./hw_layer/mass_storage/ramdisk_image.h 112 ${SHORT_BOARDNAME} ${BOARD_SPECIFIC_URL} +hw_layer/mass_storage/create_ini_image.sh ./tunerstudio/generated/${INI} ./hw_layer/mass_storage/ramdisk_image.h 128 ${SHORT_BOARDNAME} ${BOARD_SPECIFIC_URL} hw_layer/mass_storage/create_ini_image_compressed.sh ./tunerstudio/generated/${INI} ./hw_layer/mass_storage/ramdisk_image_compressed.h 1024 ${SHORT_BOARDNAME} ${BOARD_SPECIFIC_URL} exit 0