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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
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