New PinePhone won't boot 9/10 times - Screen is on but stays black :(
#1
Sad 
Hello,

I have recieved my second PinePhone (Beta Edition, 3GB/32GB) a few days ago. I wanted to have a "backup device" because my pmOS Edition PinePhone (3GB/32GB) with Mobian is my Daily Driver.

First strange thing was that the eMMC on the new Phone is about 500MB smaller than on my old one (not talking about Partitions here, but about the whole eMMC!  Huh ), therefore I could not just 'clone' my Daily Driver Phone partitions on the new one (via dd) as planned.

OK - So I installed Mobian with the latest (stable) installer on it (because of full disk encryption) and started to configure my stuff and install updates (via apt, did NOT manually switch to Mobian bookworm yet)... and reboot. Then I noticed: Most of the time, the Beta Edition PinePhone won't boot. The green LED lights up for a short time, the screen is on but stays black/shows nothing (waited 30 minutes one time). You then have to press the power button to shut the phone off and try again. At the beginning it booted after 3-4 tries and was normally usable, then it got worse (9/10 times). Yesterday I reinstalled Mobian with the installer (this time with ext4+FDE like my first phone, instead of F2FS+FDE), but it never booted afterwards. Gave up after about 12 tries and went to bed.

Posted it here because I don't know WHAT is the reason - I THINK it is some kind of hardware problem (because the phone has booted multiple times, a damaged operating system should behave the same way every time you boot I guess)... but I don't know of course.
I have not found a post about this specific problem in the forum.

Has anybody made similar experiences? What could be the reason?

Thanks for any reply/hint!  Sad

Best Regards,
Dante

--------------------------------
Edit: What I forgot to mention: Because of this problem (and several problems I had with my main phone in the past) I have upgraded the modem firmware from 01.001.01.001 (stock) to 01.003.01.003 (which works great on my main phone). Didn't help anything about the boot problem.
Using encrypted Mobian (bookworm) on pmOS CE Convergence PinePhone (3GB/32GB) as Daily Driver, and Beta Edition Convergence PinePhone (3GB/32GB) with encrypted Mobian (bookworm) as Backup device.
  Reply
#2
Do you have a serial debugger? https://pine64.com/product/pinebook-pine...l-console/

Should be able to see what it is hanging at with it. You could also build one from parts, a cheap TTL USB adapter and a TRRS jack and some wire.

There is a bug in the A64 that some have problems with a timer that when it rolls over hangs the system. https://lore.kernel.org/linux-sunxi/2021...and.org/T/

Some devices have it worse than others. Most kernels have been patched but u-Boot has to be patched separately as well. It previously would cause boot hangs (black screen) for me on one of my PinePhones. It has since been patched in Arch https://github.com/dreemurrs-embedded/Pi...452f731228

Try Arch Linux Arm and see if that boots reliably. https://github.com/dreemurrs-embedded/Pi...h/releases
  Reply
#3
Thank you very much for your input 8bit!  Smile

Sadly I don't have a serial cable (or the parts for it). Have to order one.

I will look into the "u-boot" stuff and give Arch Linux ARM a try. If it works with Arch but not Mobian, than I guess there will be some way to update u-boot on Mobian too...

Again, Thanks!

Best Regards,
Dante
Using encrypted Mobian (bookworm) on pmOS CE Convergence PinePhone (3GB/32GB) as Daily Driver, and Beta Edition Convergence PinePhone (3GB/32GB) with encrypted Mobian (bookworm) as Backup device.
  Reply
#4
It looks like they patched the kernel 3 months ago.
https://gitlab.com/mobian1/devices/sunxi...95837f1e6e

U-Boot has not yet been patched.
https://gitlab.com/mobian1/devices/sunxi...imer.c#L73
  Reply
#5
Before your last post I tried a simple:
Code:
sudo u-boot-install-pinephone
...because you mentioned u-boot (command is from the Mobian wiki).
Afterwards the phone booted without a problem 5-6 times and I was happy... but then the problem was back. Sad
But it seems like this reinstall step won't help anything, yet.
Thank you for looking this up and letting me know! Smile
Using encrypted Mobian (bookworm) on pmOS CE Convergence PinePhone (3GB/32GB) as Daily Driver, and Beta Edition Convergence PinePhone (3GB/32GB) with encrypted Mobian (bookworm) as Backup device.
  Reply
#6
Interesting: It seems that the phone is always booting up without problems if it was turned off for a longer time (some hours).
If it was turned off only for a few seconds, the boot problem appears.
(But perhaps it's just coincidence...)
Using encrypted Mobian (bookworm) on pmOS CE Convergence PinePhone (3GB/32GB) as Daily Driver, and Beta Edition Convergence PinePhone (3GB/32GB) with encrypted Mobian (bookworm) as Backup device.
  Reply
#7
(10-13-2021, 01:22 AM)dante404 Wrote: Interesting: It seems that the phone is always booting up without problems if it was turned off for a longer time (some hours).
If it was turned off only for a few seconds, the boot problem appears.
(But perhaps it's just coincidence...)

Hi @dante404 

Plasma Mobile had problems a while back whereby after updates the screen would be black upon restart, screen brightness was set too low and for some Pinephones it meant black screen.

Mobian since bookworm (not sure when it started) has an issue too, it happened to me after I switched to bookworm and ran updates after reboot and coming out of suspend a few times, it's a known issue: https://gitlab.com/mobian1/issues/-/issues/336

For Plasma Mobile I had an rc.local bash script to set the brightness at boot, not sure if I've done the same for Mobian. You can hook it into systemd (see https://forum.pine64.org/showthread.php?...6#pid95096 and look at the Manjaro bug report). For the black screen on resume I have set the screen brightness on resuming (coming out of sleep).

Not sure this will help but it would hopefully be a workaround if it's a screen brightness setting only (hopefully it's nothing more serious).
Here's a link to using that approach to reload the Realtek wifi module (no idea if that has been fixed), you can adapt that to set the brightness level instead:
https://forum.pine64.org/showthread.php?...8#pid87988

It's unclear whether your phone fully boots or not. If you turn on wifi and have ssh set up, restart and it should have wifi and ssh available upon restart so you can (hopefully) ssh into the phone even if the screen is black and do some further digging or manually increase the brightness via command line if that is the only issue.
Pinephone v1.2 UBports CE. Adelaide, Australia using Amaysim SIM (Optus network, VoLTE enabled) with Mobian SD card. VoLTE working also with Felix / Vodafone AU and Aldimobile / Telstra AU.
Manjaro Plasma Mobile on EMMC.
  Reply
#8
Thanks for the hint dcinoz! Smile

I've already read about this issue, but I haven't yet switched to Bookworm (afaik you have to manually edit the repos of your Mobian system before updating, I wanted to try this as soon as I have a stable backup phone...). At the moment my new/second PinePhone uses the same 'old' software than my first PinePhone, so this known brightness problem should not be the reason.

SSH is not yet set up, but I can try this as soon as the phone boots (I hope it WILL boot (as it did yesterday) when I get home later and turn it on, after it was off for nearly a day...).
Using encrypted Mobian (bookworm) on pmOS CE Convergence PinePhone (3GB/32GB) as Daily Driver, and Beta Edition Convergence PinePhone (3GB/32GB) with encrypted Mobian (bookworm) as Backup device.
  Reply
#9
Just a little update if someone reading this who has the same problem:
Reinstall Mobian and switching to Tow-Boot also does NOT solve this specific boot problem. Sad
(One could hope...)

Really wasted 270€, shouldn't have been so over-enthusiastic and "buy a second PinePhone as reserve/backup, just in case" like I did...
(Irony: If the phone wouldn't boot at all, just never (not even after beeing off for a while), that would be better - Then I would have noticed the issue earlier and would have had a chance to sent it back to Pine64 and try to get the money back. Damn.)
Using encrypted Mobian (bookworm) on pmOS CE Convergence PinePhone (3GB/32GB) as Daily Driver, and Beta Edition Convergence PinePhone (3GB/32GB) with encrypted Mobian (bookworm) as Backup device.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PinePhone - boot from microSD laserpyramid 5 299 03-06-2024, 06:37 PM
Last Post: aular
  Are you using the Pinephone as your daily driver? jro 157 105,092 02-18-2024, 11:33 PM
Last Post: aular
  2020 PinePhone Manjaro CE EU for sale, name your price astrojuanlu 7 1,523 02-14-2024, 04:51 PM
Last Post: astrojuanlu
  pinephone is not bootble for the box. ijij 1 460 01-19-2024, 01:29 PM
Last Post: fxc
  Multiple issues with the Pinephone MTXP 12 1,938 12-28-2023, 07:55 AM
Last Post: MTXP
  pinephone repair shop shengchieh 0 381 12-26-2023, 02:42 PM
Last Post: shengchieh
  sudo nano file saving pinephone beta edition CharlesGnarley 4 1,479 12-22-2023, 03:44 PM
Last Post: Kevin Kofler
  Can't get Mobian on PinePhone to recognise USB-C docking bar duncan_bayne 9 6,601 12-04-2023, 02:14 AM
Last Post: Peter Gamma
  Pinephone not booting, always vibrating alexander12 7 4,668 11-22-2023, 06:46 PM
Last Post: Scary Guy
  Pinephone on Verizon chachi 3 992 10-09-2023, 11:26 AM
Last Post: alaraajavamma

Forum Jump:


Users browsing this thread: 1 Guest(s)