scripts: tizen: sd_fusing_rpi3/4: update print_logo
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 22 May 2023 10:04:26 +0000 (19:04 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:40 +0000 (13:19 +0900)
To prevent a confusion, update print_logo more clarify.

Change-Id: I85f6f17168b399878d865ed4f491265452aed123
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh
scripts/tizen/sd_fusing_rpi4.sh

index 66a16fb..9eee17a 100755 (executable)
@@ -424,7 +424,7 @@ function check_device () {
 
 function print_logo () {
        echo ""
-       echo "Only Raspberry Pi3 downloader, version 2.3.0"
+       echo "Raspberry Pi3/4 downloader, version 2.3.1"
        echo ""
 }
 
index 6e824a1..dceeceb 100755 (executable)
@@ -531,7 +531,8 @@ function check_device () {
 
 function print_logo () {
        echo ""
-       echo "Raspberry Pi4 downloader, version 1.0.10"
+       echo "Raspberry Pi4 downloader, version 1.0.11"
+       echo "$(tput setaf 1)$(tput bold)NOTE: To use this script, it has to update to latest eeprom"
        echo ""
 }