Using SD card on nRF9161 DK

Hello, we've a nRF9161 DK board a we saw on the back side a footprint for mounting an SD card holder and we found the SD card holder component in the BOM.

Unfortunately there is no mention about the usage of the SD card in for the nRF9161 DK anywhere in the documentation.

Is there any problem on using the SD card on nRF9161 DK (trough SPI I guess) ?

What do we have to do to connect the SD card to the nRF9161 module (excluding the soldering of the card holder)?

Thanks in advance for the support,

Joel

Parents Reply
  • Hello... I'm a little confused ... mass storage example is building with success when i set nrf52840dk/nrf52840 as board (which has its dt overlay under boards).

    west build -b nrf52840dk/nrf52840 -d build -- -DCONFIG_APP_MSC_STORAGE_SDCARD=y is ok

    If I set nrf9161dk/nrf9161 the build ends with errors ... 

    west build -b nrf9161dk/nrf9161 -d build -- -DCONFIG_APP_MSC_STORAGE_SDCARD=y fails

    C:/ncs/v3.0.2/zephyr/samples/subsys/usb/mass/src/main.c:36:2: error: #error No supported disk driver enabled
       36 | #error No supported disk driver enabled

    Joel

Children
No Data
Related