We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7933522 commit b0f7b7dCopy full SHA for b0f7b7d
snappy/gadget/meta/gadget.yaml
@@ -4,14 +4,18 @@ volumes:
4
bootloader: u-boot
5
structure:
6
- offset: 0
7
- size: 20971520 # 20480 * 1024
8
type: mbr
+ size: 446
9
+ - offset: 512
10
+ type: bare
11
+ size: 20971008 # 1024 * 20 * 1024 - 512
12
content:
13
- image: boot-assets/boot0.bin
- offset: 8192 # 8 * 1024
14
+ offset: 8192 # 8 * 1024 (sector 16)
15
- image: boot-assets/u-boot-with-dtb.bin
- offset: 19554304 # 19096 * 1024
- - type: 0C
16
+ offset: 19554304 # 19096 * 1024 (sector 38192)
17
+ - offset: 20971520 # 1024 * 20 * 1024
18
+ type: 0C
19
filesystem: vfat
20
filesystem-label: system-boot
21
size: 128M
0 commit comments