apache / apache/nuttx

SPI SD card on Nucleo-F767zi unable to compile

Open
#3,783 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
4k
Forks
1.7k
Avg merge
1d 17h
Merged PRs (30d)
237

Description

Hello,

I am trying to get an SD card working on NuttX just over SPI. Currently, I am on commit 85b0fae, with the profile `nucleo-144:f767zi-nsh`. I was following the [Using SD card over SPI NuttX](https://www.youtube.com/watch?v=0CX-d9BFLrQ), however there are some changes to the menuconfig. I enabled as much as I could to simulate this step, i.e., setting SPI index to 1, enabling the SPI drivers, Device Drivers, disabling MMC, detect pins and write protect. However, when it tries to build I get issues with the `SDIO_MINOR` not being found,

![image](https://user-images.githubusercontent.com/13819239/119555653-7ca55c80-bd74-11eb-906c-f6f795ddb68b.png)

Steps to reproduce:
```
./tools/configure.sh -l nucleo-144:f767-nsh
make menuconfig # change settings as seen in attached "config.txt"
make
```

[config.txt](https://github.com/apache/incubator-nuttx/files/6541807/config.txt)

Is there something obvious I am missing?

Cheers,

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.