Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,636
» Latest member: Commothe
» Forum threads: 16,233
» Forum posts: 117,091
Full Statistics
|
|
|
Should HDMI output work immediately? |
Posted by: Richy_T - Yesterday, 05:06 PM - Forum: General Discussion on PinePhone
- No Replies
|
 |
So I'm having trouble with my Pinephone which only worked properly for a day and I'm trying to work out which part I need to replace. Today, I remembered that I had the hub that has HDMI output so I tried booting it with that connected with both the regular install (the preloaded plasma) and the jumpdrive SD card. Neither gave me HDMI output. So the question is, is it supposed to work from boot, which would point to the mainboard being the issue - or not, in which case, I'm still up in the air.
Just to forestall the obvious questions, the phone *is* technically booting. I can see output on the serial console, it gets a DHCP address etc, I just don't get any kind of display on the screen (though the backlight does come on). I don't *think* it's the software (though I'd be happy to be proven wrong) so I think it comes down to the mainboard or the display. I'd be happy to pay for either but don't want to shotgun things.
|
|
|
Upgrading from Trixie to Forky in late 2025(proposal) |
Posted by: biketool - Yesterday, 02:39 AM - Forum: PinePhone Pro Software
- No Replies
|
 |
This is a proposal for a guide to upgrade to Forky(Mobian testing) from Trixie(the previous testing release)
This has not yet been tested so I am putting it out here for comment as a modification of the Bookworm --> Trixie guide
https://blog.mobian.org/posts/2025/10/ne...ting-keys/
It seems there are errors but we can fix these.
I will first recommend everyone with disk space use the tow-boot blue light special bulk storage mode and save the / of your PP or PPp to your computer, this will take a while to do but even if encryptde is pretty easy, in my ubuntu derivitave OS the GUI asked if I wanted to decrypt the volume, entered password, and I had access to my root. A alternative is to use a USB mass storage device over an adapter or a big SD card to save your root or at least your /home.
below is form the guide linked above with some lined out do-not instructions and my edits in green
_______________________________________________________________
- keep your device plugged to a power source: such an upgrade can be a rather long process, you don’t want to run out of battery half-way there!
- backup all your personal data
- really, we mean it: backup all your personal data!
- install
and execute the entire upgrade process over SSH (and preferrably using
or a similar tool, so the upgrade can carry on even if the network connection is lost)
- ensure your Bookworm installation is fully up-to-date; as the GPG key we use for signing the package repository has expired since the Bookworm release, you’ll probably need to run
Code: apt update && apt dist-upgrade
at least twice: the first time it will update the Mobian keyring package, the second invocation will pull in the latest updates for Mobian-specific packages
- reboot, then edit both
Code: /etc/apt/sources.list
and
Code: /etc/apt/sources.list.d/mobian.list
, replacing all occurences of
with
6B reboot, then edit both
Code: /etc/apt/sources.list.d/debian.sources
and
Code: /etc/apt/sources.list.d/mobian.list
, replacing all occurences of
with
- in both files; you should then stop the
service (this will stop all running graphical applications, and is why SSH is needed!) and run
Code: apt update && apt dist-upgrade
once again
- write down the list of packages removed by
which start with
as those will have to be reinstalled later on to restore full functionality of your device; please note that some packages have been renamed/replaced in Trixie, so it can be expected to see e.g.
or
in the list of removed packages
- reinstall all
packages removed in the previous step; this will remove
from the system, which is to be expected as Mobian now relies on (and mandates the use of) PipeWire
- run
to clean up unneeded packages
________________________________________________
Does this look correct? it seems that an apt update && apt upgrade will update the signing crypto keys so we dont need to dl that.
|
|
|
Diagnosing and fixing failure to wake from suspend |
Posted by: biketool - Yesterday, 02:05 AM - Forum: PinePhone Pro Software
- No Replies
|
 |
I amusing the latest Mobian trixie on my PPpro, slightly modified with an older kernel as this seems toavoid the non-working wake button issue. https://forum.pine64.org/showthread.php?tid=19940
My issue is that unless I run the caffeine toggled on my phone falls into a suspend coma nad no charge cable, phone call, or wake button brings it back. If the indicator LED was blinking it will continue,it might have even been one case where an audiobook was running and I couldnt get it back thoug that might be the intermittent non function of the wake/sleep button in the OS(holding still triggers a shutdown).
I do NOT have a serial cable to get the logs right at the fall into suspend coma.
|
|
|
Pinetab-V boot rescue |
Posted by: anoduck - 10-19-2025, 03:01 PM - Forum: General Discussion on PineTab
- Replies (2)
|
 |
I managed to bugger up the boot configuration of my pinetab-V. At first, only a blank screen would come up, and it wouldn't even boot into the sdcard, but this much is fixed.
Now, I want it to boot from the EMMC, which it doesn't do. Luo provides an u-boot update script in the GitHub releases for updating the bootloader, but I do not believe this tool is suited from rescuing the boot of a broken system.
I will review the starfive documentation on booting, but if someone has experienced a similar issue, assistance would be appreciated. I have some critical projects going on I must dedicate my entire attention to, and cannot afford to tinker as I usually do.
|
|
|
Revisit and check current status |
Posted by: KABA - 10-19-2025, 08:00 AM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
Hello all,
Short version.
Is there a current satisfactory working platform for my dusty pinephone?
Longer version, old timer who lives in the past,I gave up on phones in total for a good while, picked up a pay as you go flipper from wally world a couple months back and was wondering if I should try to rehome the sim to my pinephone?
Looking for advice and links if applicable, been awhile so pretty much back at noob status, please type slowly and with pictures
Thanks in advance
|
|
|
[Manjaro] Fixing /etc/fstab from serial console while using lvm2 |
Posted by: Dendrocalamus64 - 10-16-2025, 05:58 PM - Forum: Linux on RockPro64
- No Replies
|
 |
"Remember, it's not an adventure if part of it doesn't suck!"
I just moved my Rockpro64 from a 128GB emmc to a 256GB emmc, and I remembered everything except one thing: Updating /etc/fstab to use different UUIDs before swapping the emmcs. So it wouldn't finish booting. I attach the serial console, figure out what the problem is, and the question is, how do you fix it without using anything else?
I was in U-Boot to begin with, so we want to get to the initramfs where we have lvm tools. We have commands like 'fatls mmc 0:1' to look around. (List files on a FAT-formatted filesystem, emmc interface, device 0, partition 1)
https://docs.u-boot.org/en/stable/usage/index.html
https://docs.u-boot.org/en/stable/usage/cmd/booti.html
Code: setenv bootargs break
fatload mmc 0:1 $fdt_addr_r /dtbs/rockchip/rk3399-rockpro64.dtb
fatload mmc 0:1 $kernel_addr_r Image
fatload mmc 0:1 $ramdisk_addr_r initramfs-linux.img
booti $kernel_addr_r $ramdisk_addr_r:$filesize $fdt_addr_r
Now we are in the initramfs environment.
Code: # blkid
# mkdir /mnt
# mount /dev/VG1/LV1 /mnt
# chroot /mnt
# vi /etc/fstab
Done, now we can reboot.
|
|
|
Question about firmware updates on Pinecil V2 |
Posted by: helengrace - 10-14-2025, 03:18 AM - Forum: General
- Replies (1)
|
 |
Hi everyone,
I recently got a Pinecil V2 and I’m wondering what’s the most stable firmware version to use right now. I saw some people mention IronOS builds from GitHub, but I’m not sure which one is currently recommended.
If there’s a safe way to roll back firmware if something goes wrong during the update?
Thanks in advance!
|
|
|
No updates on pinetab2 arch danctnix? |
Posted by: Ingen - 10-13-2025, 02:19 AM - Forum: General Discussion on PineTab
- Replies (8)
|
 |
Hi!
Very satisfied user of this device. The stock arch danctnix os is a joy to use both in tablet mode and with keyboard.
My only issue is with updates. They always seem to stop after a while. The usual
that normally should give updates at least once a day, suddenly starts to state that all databases are up to date, there is nothing to do. This lasts for weeks.
I try every possible solution I can find, but end up reinstalling the danctnix factory image. And then updates are working again for a while. This have happened maybe four-five times since I got it summer 2023. It's normally not a huge problem, but this time reinstalling don't help. Now I havent recieved updates in maybe 3-4 weeks. Tried reinstalling a couple of times but I only get the initial updating and then it stops.
Does anyone else have this experience? Or can someone confirm that updating works for them? I would really appreciate to hear from you!
|
|
|
Minimum temperature Pinecil |
Posted by: pschalkwijk - 10-12-2025, 03:14 AM - Forum: General Discussion on Pinecil
- Replies (1)
|
 |
Hi,
I’m looking voor the lower bounds on temperature for the pinecil, but can’t seem to find it mentioned explicitly.
I want to use it to melt wax at 65 degrees Celsius.
All I could find was the temperature control might not be as accurate below 150 degrees.
Looking forward to your responses
|
|
|
|