ZERO SOM/ZERO Evaluation Kit/Interfaces and Connectors/micro SD

From DAVE Developer's Wiki
Jump to: navigation, search
History
Issue Date Notes
2026/01/07 First documentation release


micro SD[edit | edit source]

Description[edit | edit source]

The micro SD interface available on the Evaluation Kit at the connector J8.

J8 is a Micro-SD card header. This interface is connected to the sdhi0 controller of the RZ/T2H CPU.

microSD connector

Signals[edit | edit source]

The following table describes the interface signals:

Pin# OSM Pin# Pin name Pin function Pin Notes
1 B_H20 SD_DAT2 Data 2
2 B_H21 SD_DAT3 Data 3
3 B_E20 SD_CMD CMD
4 - 3V3 +3.3 V
5 B_F21 SD_CLK Clock
6 - DGND Ground
7 B_G20 SD_DAT0 Data 0
8 B_G21 SD_DAT1 Data 1
9 B_J21 CD Card detect
10, 11, 12, 13 - SD_SHIELD Shield

Device mapping[edit | edit source]

The microSD card is mapped to /dev/mmcblk0. The available partitions are shown as /dev/mmcblk0p1, /dev/mmcblk0p2, etc.

Device usage[edit | edit source]

The device can be mounted/accessed as a standard block device in Linux.