initial brax3 device makefiles
* boots and works fine Signed-off-by: erascape <erascape@proton.me>
This commit is contained in:
commit
59281ccd87
67 changed files with 3271 additions and 0 deletions
22
deviceinfo
Normal file
22
deviceinfo
Normal file
|
@ -0,0 +1,22 @@
|
|||
deviceinfo_name="BraX3"
|
||||
deviceinfo_manufacturer="BraX"
|
||||
deviceinfo_codename="prithvi"
|
||||
deviceinfo_arch="aarch64"
|
||||
deviceinfo_kernel_source="https://git.os-source.co/UbuntuTouchOs/kernel-brax3-ubuntu-touch.git"
|
||||
deviceinfo_kernel_source_branch="ubuntu-focal"
|
||||
deviceinfo_kernel_defconfig="gki_defconfig mgk.config entry_level.config halium.config"
|
||||
deviceinfo_kernel_cmdline="bootopt=64S3,32N2,64N2 systempart=/dev/mapper/system"
|
||||
deviceinfo_kernel_clang_compile="true"
|
||||
deviceinfo_kernel_llvm_compile="true"
|
||||
deviceinfo_prebuilt_boot_ramdisk_source="https://github.com/halium/initramfs-tools-halium/releases/download/dynparts/initrd.img-touch-arm64"
|
||||
deviceinfo_ramdisk_compression="lz4"
|
||||
deviceinfo_flash_pagesize="4096"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_bootimg_header_version="4"
|
||||
# Needed for AVB footer, fine as long as it is less or the same
|
||||
deviceinfo_bootimg_partition_size="33554432"
|
||||
deviceinfo_bootimg_os_version="13"
|
||||
deviceinfo_bootimg_os_patch_level="2023-05"
|
||||
deviceinfo_bootimg_has_init_boot_partition="true"
|
||||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
deviceinfo_halium_version="13"
|
Loading…
Add table
Add a link
Reference in a new issue