https://bugzilla.suse.com/show_bug.cgi?id=1196357 https://bugzilla.suse.com/show_bug.cgi?id=1196357#c7 Chester Lin <chester.lin@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #7 from Chester Lin <chester.lin@suse.com> --- Checked the DT and found that the uSD device is MMC_SPI: ------- localhost:~ # hexdump -C /sys/firmware/devicetree/base/soc/spi@10050000/mmc@0/compatible 00000000 6d 6d 63 2d 73 70 69 2d 73 6c 6f 74 00 |mmc-spi-slot.| 0000000d ------- Kernel log while probing mmc: localhost:~ # dmesg | grep SD [ 16.791410] mmc_spi spi1.0: SD/MMC host mmc0, no DMA, no WP, no poweroff [ 16.849477] mmc0: new SDHC card on SPI -------- It looks like a hardware limitation since Unmatched relies on SPI interface to access cards and there's no dedicated SD/SDIO controller on the board. -- You are receiving this mail because: You are on the CC list for the bug.