7852e08148
Unfortunately we cannot get to a getty shell unless we also run: setenv SWITCH_SEL 3 from the SBL shell. Furthermore, actually getting kernel output requires setting console=ttySAC2,115200. SWITCH_SEL might be related to the "MUIC" of the device, but the variable also controls whether or not it is possible to get serial output from pads on main board, and seems weird that those pads are affected by MUIC (unless pads are also behind MUIC, but seems like that would be very annoying when developing the device) See also initial MR where mainline support for i9100 was added, where serial output is also discussed: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1598#how-to-get-serial-output [ci:skip-build]: already built successfully in CI
28 lines
924 B
Text
28 lines
924 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="Samsung Galaxy SII"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_codename="samsung-i9100"
|
|
deviceinfo_year="2011"
|
|
deviceinfo_append_dtb_mainline="true"
|
|
deviceinfo_dtb_mainline="exynos4210-i9100"
|
|
deviceinfo_getty="ttySAC2;115200"
|
|
deviceinfo_flash_method="heimdall-isorec"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_mesa_driver_mainline="exynos"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="480"
|
|
deviceinfo_screen_height="800"
|
|
|
|
# Heimdall related
|
|
deviceinfo_flash_heimdall_partition_kernel="KERNEL"
|
|
deviceinfo_flash_heimdall_partition_initfs="RECOVERY"
|
|
deviceinfo_flash_heimdall_partition_rootfs="DATAFS"
|
|
deviceinfo_flash_sparse="true"
|