summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-10-13 10:01:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-10-13 10:01:43 +0200
commit43d98bb6adf0092981af2fb83b89cf9125bdcecc (patch)
treefaad1d660b8c16e01aa13f62455b464c4b005cf9 /target
parent746bffcc4cb577a84c9b233fdbed55408ab4158e (diff)
imgtec-ci20: genimage config/ u-boot envHEADmaster
Diffstat (limited to 'target')
-rw-r--r--target/mips/imgtec-ci20/genimage.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/target/mips/imgtec-ci20/genimage.cfg b/target/mips/imgtec-ci20/genimage.cfg
new file mode 100644
index 000000000..8b55766ec
--- /dev/null
+++ b/target/mips/imgtec-ci20/genimage.cfg
@@ -0,0 +1,33 @@
+image sdcard.img {
+ hdimage {
+ }
+
+ partition uboot-spl {
+ in-partition-table = "no"
+ image = "u-boot-spl.bin"
+ offset = 512
+ }
+
+ partition uboot {
+ in-partition-table = "no"
+ image = "u-boot-dtb.img"
+ offset = 14K
+ }
+
+ partition uboot-env {
+ in-partition-table = "no"
+ image = "uboot-env.bin"
+ offset = 526K
+ }
+
+ partition rootfs {
+ partition-type = 0x83
+ image = "rootfs.ext"
+ offset = 2M
+ }
+
+ partition cfgfs {
+ partition-type = 0x88
+ image = "cfgfs.img"
+ }
+}