<f_>
^ and as seen above only the eMMC is recognised
<narmstrong>
I think those are quite problematic, seems minute reported the same
<narmstrong>
Somehow could you provide a ftrace of the mmc transactions ? So I open a ticket with it
<narmstrong>
Does it also fail on uboot ?
<f_>
narmstrong: U-Boot, my branch of U-Boot w/ SPL, and bl2.bin all recognise it fine
<f_>
What's slightly awkward is my other card has the exact opposite symptoms on that S905 board, haha. BootROM doesn't recognise it, but the rest happily boot from it
<f_>
Ok what's even weirder is my gxl board, lepotato, recognises that exact same card just fine...
<f_>
which is weird because IIRC gxbb MMC and gxl MMC are identical...
<f_>
So I'm not excluding the possibility that my S905 board's SD card reader is broken or something similar.
<lvrp16>
Yeah each SoC seem to have different issues. A311D works, S905D3 problematic.
<f_>
love that!
<f_>
but yeah like I said the S905 bootROM did not like the other, different SD card from another manufacturer I have
<f_>
that different card is 2 GB Samsung SD card
<f_>
and once again it works on the lepotato
<f_>
good thing pmOS enters a debug shell so I can have a look at what's going on
<xdarklight>
f_: KII Pro inherits meson-gxbb-p20x.dtsi - try removing the sd-uhs-* properties from &sd_emmc_b (those use 1.8V signal voltages which requires an additional voltage regulator on the board - if that's not present switching to UHS modes will fail IIRC)
<xdarklight>
f_: I don't know if u-boot supports or uses the UHS modes. if it stays at the default speed or just uses high-speed (high-speed != UHS) then that may explain why it works in u-boot
jacobk has joined #linux-amlogic
psydroid has quit [Read error: Connection reset by peer]
<f_[x]>
xdarklight: well that's I think the first SD card that fails to get recognised IIRC