yeah the mesa-git package changed quite substantially in postmarketOS causing those issues, the issue is that the pinebook pro isn't merged yet in postmarketOS so the mesa-git package got updated but the device-pine64-pinebookpro package didn't because it isn't in master yet. I'll have to generate a new image to fix it.
heh, yeah the current build isn't merged into postmarketOS yet so that makes a few things difficult.
For wifi you don't need to use iwconfig, it's running NetworkManager by default so you just do nmtui to get an ncurses interface to select a network.
Wow, I just tested the pine64-pinebookpro-20200319.img and I must say I am really impressed by the performance!
Tried the Manjaro 20.03 image prior to this one and I find postmarketOS far more superior.
My question is how could I build myself an image with just pure alpine? I mean no wm or anything, I want to build it up from scratch after flashing the image.
Also, I noticed in the previous comments that u-boot is not working yet, e.g. this can not be dd-d to the eMMC module. Could anyone make any progress regarding this?
Thank you guys, keep up the good work!
Thanks,
Johann
I think that the current version _can_ actually run from eMMC. I have a u-boot build that seems to work on the rockpro64 at least. If you want regular alpine then the easiest way currently is to take the postmarketOS build, remove all unneeded stuff from the /etc/apk/world file and then run apk fix
I'm working on the sleep support, I have a 5.6 kernel built locally that improves a few details. for sleep the current workaround is making it use s2idle instead of deep sleep.
You can do `echo s2idle | sudo tee /sys/power/mem_sleep` to set the default sleep mode to s2idle but it isn't persistent across reboots.