The initfs compression was a leftover from when the device aport was using the sdm845 mainline kernel (as we played with the otter bringup there). This resulted in causing the device to not boot. Also remove the kernel cmdline as it is already handled by getty. Signed-off-by: Alexander Martinz <amartinz@shiftphones.com> Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6455 [ci:skip-build]: already built successfully in CI
43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="SHIFTphone 8"
|
|
deviceinfo_manufacturer="SHIFT"
|
|
deviceinfo_codename="shift-otter"
|
|
deviceinfo_year="2024"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1080"
|
|
deviceinfo_screen_height="2400"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_bootimg_dtb_second="false"
|
|
deviceinfo_header_version="2"
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
deviceinfo_flash_offset_dtb="0x01f00000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
deviceinfo_flash_offset_second="0x00000000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="4096"
|
|
deviceinfo_flash_sparse="true"
|
|
|
|
# Kernel
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_dtb="qcom/qcm6490-shift-otter"
|
|
deviceinfo_flash_kernel_on_update="true"
|
|
|
|
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
|
deviceinfo_rootfs_image_sector_size="4096"
|
|
deviceinfo_super_partitions="/dev/sda9 /dev/sda9"
|