This is a cache of https://discuss.96boards.org/t/microsdcard-tcxo-clk-not-present-20-07-debian-release/10467. It is a snapshot of the page at 2024-09-19T13:30:58.672+0000.
Microsdcard TCXO clk not present 20.07 <strong>debian</strong> release - DragonBoard 845c - 96Boards Forum

Microsdcard TCXO clk not present 20.07 debian release

hi,

microsd card is not working, insertion of the card detects but ends with below dmesg log

root@linaro-gnome:~# dmesg | grep sdhci
[ 2.312945] sdhci: Secure Digital Host Controller Interface driver
[ 2.319200] sdhci: Copyright(c) Pierre Ossman
[ 2.331190] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.338299] sdhci_msm 8804000.sdhci: Adding to iommu group 3
[ 2.344229] sdhci_msm 8804000.sdhci: Got CD GPIO
[ 2.349006] sdhci_msm 8804000.sdhci: TCXO clk not present (-2)
[ 2.411582] mmc0: SDHCI controller on 8804000.sdhci [8804000.sdhci] using ADMA 64-bit

regards,
vinaysimha

There is no card detection in the log you shared, this is the initialization of the sdhci controller. When inserting a sdcard you should see something like:

mmc0: new high speed SDHC card at address 0001
mmcblk0: mmc0:0001 ASTC 29.1 GiB
...

So maybe try dmesg | grep -e sdhci -e mmc instead