Skip to content

WIP: New device: Fairphone 1

Luca Weiss requested to merge z3ntu:device-fairphone-fp1 into master
 ~  telnet 172.16.42.1                                                                                                                                                               Do 14 Jun 2018 21:44:14 CEST
Trying 172.16.42.1...
Connected to 172.16.42.1.
Escape character is '^]'.

Type 'pmos_continue_boot' to continue booting:
/ # uname -a
Linux (none) 3.4.5 #1-postmarketOS SMP PREEMPT Thu Jun 14 19:28:51 UTC 2018 armv7l Linux
/ # cat /proc/version 
Linux version 3.4.5 (pmos@g550jk) (gcc version 6.4.0 (Alpine 6.4.0) ) #1-postmarketOS SMP PREEMPT Thu Jun 14 19:28:51 UTC 2018

Tested until now: debug-shell hook works (usb networking works), maximum-attention hook works

A new aport for "mtk-mkimage" was added, which adds a 512-byte header to both initramfs and zImage. A new deviceinfo flag was added to enable it on the initramfs, the kernel is currently just done in the kernel aport (maybe the flag should do both in the mkinitfs script?)

Update: Flashing works via the SP Flash Tool, fastboot doesn't seem to work for the system partition, it gets stuck with "erasing system" or sth like that.

ssh'ing into the flashed rootfs works

Screen only updates with cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode (or the command with pan) - msm-fb-refresher helps (lol, that package on a mediatek phone^^)

wlan0 interface doesn't exist - because of weird sw that does weird stuff - combined with weird kernel modules


[x] Merge on GitHub (see https://postmarketos.org/merge)

Edited by Martijn Braam

Merge request reports