From 11442368911b9042ade4b4d6b4bda523aaca7cff Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 28 Aug 2023 20:21:05 +0900 Subject: [PATCH] scripts: tizen: update the version of fusing scripts Update the version of fusing scripts. Change-Id: I6f7ee616bf0aac3137ff6fc51a9ab468406b8ffb Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi3.sh | 2 +- scripts/tizen/sd_fusing_rpi4.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index a701d0c..9087a66 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -425,7 +425,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi3/4 downloader, version 2.3.1" + echo "Raspberry Pi3/4 downloader, version 2.3.2" echo "" } diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 400df71..390345f 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -532,7 +532,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi4 downloader, version 1.0.12" + echo "Raspberry Pi4 downloader, version 1.0.13" echo "$(tput setaf 1)$(tput bold)NOTE: To use this script, it has to update to latest eeprom" echo "" } -- 2.7.4