cc69cdfc34
* Feed the whacky bootloader that eats 26 characters https://dflund.se/~triad/krad/nexus7-flo/ proposed a fix for the bootloader and it works.
35 lines
1.2 KiB
Text
35 lines
1.2 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="Nexus 7 2013 Wifi"
|
|
deviceinfo_manufacturer="Asus"
|
|
deviceinfo_date=""
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_nonfree="????"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_external_disk="false"
|
|
deviceinfo_external_disk_install="false"
|
|
deviceinfo_flash_methods="fastboot"
|
|
deviceinfo_arch="armhf"
|
|
|
|
# Splash screen
|
|
deviceinfo_dev_touchscreen="/dev/input/event1"
|
|
deviceinfo_screen_width="1200"
|
|
deviceinfo_screen_height="1920"
|
|
|
|
# Fastboot related
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_offset_base="0x80200000"
|
|
# Feed the whacky bootloader that eats 26 characters
|
|
deviceinfo_kernel_cmdline="xxxxxxxxxxxxxxxxxxxxxxxxxxconsole=ttyMSM0,115200,n8 user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 vmalloc=340M"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="2048"
|
|
|
|
deviceinfo_weston_core_modules="xwayland.so"
|
|
deviceinfo_weston_core_backend="drm-backend.so"
|