Version 2 (modified by 10 years ago) (diff) | ,
---|
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.
- 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 previous years, the roboRIO only needs to be re-imaged once at the beginning.
- 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 2014\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
NOTE: Oracle has recently updated their website to a new version and the download page is incompatible with the current version of FRC Java Installer. WPI is working on an update, but follow the instructions here for a workaround.
- 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.
- To login, either use the provided credentials below or create a free account:
Username:
<insert UN here>
Password:
<insert PW here>
- 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.