[Warning!] deviceinfo_append_dtb: Property is set to its default value (false) and can be removed. [Warning!] deviceinfo_append_dtb_lts: Property is set to its default value (false) and can be removed. [Warning!] deviceinfo_append_dtb_exynos4: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_append_dtb\(_.*\)\?="false"/d' device/*/*/deviceinfo [Warning!] deviceinfo_external_storage: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_external_storage="false"/d' device/*/*/deviceinfo [Warning!] deviceinfo_disable_dhcpd: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_disable_dhcpd="false"/d' device/*/*/deviceinfo [Warning!] deviceinfo_bootimg_qcdt: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_bootimg_qcdt="false"/d' device/*/*/deviceinfo Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8035>
23 lines
740 B
Text
23 lines
740 B
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="Amazon Fire TV Stick Lite"
|
|
deviceinfo_manufacturer="Amazon"
|
|
deviceinfo_codename="amazon-sheldon"
|
|
deviceinfo_year="2020"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_header_version="1"
|
|
deviceinfo_flash_offset_base="0x40000000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x15000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x14000000"
|