Booting from SD Works for Installers, not OS's ?? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177) +--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179) +--- Thread: Booting from SD Works for Installers, not OS's ?? (/showthread.php?tid=18555) |
Booting from SD Works for Installers, not OS's ?? - Diagon - 07-29-2023 Odd PPP boot issue (Explorer Edition, 2022.01.27 - I had to install tow-boot on this one). I can pwr+vol.dn to SD when flashed with the tow-boot or mobian installer, but these fail to boot: Mobian (via installer from SD->SD) (tried twice) Manjaro (`dd if=manjaro.img of=/dev/mmcblk1` from Mobian on eMMC) (+ read/hash check) From eMMC, both OS's work fine. And, I've successfully installed both on SD with PP (OG). I suspect there's something wrong in the boot sequence. How might I debug this? RE: Booting from SD Works for Installers, not OS's ?? - Diagon - 07-30-2023 (07-29-2023, 07:30 PM)Diagon Wrote: Manjaro (`dd if=manjaro.img of=/dev/mmcblk1` from Mobian on eMMC) (+ read/hash check) I tried to boot my as yet unbooted Manjaro SD install, by using the "RE" button. I took a pic and transcribed the output. Does this say anything to anyone? Code: OF: graph: no port node found in /i2c@ff3d000/typec-portc@22 RE: Booting from SD Works for Installers, not OS's ?? - Diagon - 07-30-2023 I got the advice to turn off wifi/bluetooth (hardware switch #2) and try rebooting. That worked (with the "RE" switch), allowing me to get into Manjaro on SD and update. Then I was able to shut down/ turn the switch back on/ reboot into Manjaro with working wifi. I am still unable to boot the SD using tow-boot. While booting with RE works, I do get the following output on the screen: Code: spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff RE: Booting from SD Works for Installers, not OS's ?? - fxc - 08-13-2023 @Diagon, you sure you flashed the right Manjaro images? Usually they are not named that way so this looks rather surprising. Mind that images for the regular PinePhone are not compatible with the Pro either. Plus the dd command is not correct, you need to at least sync subsequently, otherwise it will not get completely written (see the wiki for the correct syntax). mmcblk1 also looks like the wrong device, make sure to flash the correct device by verifying the "lsblk" output. If booting only works without WiFi you likely have a drained battery. Would recommend to join the community chat for further debugging. |