06-09-2025, 11:55 PM
The original problem started with an upgrade in April 2025 that installed 600 packages on my PPP, which failed to complete. I reran the the upgrade, which ended up completing, but it failed to boot. I saw several "core" files in the root dir. So, I decided to install from a new img.
Installing mobian phosh (mobian-rockchip-phosh-20250525.img.xz).
I installed the new OS image on my PPP using the suggested method (dd). I placed the installation img file on a micro sdcard which had that same OS on it. I installed that sdCard in my PPP and booted it.
I then used dd to transfer that img to the eMMC per instructions.
I rebooted the PPP.
All was well, the system was working. I installed some software. After a few days, I decided to upgrade the system. After rebooting the touchscreen would not accept input. The login screen would appear, but would not respond to my touch. I plugged in a usb mouse via a pine64 usb multi port hub. The mouse pointer appeared and I could login.
I tried booting the micro sdCard, but was confronted with the same situation.
I decided to go to an earlier img (20250618). After installation it booted fine, but would not respond to my touch. I tried booting from an arch img (20241223) on an sdCard. Still, touch did not work.
First, I'd like to know if anyone else is experiencing this issue. And, if so, have they found a solution for it.
Second, if no one has experienced this, does anyone have a clue as how to go about debugging the problem?
Thanks for any help.
Installing mobian phosh (mobian-rockchip-phosh-20250525.img.xz).
I installed the new OS image on my PPP using the suggested method (dd). I placed the installation img file on a micro sdcard which had that same OS on it. I installed that sdCard in my PPP and booted it.
I then used dd to transfer that img to the eMMC per instructions.
Code:
dd if=IMAGE.img of=/dev/mmcblk2 bs=1M status=progress conv=fsync
I rebooted the PPP.
All was well, the system was working. I installed some software. After a few days, I decided to upgrade the system. After rebooting the touchscreen would not accept input. The login screen would appear, but would not respond to my touch. I plugged in a usb mouse via a pine64 usb multi port hub. The mouse pointer appeared and I could login.
I tried booting the micro sdCard, but was confronted with the same situation.
I decided to go to an earlier img (20250618). After installation it booted fine, but would not respond to my touch. I tried booting from an arch img (20241223) on an sdCard. Still, touch did not work.
First, I'd like to know if anyone else is experiencing this issue. And, if so, have they found a solution for it.
Second, if no one has experienced this, does anyone have a clue as how to go about debugging the problem?
Thanks for any help.