Hello,
I am working with an NVIDIA Jetson Nano and need to optimize the SD card read/write performance. My carrier board's documentation states:
"We provide SD card function on carrier board, which supports CLK Frequency 48MHz. Increasing CLK by yourself might cause certificates (such as CE/FCC) failure!"
While I understand the certification warning, I would like to know the technical limit for my development purposes.
Could you please clarify what the highest stable SD card clock frequency is that can be configured in the device tree or kernel parameters for the Jetson Nano? Is 48 MHz the absolute maximum supported by the hardware, or can it be driven higher, such as 50 MHz or 200 MHz (High-Speed mode), under specific conditions?
Any insights into the relevant device tree (sdc1) node or kernel driver that controls this would be greatly appreciated.
Thank you.