SPI Pressure Test
Testing Method
- Enter the
test_tools/07_spi_test
directory. - The testing script is divided into
master
andsalve
modes. Run the corresponding script based on the mode configured in the SPI driver. - Two RDK X3 development boards can be used: one configured as
master
mode and the other assalve
mode. The configuration process can refer to the SPI Debugging Guide. First, execute the master-side testing script:sh spitest_master.sh &
, then execute the salve-side testing script:sh spitest_salve.sh &
. The time interval between the two script executions should be as short as possible.
Testing Criteria
- At high temperature (45°), low temperature (-10°), and room temperature, the program should execute normally without any restart or hang-up issues.
- The LOG should not have any abnormal prints such as
fail
,error
,timeout
, etc. - The program should be able to run stably for 48 hours.