This repository includes: * Patched ramdisk creation * Patched boot image creator that can boot evolinx arm64
Go to file
2024-03-05 13:05:19 +00:00
aik Initial Evolinx beryllium bootimage creator 2024-03-05 14:57:25 +02:00
base_ramdisk Remove pmos init_functions script that was used as template 2024-03-05 13:05:19 +00:00
ogboot Initial Evolinx beryllium bootimage creator 2024-03-05 14:57:25 +02:00
out Initial Evolinx beryllium bootimage creator 2024-03-05 14:57:25 +02:00
.gitignore Initial Evolinx beryllium bootimage creator 2024-03-05 14:57:25 +02:00
mkboot.sh Initial Evolinx beryllium bootimage creator 2024-03-05 14:57:25 +02:00
README.md Small rewrite for README.md 2024-03-05 13:02:18 +00:00

Evolinx - ARM64 | Beryllium ( POCO F1 )


What is it

  • This repositroy holds stuff that is used to make customized bootimage for Evolinx

  • Ramdisk: Custom ramdisk image which is made with dracut

  • Kernel: Reused official Evolinx beryllium kernel

Spec

  • ogboot: original template bootimg that we will modify
  • base_ramdisk: Template ramdisk that will be used in final bootimages
  • aik: Android Image Kitchen to unpack/repack/clean bootimages, used by us to edit the ogboot image

3-Party resources