A true mainline Linux Kernel for the Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: A true mainline Linux Kernel for the Pinebook Pro (/showthread.php?tid=8207) |
RE: A true mainline Linux Kernel for the Pinebook Pro - tsys - 11-23-2019 Hey all, I've migrated bluetooth to the hci_uart driver and after hours of debugging managed to get it fully stable. Any stability issues reported with hciattach should be fixed, too. I might have also fixed the instable WiFi in the process. Please let me know if you do still encounter instabilities. RE: A true mainline Linux Kernel for the Pinebook Pro - Der Geist der Maschine - 11-23-2019 (11-16-2019, 01:16 PM)Der Geist der Maschine Wrote:(11-15-2019, 02:32 PM)DrYak Wrote:(11-15-2019, 02:01 PM)tsys Wrote:(11-15-2019, 12:47 PM)Der Geist der Maschine Wrote: What .config did you use?There is a pinebook_pro_defconfig you can use with I give up trying to get the 5.4 kernel booting on Debian. Thanks guys for your suggestions. I hope someone else will be more successful. RE: A true mainline Linux Kernel for the Pinebook Pro - tsys - 11-23-2019 (11-23-2019, 05:33 PM)Der Geist der Maschine Wrote:(11-16-2019, 01:16 PM)Der Geist der Maschine Wrote:(11-15-2019, 02:32 PM)DrYak Wrote:(11-15-2019, 02:01 PM)tsys Wrote:(11-15-2019, 12:47 PM)Der Geist der Maschine Wrote: What .config did you use?There is a pinebook_pro_defconfig you can use with I've not tried that yet. @manawyrm did though. He might be able to help you. RE: A true mainline Linux Kernel for the Pinebook Pro - Solra Bizna - 11-24-2019 (11-23-2019, 05:33 PM)Der Geist der Maschine Wrote: I give up trying to get the 5.4 kernel booting on Debian. Thanks guys for your suggestions. I hope someone else will be more successful. I'm actively working on getting it working myself. I'm in the same spot as you, except that in a few days I'll have a debugging cable, and I'll be able to see why it's failing. I'll post here if I make any progress. RE: A true mainline Linux Kernel for the Pinebook Pro - DrYak - 11-26-2019 (11-23-2019, 12:10 PM)tsys Wrote: I might have also fixed the instable WiFi in the process. Please let me know if you do still encounter instabilities. Saddly, yes. Arrived back home after a busy week, saw the post at Manjaro about the latest preview, upgraded everything with pacman: - bluetooth now works (after enabling it in /etc/bluetooth/main.conf), yay! - and wifi crashed a couple of time (each time I restarted it with the hardware switch + unbind/rebind) RE: A true mainline Linux Kernel for the Pinebook Pro - tsys - 11-26-2019 (11-26-2019, 04:24 AM)DrYak Wrote: Saddly, yes. Oh wow. That is very unexpected. I didn't have a single crash since fixing the power sequence. You might be using different firmware though. I'm currently using https://gitlab.manjaro.org/tsys/pinebook-firmware/tree/master/brcm. Please try that one. RE: A true mainline Linux Kernel for the Pinebook Pro - DrYak - 11-26-2019 (11-26-2019, 06:22 AM)tsys Wrote: You might be using different firmware though. I'm currently using https://gitlab.manjaro.org/tsys/pinebook-firmware/tree/master/brcm. Please try that one. Oh, right. Mine was still the original provided by 'community/ap6256-firmware 2019.08-4'. I checked your version out. We'll see how it goes. Seems stable with the latest firmware from Git. RE: A true mainline Linux Kernel for the Pinebook Pro - DrYak - 11-28-2019 @tsys : One more question regarding the upstream kernel - do you currently enable 32bit userland ? Would it be possible to run a 32bits chroot (such as the official Debian) for the things which aren't available on aarch64 yet ? e.g.: Widevine is only available on arm7 exclusively as of now (Thank you, Google!~~) so chromium in a 32bit chroot is the only possible way to watch Netflix. All my current attempt end up with: Code: $ sudo mount /dev/mmcblk2p2 /mnt/ RE: A true mainline Linux Kernel for the Pinebook Pro - Arwen - 11-28-2019 @tsys & @DrYak, I too would like both 32 and 64 bit userland. Most everything can stay at 32 bit. But, somethings may work better at one or the other. RE: A true mainline Linux Kernel for the Pinebook Pro - Hexxeh - 11-28-2019 Trying to boot this kernel with the stock Debian image that comes pre-installed. I built the defconfig, copied the Image and DTB onto /boot, modules into /lib/modules. It starts to boot, and then I see serial output, but suddenly after the following, it becomes garbage: [ 12.051588] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22 [ 12.065983] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22/connector [ 12.068329] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22/connector Has anyone else seen this? I'm using the 1500000 baud rate, and that works fine for u-boot output and early kernel output until this point. I've tried a few other common baud rates at this point, but nothing shows reasonable output. |