rpi: support flashing an image of the INFORM partition 33/155833/1 accepted/tizen/4.0/unified/20171017.212505 accepted/tizen/unified/20171017.071154 submit/tizen/20171017.031118 submit/tizen_4.0/20171017.030930
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 16 Oct 2017 08:43:12 +0000 (10:43 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 16 Oct 2017 08:43:29 +0000 (10:43 +0200)
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