summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2024-08-05 18:35:22 +0200
committerJaehoon Chung <jh80.chung@samsung.com>2024-08-07 05:34:44 +0000
commit1448fac72559799be11598145dc9a421d811ffb7 (patch)
tree49b0aefeb4a6cf486da3da88e9329f318072560f
parent70940a45b6b957254bef245ff4bd5b2e8d37a11b (diff)
downloadmeta-1448fac72559799be11598145dc9a421d811ffb7.tar.gz
meta-1448fac72559799be11598145dc9a421d811ffb7.tar.bz2
meta-1448fac72559799be11598145dc9a421d811ffb7.zip
The bootcode written to the protective MBR (sector zero) has to be proviced by the uboot package instead of being hardcoded in sd_fusing.py script. This makes the SD card flashing proceduce a bit more flexible and prepares sd_fusing for handling more complicated bootcode for other boards. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: Ib234988f0393255b1a9d6ef968e84067b058e7ed
-rw-r--r--ks/tizen-boot-riscv64-lpi4a-16g.yaml1
-rw-r--r--ks/tizen-boot-riscv64-lpi4a-8g.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/ks/tizen-boot-riscv64-lpi4a-16g.yaml b/ks/tizen-boot-riscv64-lpi4a-16g.yaml
index e6d2e01..86f7775 100644
--- a/ks/tizen-boot-riscv64-lpi4a-16g.yaml
+++ b/ks/tizen-boot-riscv64-lpi4a-16g.yaml
@@ -11,6 +11,7 @@ Groups:
- IoT Hal Base
- IoT Hal Backend GENERIC
Attachment:
+- /var/tmp/bootcode.bin
- /var/tmp/u-boot-with-spl.bin
Repos:
- unified-standard
diff --git a/ks/tizen-boot-riscv64-lpi4a-8g.yaml b/ks/tizen-boot-riscv64-lpi4a-8g.yaml
index 59b9503..787c7ab 100644
--- a/ks/tizen-boot-riscv64-lpi4a-8g.yaml
+++ b/ks/tizen-boot-riscv64-lpi4a-8g.yaml
@@ -11,6 +11,7 @@ Groups:
- IoT Hal Base
- IoT Hal Backend GENERIC
Attachment:
+- /var/tmp/bootcode.bin
- /var/tmp/u-boot-with-spl.bin
Repos:
- unified-standard