-
Notifications
You must be signed in to change notification settings - Fork 1
/
gadget.yaml
59 lines (58 loc) · 1.45 KB
/
gadget.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
volumes:
sipeed-lichee-rv:
schema: gpt
bootloader: u-boot
# Sizes copied from the manufacturer's reference image
structure:
- name: spl
offset: 131072
type: bare
size: 65536
content:
- image: boot0_sdcard_sun20iw1p1.bin
update:
edition: 1
- name: toc1
offset: 16793600
type: bare
size: 2M
content:
- image: u-boot.toc1
update:
edition: 1
- name: ubuntu-seed
role: system-seed
filesystem: vfat
offset: 21229568
# Set to "UEFI ESP" partition type so that U-Boot detects it as the
# boot partition
type: C12A7328-F81F-11D2-BA4B-00A0C93EC93B
size: 1000M
content:
- source: boot.scr
target: /
update:
edition: 1
- name: ubuntu-boot
role: system-boot
filesystem: ext4
type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
size: 750M
content:
- source: boot.sel
target: uboot/ubuntu/boot.sel
- name: ubuntu-save
role: system-save
filesystem: ext4
type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
size: 16M
- name: ubuntu-data
role: system-data
filesystem: ext4
type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
size: 2G
defaults:
system:
watchdog:
runtime-timeout: 16s
shutdown-timeout: 1m