PinePhone Beta Edition will not boot from MicroSD card - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Hardware (https://forum.pine64.org/forumdisplay.php?fid=122) +--- Thread: PinePhone Beta Edition will not boot from MicroSD card (/showthread.php?tid=13775) |
RE: PinePhone Beta Edition will not boot from MicroSD card - 8bit - 05-11-2021 Success. I compiled the fix/3gb-boot branch and it boots on 3GB and 2GB PinePhone. https://github.com/8bitgc/Jumpdrive/tree/master/test I also broke the pin on my phone with the switch stuck closed, so that it won't boot with regular JumpDrive. Code: DRAM: 2048 MiB My first attempt was using U-Boot 2020.04, the fix\3gb-boot branch uses U-Boot 2020.07. RE: PinePhone Beta Edition will not boot from MicroSD card - Timothy_Ecc - 05-11-2021 Glad it is working! Thanks for the tip on the rubber boot for the proximity sensor, it was stuck to the screen, but worth checking anyway. RE: PinePhone Beta Edition will not boot from MicroSD card - Timothy_Ecc - 05-17-2021 (05-17-2021, 11:39 AM)ncc Wrote: i tried using "pine64-pinephone_badmmc_3g.img.xz", but it didn't work for my faulty pinephone: https://forum.pine64.org/showthread.php?tid=13616&pid=94717#pid94717 Do you have a serial cable that you could see what information is given when the phone attempts to boot? Also, you could make sure that the jump drive will boot in your other pinephone. Likely you are having a different issue if the jump drive installation will not boot in your other pinephone. Maybe one of the other pins is bent in the card reader as you mentioned in the other thread. Here is what my functional card slot looks like: RE: PinePhone Beta Edition will not boot from MicroSD card - dlarson - 09-25-2021 I must have a similar HW issue. The Pinephone will not boot with a blank SD card or one with an image on it. I was finally able to get the modified version of Jump Drive to work so I could flash the eEMC. Any idea if this is a part that can be replaced? RE: PinePhone Beta Edition will not boot from MicroSD card - 8bit - 09-25-2021 (09-25-2021, 06:34 AM)dlarson Wrote: I must have a similar HW issue. The Pinephone will not boot with a blank SD card or one with an image on it. I was finally able to get the modified version of Jump Drive to work so I could flash the eEMC. Any idea if this is a part that can be replaced? You can solder the SW pin to ground and it will think there is always a card inserted. https://blog.pineph.one/2021/05/damaged-sd-card-socket.html RE: PinePhone Beta Edition will not boot from MicroSD card - drlizau - 08-01-2022 Thankyou for this information and the modified jumpdrive image. My pinephone beta never booted from the SD card, and I just put it aside when an update turned off the display. Now I am able to use my pinephone again. RE: PinePhone Beta Edition will not boot from MicroSD card - _radv_ - 12-08-2022 (09-25-2021, 06:34 AM)dlarson Wrote: I must have a similar HW issue. The Pinephone will not boot with a blank SD card or one with an image on it. I was finally able to get the modified version of Jump Drive to work so I could flash the eEMC. Any idea if this is a part that can be replaced? I have a similar problem. My new Pine Phone won't recognize a MicroSD card. Do you remember what you did to get your to work? RE: PinePhone Beta Edition will not boot from MicroSD card - skandigraun - 01-29-2023 Same here. Got myself 2 SD card extenders, but after popping in one of them, my Pinephone stopped booting from sd card, referring to error -123. Finally managed to get it back to business by compiling u-boot with the above mentioned CONFIG_MMC_BROKEN_CD option, and modifying the device tree for the kernel: removed cd-gpios, and added broken-cd to mmc0's node: Code: --- ./arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi 2001-01-01 00:00:00.000000000 +0000 This way I can boot my own system from SD card again... thought would have been nicer if it doesn't break at all. Anyway, I'm off to give my extender a healthy dose of sandpaper. |