I am using custom carrier board with sdcard slot having jetson nano emmc module.
I am using 128 GB Sdcard but unable to detect sdcsrd via using df -h or lsblk.
I found error using dmesg:
mmc1: card never left busy state
[ 19.747571] mmc1: error -110 whilst initialising SD card
[ 21.631240] tegra-i2c 7000c700.i2c: rx dma timeout txlen:28 rxlen:128
[ 21.637726] tegra-i2c 7000c700.i2c: — register dump for debugging ----
[ 21.645769] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x2c00
[ 21.651502] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 21.659085] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0x1c
[ 21.665243] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 21.671693] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x6c
[ 21.677552] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x2
[ 21.683509] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[ 25.851167] mmc1: card never left busy state
[ 25.855463] mmc1: error -110 whilst initialising SD card
Do i need to make changes in the dtb file for enabling sdcard slot ?