How to test the SPI bus on NX8MM-35
From ICOP tech wiki
Contents
How to test the SPI bus on NX8MM-35
This article will tell you how to test the SPI bus on the NX8MM-35 in Yocto Linux.
The SPI bus is an optional feature supported on ICOP's NX8MM-35, and it shares functionality with UART3 on the board. In the tips below, we will provide the guide step by step.
Tools you need:
- NX8MM-35(Find it here)
- Yocto Linux 4.0:IImage / Guide
- USB to micro USB cable for restoring image.
- SPI Testing file (Put it in a USB disk): link
- A testing wire to test SPI bus self-transmitting.
Switching the UART3 to SPI bus on NX8MM-35.
On NX8MM-35, the UART3 and SPI bus can be switched by modifying the resistor on the board. Please follow the image below and use the soldering iron to move the 0 ohm resistor to the correct location.
Test the SPI function in Yocto Linux.
./spidev_test -D /dev/spidev3.0 -v -p xxx
In this case, we type ./spidev_test -D /dev/spidev3.0 -v -p SPITESTING, and if the test succeed, it will show the "SPITESTING" in the test result.
- Plug testing wire to the J12 (SPI bus) on NX8MM-35.
- Plug the USB disk with SPI testing application in the NX8MM-35 and turn it on; then open the terminal in Yocto Linux.
- Mount the USB to Lunix and access the USB file.
- Run below command in the USB file:
For the steps above, you could find all of the information in the image below: