Hello,
I need help i am newbie for Linux, i am using beagle-bone black i want to do SPI communication between BBB and another MCU. I need detailed guidance because this is not my subject. I tried to run lots of example codes and tried to take signals in DSO unfortunately i am not getting it.
How i debug my scope & trigger SPI
I dont know which dtbo i have to use to enable SPI
These examples i used 1st 2nd spi1.c (14.0 KB) spi2.c (3.2 KB) spi3.c (1.3 KB) spi_dev.c (2.5 KB)
You will need to search the target to make sure these overlays are installed on the board. When they are found note the path. Then edit your /boot/uEnv.txt file and add that path.
the SPI exercise in this book is accomplished without overlays or kernel modifications… it clearly explains the basics like the difference between master and slave device (your questions do not indicate that you understand this) … once you have identified whether BBB is master or slave, then the next round of questions will / would follow.