'spi1 on mangopi-r3 (f1c200s)
I'm working with mangopi-r3 dev board (f1c200s) and for the buildroot package I'm using this repo —> https://github.com/mangopi-sbc/buildroot-mangopi-r. I want to add spi1 but I don't know how. could someone help? sorry if this was a silly question I'm a beginner
Thanks in advance
I tried editing the device tree but I have no experience and I didn't know how to configure it.
Solution 1:[1]
You mean SPI ?
You could use the make linux-menuconfig to get to
- Linux Kernel Configuration
- Enter into -> Device Drivers
- Enable >
SPI SupportIn SPI support verify if you need any other settings if required.
I have used a buildroot 2019 version here, it should be similar on other versions

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | nemesis |
