These test scripts are designed to allow the user of the WPILib test framework to quickly and easily deploy and run their tests on the WPI roboRIO.
If you deploy code to the test stand using GradleRIO, you must remove the build artifacts in /home/lvuser
, or you will break the test stand.
The roboRIO on the test bench must be updated every time NI releases a new image.
- Use the roboRIO Imaging Tool to format the roboRIO with the latest image.
- Set a static ip on the roboRIO web dashboard to
10.1.90.2
- Install Java on the roboRIO
- Download the JRE from Maven.
- Transfer the JRE ipk to the roboRIO with scp:
scp <local path> [email protected]:/tmp/frcjre.ipk
- Install the JRE:
opkg install /tmp/frcjre.ipk
- Remove the ipk file:
rm /tmp/frcjre.ipk
- Reboot the roboRIO