Changes between Initial Version and Version 1 of ControlSystems/UpdatingRoboRIO


Ignore:
Timestamp:
Mar 2, 2019, 6:18:39 PM (6 years ago)
Author:
Danko Nebesh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/UpdatingRoboRIO

    v1 v1  
     1Updating roboRIO firmware and formatting with new image.
     2
     3Use the FRC roboRIO Imaging Tool
     4Connect to roboRIO using USB cable
     5Make sure both the firmware is up to date and the roborio is formatted with the latest file. In 2019 the image file came with the entire NIUpdateSuite.
     6
     7Once they are updated make sure all network setting are correct.
     8
     9Check Radio (wifi router) settings
     10Use web browser to go to: 10.25.37.1
     11Login: Admin
     12There is no password for the admin account.
     13
     14Go to Setup->Wireless settings
     15Pre-Shared Key: password (all lowercase)
     16
     17Go to Setup->LAN settings
     18IPv4 address: 10.25.37.1
     19Network Mask : 255.255.255.0
     20
     21Go to Advanced->DHCP server
     22Enable DHCP Server checkbox should be checked
     23DHCP IP Address Range: 10.25.37.20 to 199
     24Default Subnet Mask: 255.255.255.0
     25
     26Check roboRIO settings
     27
     28Use web browser to go to: 10.25.37.2 if you can’t connect, use a USB cable
     29Use the Windows CMD terminal to check the IP address used by the USB cable. Use the command ipconfig, you should see an address that is something like 10.25.37.20 or 10.25.37.21.
     30Use that address to connect to the roboRIO via the browser.
     31
     32
     33Hostname: roboRIO-2537-FRC
     34IP Address: 10.25.37.2
     35DNS name: roboRIO-2537-FRC.local
     36
     37Ethernet Adapter Settings
     38Configure IPv4 address: static
     39IPv4 address: 10.25.37.2
     40Subnet mask: 255.255.255.0
     41Gateway: 10.25.37.1