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


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!


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

Nice guys Smile You just discovered and "undocumented" feature Smile


RE: [split] U-Boot with NVMe support, keyboard & display working - as400 - 01-15-2021

I have uploaded new u-boot version 2021.01.

I have removed opinionated boot menu where you select device to boot from. So if you are really attached to it - DO NOT UPGRADE.

It still has extlinux.conf based menu where you can select system/kernel to boot.


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


RE: [split] U-Boot with NVMe support, keyboard & display working - moonwalkers - 01-15-2021

I assume this new upload still doesn't work with deep sleep, unlike MrFixit's v2.0 release from https://github.com/mrfixit2001/updates_repo/tree/v2.0/pinebook/filesystem?