c54463924f
Integrate Gemini PDA support into master from old branch: https://github.com/postmarketOS/pmbootstrap/commits/device-planet-geminipda Most of hybris-related changes (besides KWin) was merged, so it is just device and kernel aports now. The state of hardware support is unchanged from: https://wiki.postmarketos.org/wiki/Planet_Computers_Gemini_PDA_(planet-geminipda) Without hybris, it can boot to graphics with X11 fbdev driver, the included config enables correct rotation (as it has portrait display, but usable only in landscape). For running it with hybris, which can allow for 3D acceleration, we need a way to package and provide large LXC image for running Halium Android container. Lately Adam Boardman from Gemini PDA community also got voice calls working in Debian install with a mix of SailfishOS middleware and Ubuntu Touch applications, which could be probably adapted for postmarketOS if needed.
32 lines
1.1 KiB
Text
32 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="Planet Gemini PDA"
|
|
deviceinfo_manufacturer="Planet"
|
|
deviceinfo_codename="planet-geminipda"
|
|
deviceinfo_date=""
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1080"
|
|
deviceinfo_screen_height="2160"
|
|
deviceinfo_dev_touchscreen=""
|
|
deviceinfo_dev_touchscreen_calibration=""
|
|
deviceinfo_dev_keyboard=""
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_kernel_cmdline="bootopt=64S3,32N2,64N2 androidboot.selinux=permissive buildvariant=userdebug selinux=1"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_flash_offset_base="0x40080000"
|
|
deviceinfo_flash_offset_kernel="0x00000000"
|
|
deviceinfo_flash_offset_ramdisk="0x04f80000"
|
|
deviceinfo_flash_offset_second="0x00e80000"
|
|
deviceinfo_flash_offset_tags="0x03f80000"
|
|
deviceinfo_flash_pagesize="2048"
|