|
@@ -3,13 +3,15 @@
|
|
image boot.vfat {
|
|
image boot.vfat {
|
|
vfat {
|
|
vfat {
|
|
files = {
|
|
files = {
|
|
- "uEnv.txt",
|
|
|
|
- "uImage"
|
|
|
|
|
|
+ "uEnv.txt",
|
|
|
|
+ "uImage"
|
|
}
|
|
}
|
|
|
|
+
|
|
file kernel.dtb {
|
|
file kernel.dtb {
|
|
- image = "owl-s500-roseapplepi.dtb"
|
|
|
|
|
|
+ image = "owl-s500-roseapplepi.dtb"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
size = 128M
|
|
size = 128M
|
|
}
|
|
}
|
|
|
|
|
|
@@ -20,13 +22,13 @@ image sdcard.img {
|
|
partition s500-bootloader {
|
|
partition s500-bootloader {
|
|
in-partition-table = "no"
|
|
in-partition-table = "no"
|
|
image = "s500-bootloader.bin"
|
|
image = "s500-bootloader.bin"
|
|
- offset = 0x200200
|
|
|
|
|
|
+ offset = 0x200200 # 2MB + 512B
|
|
}
|
|
}
|
|
|
|
|
|
partition u-boot {
|
|
partition u-boot {
|
|
in-partition-table = "no"
|
|
in-partition-table = "no"
|
|
image = "u-boot-dtb.img"
|
|
image = "u-boot-dtb.img"
|
|
- offset = 0x300000
|
|
|
|
|
|
+ offset = 3M
|
|
}
|
|
}
|
|
|
|
|
|
partition boot {
|
|
partition boot {
|