You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may allow PinePhones with damaged SD sockets to boot off SD.
Damaged card detect switch in microSD socket causes U-Boot to halt with:
Trying to boot from MMC1
MMC: no card present
spl: mmc init failed with error: -123
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
It fails even though U-Boot is running from the SD card itself. mmc_start_init tries to initialize the card and fails on the card detection.
This may allow PinePhones with damaged SD sockets to boot off SD.
Damaged card detect switch in microSD socket causes U-Boot to halt with:
It fails even though U-Boot is running from the SD card itself. mmc_start_init tries to initialize the card and fails on the card detection.
https://gitlab.com/pine64-org/u-boot/-/blob/master/drivers/mmc/mmc.c#L2867-2879
CONFIG_MMC_BROKEN_CD should allow U-Boot to continue ignoring the state of the card detection pin.
Some background information in this post https://forum.pine64.org/showthread.php?tid=13775
The text was updated successfully, but these errors were encountered: