Changes between Initial Version and Version 1 of RoboRioSetup


Ignore:
Timestamp:
Jan 20, 2015, 6:18:20 PM (10 years ago)
Author:
Timothy Lin
Comment:

instructions to set up a roborio

Legend:

Unmodified
Added
Removed
Modified
  • RoboRioSetup

    v1 v1  
     1= Setting Up a New RoboRIO
     2These instructions assume that the computer used to interface with the roboRIO has all the software installed from [wiki:DriverStationSetup Setting Up a Computer to Use as a Drive Station] and [wiki:FRCSoftwareSetup Setting Up a Computer for FRC Java Programming].
     3
     4All the Drive Station (DS) to roboRIO connections are USB connections.
     5
     6These instructions must be repeated for each new roboRIO. Full, detailed instructions with pictures can be found at [http://wpilib.screenstepslive.com/s/4485/m/13503/l/273817-updating-your-roborio-firmware screen steps live] for FRC.
     7
     8== 1. Update the Firmware
     91. Connect to the powered-on roboRIO.
     102. Open a web browser and enter the following into the URL address bar:
     11{{{
     12172.22.11.2
     13}}}
     143. 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.)
     154.  On the main screen, click {{{Update Firmware}}} for the roboRIO near the bottom right.
     165. Navigate to the following address where the roboRIO firmware is located:
     17{{{
     18Program Files(x86)\National Instruments\Shared\Firmware\cRIO\76F2\
     19}}}
     206. Select the latest firmware version to flash. Click {{{Begin Update}}}.
     21
     22== 2. Image the RoboRIO
     23Unlike previous years, the roboRIO only needs to be re-imaged once at the beginning.
     241. Find and launch the roboRIO Imaging Tool, which is found at the following address on the drive station hard drive:
     25{{{
     26C:\Program Files (x86)\National Instruments\LabVIEW 2014\project\roboRIO Tool
     27}}}
     282. 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.''
     293. Click {{{Reformat}}}.
     30
     31== 3. Install Java 8 on the RoboRIO
     321. Run the Java Installer application found at the following generic address:
     33{{{
     34<home-directory>/wpilib/tools/java-installer.jar
     35}}}
     36  The home directory is the current user's base directory. For Windows systems the home directory is
     37{{{
     38C:\Users\<user-name>
     39}}}
     402. Click {{{Next}}} to proceed to download Java 8 for Linux Embedded Systems.
     413. Follow the on-screen instructions to download the correct version of Java for the roboRIO.
     424. To login, either use the provided credentials below or create a free account:
     43Username:
     44{{{
     45<insert UN here>
     46}}}
     47Password:
     48{{{
     49<insert PW here>
     50}}}
     515. After it downloads, click {{{Next}}} and enter the team number into the field (2537). Then, click {{{Connect}}}.
     526. After the installation is complete, click finish to close the application.