From f9fe91f5e9047a235004fb684f4ea7a6d0002bd7 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Tue, 21 May 2024 11:26:52 +0800 Subject: [PATCH] configs: target/ayn-odin2-ufs: add Android Boot Image and fix build Signed-off-by: BigfootACA --- configs/target/ayn-odin2-ufs.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/configs/target/ayn-odin2-ufs.yaml b/configs/target/ayn-odin2-ufs.yaml index b006d76..d61310f 100644 --- a/configs/target/ayn-odin2-ufs.yaml +++ b/configs/target/ayn-odin2-ufs.yaml @@ -3,14 +3,27 @@ target: ${device}-ufs arch: aarch64 image: - type: filesystem + output: rootfs.img fstype: ext4 + fsname: ArchLinuxARM size: 8GiB sector: 4096 - label: ArchLinuxARM mount: / 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: - dev: partlabel + dev: uuid +also: - device/ayn-odin2