Jump to content

Meizu Pro 5 (meizu-turbo): Difference between revisions

From postmarketOS Wiki
Elelel (talk | contribs)
No edit summary
Elelel (talk | contribs)
Line 57: Line 57:


== Status ==
== Status ==
Currently when turned on, the device enters reboot loop.
Currently when turned on, the device enters reboot loop. The reboot is triggered by the line:
USB networking workds, telnet debugging hook lets log in at early stage before the reboot.
All steps from init.sh until switch_root when entered manually in telnet debug shell seem to work without problem.
The display is not working - blank black screen. If provoked to display an early splash (e.g. no rootfs), a black image is displayed
with white lines on the left and top borders, as if it is a part of zoomed in image.
Turning on OpenRC logging does not produce any log files in /var/log on sysroot partition, which suggests that either switch_root and call to /sbin/init fails,
or OpenRC fails on very early stage.
The same result has been observed on a modified UBPorts kernel (currently in APKBUILD) and on faust98 kernel (see below), both compiled on GCC8 and GCC6.


If one tries to mount the system manually it reboots after "Populating /dev with existing devices through uevents" message:
'''
udevadm trigger --type=devices --action=add
'''
The device is accessible with telnet hook and via SSH (after additional procedure)
 
=== Procedure to get the device booting till the SSH ===


Install PostmarketOS's telnet debug hook, log on with telnet, then  execute:


  # mount /dev/mapper/sda41p2 /sysroot
  . init_functions.sh
  # mount -t proc proc /sysroot/proc
mount_boot_partition
  # mount -t sysfs sys /sysroot/sys
extract_initramfs_extra /boot/initramfs-*-extra
  # chroot /sysroot
start_charging_mode
# touch .....runlevel
wait_root_partition
# /etc/init.d/devfs start
resize_root_partition
# ls /dev
unlock_root_partition
  ... (long and legit output) ...
resize_root_filesystem
# openrc
mount_root_partition
  * Mounting security filesystem ... [ ok ]
mount -o remount,rw /dev/mapper/sda41p2 /sysroot
  * Mounting debug filesystem ... [ ok ]
 
  * Mounting config filesystem ... [ ok ]
  mount -t proc proc /sysroot/proc
  * Mounting fuse control filesystem ... [ ok ]
  mount -t sysfs sys /sysroot/sys
  * Mounting SELinux filesystem ... [ ok ]
  chroot /sysroot
  * Starting udev ... [ ok ]
 
  * Generating a rule to create a /dev/root symlink ... [ ok ]
 
  * Populating /dev with existing devices through uevents ... [ ok ]
In chroot, comment out the offendig string, e.g. with sed replace.
'''


Reboot is provoked by the following command called from "udev-trigger" OpenRC script:
=== Getting the display to render frames ===
Using MartinBraam's trick it is possible to make the display render frames like this:


'''
  while [ ! ]; do cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode; done
  udevadm trigger --type=devices --action=add
'''


Eudev seem to suffer from this problem: https://github.com/gentoo/eudev/pull/134/commits/f80fe0e68686060e861338cf7b3b32e0637b3e0b
See https://github.com/postmarketOS/pmbootstrap/pull/66#issuecomment-306343779


== Development notes ==
== Development notes ==

Revision as of 12:12, 23 December 2018

Meizu Pro 5
Manufacturer Meizu
Name Pro 5
Codename meizu-turbo
Released 2015
Hardware
Chipset Samsung Exynos 7420 Octa
CPU Octa-core (4x2.1 GHz Cortex-A57 & 4x1.5 GHz Cortex-A53)
GPU Mali-T760MP8
Display AMOLED, 16M colors
Storage 32GB/64GB
Memory 3GB/4GB
Architecture aarch64
Software
Original software Android 5, Ubuntu Touch
postmarketOS
Category testing
Pre-built images no
Features
Flashing
Partial
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
No data
Screen
Broken
Touchscreen
No data
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB OTG
No data
HDMI/DP
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data


Contributors

elelel

Maintainer(s)

How to enter flash mode

The device has to be with unlocked bootloader. Android phone version has bootloader locked by default. Locked bootloader may be unlocked with a Beta FlymeOS image for the international phone version. International firmware can be flashed to Chinese phone if one changes phone's id (possible with a 5.1.x Chinese firmware, root and a hex editor).


Press volume down and power while turning on to get into fastboot mode.

Installation

Current pmbootstrap utility assumes that boot partition is always named 'boot' on fastboot devices. This device's boot partition has 'bootimg' label. Because of that boot partition must be either flashed directly with fastboot utility, or pmbootstrap config source code has to be fixed.

Status

Currently when turned on, the device enters reboot loop. The reboot is triggered by the line:

udevadm trigger --type=devices --action=add

The device is accessible with telnet hook and via SSH (after additional procedure)

Procedure to get the device booting till the SSH

Install PostmarketOS's telnet debug hook, log on with telnet, then execute:

. init_functions.sh
mount_boot_partition
extract_initramfs_extra /boot/initramfs-*-extra
start_charging_mode
wait_root_partition
resize_root_partition
unlock_root_partition
resize_root_filesystem
mount_root_partition
mount -o remount,rw /dev/mapper/sda41p2 /sysroot
mount -t proc proc /sysroot/proc
mount -t sysfs sys /sysroot/sys
chroot /sysroot


In chroot, comment out the offendig string, e.g. with sed replace.

Getting the display to render frames

Using MartinBraam's trick it is possible to make the display render frames like this:

while [ ! ]; do cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode; done

See https://github.com/postmarketOS/pmbootstrap/pull/66#issuecomment-306343779

Development notes

Kernels

There are several candidate kernels for the port:

  1. Official kernel sources
    1. Android branch. This branch seem to contain the very first kernel used for the earliest FlymeOS 4.x ROM. It is reported to be uncomplete, in particular, it misses Meizu proprietary sources for power management.
    2. Ubuntu branch. This branch seem to contain kernel actually used in more recent official Android releases (3.10.100) at least till commit f866ad068f11fb5e68ff87901346483945972ae9. After that Ubuntu-specific patches as well as generic bugfixes come.
    3. Android 7 kernel, not released. Kernels from previous two links were only used in very early official ROMs. Later kernel sources were not realeased. There is a Github issue requesting the release. Meizu is known to respond positively to such issues.
  2. Unofficial sources
    1. UBPorts kernel. Based on Meizu Pro 5 branch. Contains Ubuntu Touch fixes and ports, mainly Android binder and anbox-specific patches.
    2. faust93's kernel. Kernel used in at least two unofficial Android roms. This kernel, probably based on CM14.1, seems to be most up to date candidate, but contains a lot of patches from assorted sources and may be not very stable


See also

Initial merge request