projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2723c0
)
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)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 12 Oct 2022 04:31:40 +0000
(13:31 +0900)
Change-Id: I3a48b84454eccc1b5382f47930d40fd55f67ac6d
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh
patch
|
blob
|
history
diff --git
a/scripts/tizen/sd_fusing_rpi3.sh
b/scripts/tizen/sd_fusing_rpi3.sh
index
19b08f4
..
a999641
100755
(executable)
--- a/
scripts/tizen/sd_fusing_rpi3.sh
+++ b/
scripts/tizen/sd_fusing_rpi3.sh
@@
-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