From e765c300b0e1e54716e4e10a347502118d16f265 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 5 May 2021 20:05:35 +0200 Subject: [PATCH] Update MK404 part to '--bootloader-file ""' Some cosmetics --- PF-build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PF-build.sh b/PF-build.sh index 7da9b51b..7224924e 100755 --- a/PF-build.sh +++ b/PF-build.sh @@ -894,7 +894,7 @@ do if [ $CURRENT_BOARD_MEM != "0x21FF" ] ; then echo "Board mem has been already modified or not reset" echo "Current:" $CURRENT_BOARD_MEM - PS3="Select Yes if you want to reset it." + PS3="Select $(tput setaf 2)Yes$(tput sgr 0) if you want to reset it." select yn in "Yes" "No"; do case $yn in Yes) @@ -926,7 +926,7 @@ do echo "Board flash has been already modified or not reset" echo "Current flash size:" $CURRENT_BOARD_FLASH echo "Current max. size:" $CURRENT_BOARD_maximum_size - PS3="Select $(tput setaf 3)Yes$(tput sgr 0) if you want to reset it." + PS3="Select $(tput setaf 2)Yes$(tput sgr 0) if you want to reset it." select yn in "Yes" "No"; do case $yn in Yes) @@ -1143,12 +1143,12 @@ if [ ! -z "$mk404_flag" ]; then fi fi -# Run MK404 with 'debugcore' and/or 'bootloader_file' +# Run MK404 with 'debugcore' and/or 'bootloader-file' echo "MK404_DEBUG --$MK404_DEBUG--" if [ "$MK404_DEBUG" == "atmega404" ]; then MK404_options="--debugcore" elif [ "$MK404_DEBUG" == "atmega404_no_bootloader" ]; then - MK404_options="--debugcore --bootloader-file no" + MK404_options='--debugcore --bootloader-file ""' fi # Run MK404 with grafics