configs: target/ayn-odin2-ufs: add Android Boot Image and fix build

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
BigfootACA 2024-05-21 11:26:52 +08:00
parent 1f0b7ebf2a
commit f9fe91f5e9

View File

@ -3,14 +3,27 @@ target: ${device}-ufs
arch: aarch64 arch: aarch64
image: image:
- type: filesystem - type: filesystem
output: rootfs.img
fstype: ext4 fstype: ext4
fsname: ArchLinuxARM
size: 8GiB size: 8GiB
sector: 4096 sector: 4096
label: ArchLinuxARM
mount: / mount: /
fstab: fstab:
flags: rw,noatime,utf8,errors=remount-ro boot: yes
flags: rw,noatime,discard
- type: aboot
output: boot.img
size: 64MiB
sector: 4096
image-gzip-dtb: yes
header-version: 1
kernel-offset: 0x8000
ramdisk-offset: 0x1000000
tags-offset: 0x100
os-version: 13.0.0
os-patch-level: 2023-05
fstab: fstab:
dev: partlabel dev: uuid
+also: +also:
- device/ayn-odin2 - device/ayn-odin2