rpi: support flashing an image of the INFORM partition
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 16 Oct 2017 08:43:12 +0000 (10:43 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:40 +0000 (13:38 +0900)
Change-Id: I3a48b84454eccc1b5382f47930d40fd55f67ac6d
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh

index 19b08f4..a999641 100755 (executable)
@@ -19,6 +19,7 @@ declare -a PART_TABLE=(
        "modules.img"                   6       512
        "ramdisk.img"                   7       512
        "ramdisk-recovery.img"          8       512
+       "inform.img"                    9       512
        )
 
 declare -r -i PART_TABLE_ROW=3