<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 26, 2017 at 10:59 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">On Thu, Oct 26, 2017 at 10:46:06AM -0400, Matt DeVillier wrote:<br>
> On Thu, Oct 26, 2017 at 12:56 AM, Kevin O'Connor <<a href="mailto:kevin@koconnor.net">kevin@koconnor.net</a>> wrote:<br>
><br>
> > Does the patch below help?<br>
> ><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,<br>
> > 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,<br>
> > 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>
> ><br>
><br>
> with the patch applied, neither the internal eMMC nor the large-capacity<br>
> external SD card are detected<br>
<br>
</div></div>Yeah - this disables MMC. Any chance to get the log from this run?<br>
(Let me know if eMMC is needed to get the log.)<br>
<span class="HOEnZb"><font color="#888888"><br>
-Kevin<br></font></span></blockquote><div><br></div><div>with the patch, USB devices are not available from the boot menu either (it appears to hang?), and therefore device cannot be booted to get said log</div></div><br></div></div>