Setting Up a New RoboRIO
These instructions assume that the computer used to interface with the roboRIO has all the software installed from Setting Up a Computer to Use as a Drive Station and Setting Up a Computer for FRC Java Programming.
All the Drive Station (DS) to roboRIO connections are USB connections.
These instructions must be repeated for each new roboRIO.
Full, detailed instructions with pictures can be found at screen steps live for FRC.
1. Update the Firmware
- Connect to the powered-on roboRIO via USB.
- Open a web browser and enter the following into the URL address bar:
172.22.11.2
- Click login in the upper right corner. Login with admin as the username. Leave the password field blank. (Do not attempt to set a password; this will make java programs fail.)
- On the main screen, click
Update Firmware
for the roboRIO near the bottom right. - Navigate to the following address where the roboRIO firmware is located:
Program Files(x86)\National Instruments\Shared\Firmware\cRIO\76F2\
- Select the latest firmware version to flash. Click
Begin Update
.
2. Image the RoboRIO
Unlike pre-2015, the roboRIO only needs to be re-imaged once at the beginning of each year.
- Find and launch the roboRIO Imaging Tool, which is found at the following address on the drive station hard drive:
C:\Program Files (x86)\National Instruments\LabVIEW 2016\project\roboRIO Tool
- When the tool has finished scanning, enter in the team number (2537), select the latest version to image, and check the box
Format Target
. Do not change the startup settings; they should allow both Console Out and the RT Startup App. - Click
Reformat
.
3. Install Java 8 on the RoboRIO
- Run the Java Installer application found at the following generic address:
<home-directory>/wpilib\tools\java-installer.jar
The home directory is the current user's base directory. For Windows systems the home directory isC:\Users\<user-name>
- Click
Next
to proceed to download Java 8 for Linux Embedded Systems. - Follow the on-screen instructions to download the correct version of Java for the roboRIO (currently ARMv7 Linux - VFP, SoftFP ABI, Little Endian JRE).
- To login, either use the provided credentials below or create a free account:
Username:
software2537@gmail.com
Password:
Raid1234
- After it downloads, click
Next
and enter the team number into the field (2537). Then, clickConnect
. - After the installation is complete, click finish to close the application.
Last modified 8 years ago
Last modified on Jan 20, 2017, 4:03:09 PM