<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 26, 2017 at 12:56 AM, Kevin O'Connor <span dir="ltr"><<a href="mailto:kevin@koconnor.net" target="_blank">kevin@koconnor.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><span style="color:rgb(34,34,34)">Does the patch below help?</span><br></div></div>
<br>
-Kevin<br>
<br>
<br>
--- a/src/hw/sdcard.c<br>
+++ b/src/hw/sdcard.c<br>
@@ -405,6 +405,7 @@ sdcard_card_setup(struct sddrive_s *drive, int volt, int prio)<br>
     if (!ret && param[0] == vrange)<br>
         hcs = (1<<30);<br>
     // Verify SD card (instead of MMC or SDIO)<br>
+#if 0<br>
     param[0] = 0x00;<br>
     ret = sdcard_pio_app(regs, SC_APP_SEND_OP_COND, param);<br>
     if (ret) {<br>
@@ -416,6 +417,7 @@ sdcard_card_setup(struct sddrive_s *drive, int volt, int prio)<br>
         drive->card_type |= SF_MMC;<br>
         hcs = (1<<30);<br>
     }<br>
+#endif<br>
     // Init card<br>
     u32 end = timer_calc(SDHCI_POWERUP_<wbr>TIMEOUT);<br>
     for (;;) {<br></blockquote><div><br></div><div>with the patch applied, neither the internal eMMC nor the large-capacity external SD card are detected </div></div><br></div></div>