e87d0ad2a6
Downstream kernel made by Corellium which enables the iPhone 7 to boot. This is the continuation of my work for a PostmarketOS port based on @MartijnBraam kernel and devices packages. PogoOS by the Checkra1n team is used to boot the Linux kernel. Further instructions will be available in the PostmarketOS Wiki page. [ci:skip-build] already built successfully in CI
22 lines
582 B
Text
22 lines
582 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="Apple iPhone 7"
|
|
deviceinfo_manufacturer="Apple"
|
|
deviceinfo_codename="apple-iphone7"
|
|
deviceinfo_year="2020"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="false"
|
|
deviceinfo_screen_width="750"
|
|
deviceinfo_screen_height="1334"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
|