scripts: tizen: rpi4: create a partition-param.bin file 22/276522/2
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 20 Jun 2022 04:39:46 +0000 (13:39 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 20 Jun 2022 05:21:21 +0000 (14:21 +0900)
Create a partition-param.bin file to check the A/B partition.
This file has to be included at format time.

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

index 73843fc..948c42a 100755 (executable)
@@ -399,6 +399,7 @@ function mkpart_3 () {
        mkdir mnt_tmp
        mount -t ext4 ${PART9} ./mnt_tmp
        touch ./mnt_tmp/reboot-param.bin
+       echo "a" > ./mnt_tmp/partition-param.bin
        sync
        umount ./mnt_tmp
        rmdir mnt_tmp
@@ -498,7 +499,7 @@ function check_device () {
 
 function print_logo () {
        echo ""
-       echo "Raspberry Pi4 downloader, version 1.0.0"
+       echo "Raspberry Pi4 downloader, version 1.0.1"
        echo ""
 }