1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
f08f38c5e4 Update device/kernel paths for tart codename rename 2026-07-11 18:43:11 -04:00
f1ecf8e92c Simplify mkbootimg.mk: boot partition handled by mkimg_gpt.sh
Remove unused OPI_BOOT_OUT staging directory. Boot.img is now
just the U-Boot binary for build system packaging. The actual
FAT32 boot partition with kernel/DTB/ramdisk is created by
mkimg_gpt.sh, which runs outside the build system and has
access to mkfs.vfat and mcopy.

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
2026-07-11 15:19:19 -04:00
0ffea7f732 Fix boot.img creation: use pre-built u-boot instead of mkfs.fat
mkfs.fat and mcopy are disallowed in Android 16 build system.
Use pre-built U-Boot binary as boot.img for packaging purposes.
The actual bootable image is created by mkimg_gpt.sh.

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
2026-07-11 14:17:24 -04:00
c898f32cca Define INSTALLED_BOOTIMAGE_TARGET in mkbootimg.mk
Without explicit definition, the variable is empty when
TARGET_NO_KERNEL was set. Define it to ensure boot.img
is created for the target-files packaging step.

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
2026-07-11 14:13:28 -04:00
477b190d38 Fix mkbootimg.mk: remove non-existent DTB files, fix ramdisk dep
The kernel repo only has the Orange Pi 5 Ultra DTB. Remove
references to other OPI5 variant DTBs. Fix ramdisk dependency
to use built ramdisk.img directly.

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
2026-07-11 14:11:38 -04:00
ae84f8e65e Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00