2d1f6bd541
makes u-boot env / script installation unnecessary.
31 lines
1.1 KiB
Text
31 lines
1.1 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="Tolino Shine 2HD"
|
|
# tolino was bought by Kobo, "about" pages on device list Kobo
|
|
# but to not add too much confusion, simply specify Tolino here
|
|
# Mainline kernel uses kobo as vendor-prefix for the model name compatible
|
|
deviceinfo_manufacturer="Tolino"
|
|
deviceinfo_codename="tolino-shine2hd"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_dtb="imx6sl-tolino-shine2hd"
|
|
deviceinfo_kernel_cmdline="console=ttymxc0,115200"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
# Device related
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1072"
|
|
deviceinfo_screen_height="1448"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_boot_part_start="49152"
|
|
deviceinfo_getty="ttymxc0;115200"
|
|
deviceinfo_no_framebuffer="true"
|
|
|
|
deviceinfo_sd_embed_firmware_step_size="512"
|
|
deviceinfo_sd_embed_firmware="u-boot/tolino-shine2hd/u-boot.imx:2"
|