PINE64
[split] U-Boot with NVMe support, keyboard & display working - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: [split] U-Boot with NVMe support, keyboard & display working (/showthread.php?tid=10694)

Pages: 1 2 3 4 5 6 7 8 9


RE: [split] U-Boot with NVMe support, keyboard & display working - as400 - 10-02-2020

@simonsouth more good news. You also resolved problem with distortions on the screen after kexec Smile

I have tested today and it works ok. And this problem is present in the kernel for like last 3 years.


Will this patch be accepted into the mainline ?


P.S. I have tested kexec with all the display stuff compiled into the kernel (rockchip-drm, panfrost, analogix-dp etc.). It might make a difference but I don't really think so.


RE: [split] U-Boot with NVMe support, keyboard & display working - simonsouth - 10-02-2020

(10-02-2020, 05:05 AM)as400 Wrote: @simonsouth more good news. You also resolved problem with distortions on the screen after kexec Smile

Wonderful! I'm really happy to hear this.

(10-02-2020, 05:05 AM)as400 Wrote: Will this patch be accepted into the mainline ?

I believe so. It's in linux-next right now.


[split] U-Boot with NVMe support, keyboard & display working - eKeith - 10-02-2020

Nice work! It's a pleasure reading and learning from you all...

Sent from my PH-1 using Tapatalk


RE: [split] U-Boot with NVMe support, keyboard & display working - as400 - 10-27-2020

New version of u-boot - 2020.10.

Kernel patch is still needed. I think the patch was accepted into mainline 5.10.

https://gitlab.com/as400l/pbp-uboot-display-menu/-/tree/master/27.10.2020


RE: [split] U-Boot with NVMe support, keyboard & display working - as400 - 10-30-2020

Good news - @simonsouth patch has made it into linux-5.9.2 Smile

So if your distro offers kernel 5.9.2 you can use this u-boot probably without the problems with display not initializing properly.


RE: [split] U-Boot with NVMe support, keyboard & display working - FeMike - 11-21-2020

(10-30-2020, 01:18 AM)as400 Wrote: Good news - @simonsouth patch has made it into linux-5.9.2 Smile

So if your distro offers kernel 5.9.2 you can use this u-boot probably without the problems with display not initializing properly.
Thank you and others for your work in the community. I'm very new to Linux and reading through this thread makes me interested to try out. I like the idea of choosing what device to boot from. My pinebook is running manjaro 20.10 and I believe the uboot from factory resides in the Emmc and would like to replace the current one with that in this thread. Though honestly I don't know where to start, would someone be kind enough to explain how to implement this?


RE: [split] U-Boot with NVMe support, keyboard & display working - Arwen - 11-21-2020

@FeMike, First, try learning more about your existing system. Dealing with U-Boot is very experimental, and has the potential to soft-brick your Pinebook Pro.

If you are really new to Linux, you need to check the kernel level with the following command. Then you can see if your kernel is at 5.9.2 or higher.
Code:
uname -r
I've been working with Unix for more than 25 years, and still get bit by odd things. It's never fun to spend hours trying to recover from some bonehead mistake, That of course you did not know was a bonehead mistake, until after.


RE: [split] U-Boot with NVMe support, keyboard & display working - FeMike - 11-21-2020

Nice, yeah it's running 5.9.6.1

Edit: So I just went for it and just did it. I learned a few things and it seemed to work though I may not fully understand how to choose which device to boot from. I press control+c for boot menu but it continues on to boot from sd card. I'm sure I'm missing something but when I get back from work I'll keep trying. Thank you.


RE: [split] U-Boot with NVMe support, keyboard & display working - rsaunderson88 - 11-25-2020

(11-21-2020, 04:49 PM)FeMike Wrote: Nice, yeah it's running 5.9.6.1

Edit: So I just went for it and just did it. I learned a few things and it seemed to work though I may not fully understand how to choose which device to boot from. I press control+c for boot menu but it continues on to boot from sd card. I'm sure I'm missing something but when I get back from work I'll keep trying. Thank you.


I have the same problem, but oddly enough if I hit the arrow keys instead of ctrl+c on boot, it works every time.


RE: [split] U-Boot with NVMe support, keyboard & display working - FeMike - 12-02-2020

(11-25-2020, 06:32 PM)rsaunderson88 Wrote:
(11-21-2020, 04:49 PM)FeMike Wrote: Nice, yeah it's running 5.9.6.1

Edit: So I just went for it and just did it. I learned a few things and it seemed to work though I may not fully understand how to choose which device to boot from. I press control+c for boot menu but it continues on to boot from sd card. I'm sure I'm missing something but when I get back from work I'll keep trying. Thank you.


I have the same problem, but oddly enough if I hit the arrow keys instead of ctrl+c on boot, it works every time.
Thank you much!