SteamVR/HowTo Update Firmware: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Protected "SteamVR/HowTo Update Firmware": Counter-productive edit warring: instructions can damage modern devices ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(18 intermediate revisions by 9 users not shown)
Line 1: Line 1:
How to update firmware on the Steam VR Hardware.
= Update Instructions On This Wiki Page Are Obsolete =
This page was for 2015-era Vive Development Kit hardware.  It has been blanked to avoid accidents.


== Controller Dongle ==
= Do Not Follow Any Update Instructions From The History Of This Wiki Page =


{{note|You should be opted into the most recent SteamVR[beta] branch before upgrading firmware to ensure you are installing the most up-to-date image.}}
'''Attempting to use the update instructions from Vive Developer kit hardware on modern devices will cause them to stop working permanently.'''
 
* '''The tool will now update all dongles at once.'''  It will also check and exit if the update is already applied.
* Open a command prompt at the directory of your OpenVR Runtime. For example, <code>C:\Program Files\Steam\SteamApps\common\SteamVR\</code>
* Run this command:
tools\lighthouse\bin\win32\lighthouse_watchman_update.exe -d tools\lighthouse\firmware\vr_controller\watchman_dongle.bin
* It automatically retries.  If it is interrupted, or if it appears to be stuck you can re-run.
* If it’s really stuck, re-plug the dongle and re-run. If it can’t complete the dongle might be in a bad state (aka bricked) and need to be replaced.
 
== Pair a Dongle with a Controller ==
 
{{note|Pairing is not affected by firmware upgrades. You only need this pairing process if you need to change which controllers are associated with which dongles.}}
 
* Have only the one dongle connected to the computer
* For now: Press the System Button and the Application Button on the controller at the same time
* The dongle and the controller should now be paired.
 
== Controller Firmware ==
 
{{note|This does not include the tracking part of the controller or "watchman" board. It will only update firmware on the controller itself.}}
{{note|You should be opted into the most recent SteamVR[beta] branch before upgrading firmware to ensure you are installing the most up-to-date image.}}
 
* Connect the controller over USB
* Power on while pushing down on the trackpad (the trackpad click button) to get the drive "CRP DISABLD"
* Delete the firmware.bin on the "CRP DISABLD" drive
* Change the working directory to your OpenVR Runtime.
* Understand which firmware you want to install from <code>tools\lighthouse\firmware\vr_controller\</code>
* Drag the firmware image for your controller onto the CRP_DISABLD drive. That should be one of:
** Developer Edition wireless controller: <code>vcf_wired_controller_vrc_v2.bin</code>
** GDC-era wired controller: <code>vcf_wired_controller_vrc.bin</code>
* Power cycle the controller
 
== Headset and controller tracking ==
 
{{note|You should be opted into the most recent SteamVR[beta] branch before upgrading firmware to ensure you are installing the most up-to-date image.}}
 
For controllers, connect them in wired mode before following these instructions:
 
# Open a command prompt at: <code>tools/lighthouse</code>. For example, <code>C:\Program Files\Steam\SteamApps\common\SteamVR\tools\lighthouse</code>
# Run this command:
bin\win32\lighthouse_watchman_update.exe -u firmware\lighthouse_rx_watchman
 
This will update the firmware on all attached watchman boards, which is the tracking component of HMDs and controllers. If the update fails, run it again and it should complete the second time.
 
{{note|If you are updating all three devices (HMD and two controllers), '''make sure you see it update all three devices'''.  If it can't see the devices you may need to move to another USB port (or try a powered hub). You can run the command again and ensure that it sees all three and says they are up-to-date.}}
 
== Base Station Firmware Update ==
 
{{note|Unless instructed by Valve, you do not need to upgrade your base station firmware if it is showing two green lights on the front.}}
{{note|Do not downgrade firmware versions on basestations.}}
 
* Connect the base station over USB to a USB 2 port in your computer. A micro-usb cable is required.
* Make sure that the cable is fully inserted in the plug of the base station. The housing might prevent the needed close connection
* Power on while pushing the Mode button to get the drive "CRP DISABLD". This may require multiple attempts.
* Find the 'lighthouse_tx' firmware directory in your OpenVR Runtime directory. For example: <code>C:\Program Files\Steam\SteamApps\common\SteamVR\tools\lighthouse\firmware\lighthouse_tx</code>
* Select the appropriate file, suitable for your basestation model. For those with the development edition "Robin" basestations, use <code>lighthouse_tx_robin.bin</code>
* Delete the firmware.bin on the "CRP DISABLD" drive (you must do this, or the next step won't work)
* Drag the ".bin" file onto the drive (or, copy + paste)
* Power cycle the basestation to complete installation. USB is not required during reboot.
 
{{shortpagetitle}}
[[Category:SteamVR]]

Latest revision as of 14:26, 20 November 2019

Update Instructions On This Wiki Page Are Obsolete

This page was for 2015-era Vive Development Kit hardware. It has been blanked to avoid accidents.

Do Not Follow Any Update Instructions From The History Of This Wiki Page

Attempting to use the update instructions from Vive Developer kit hardware on modern devices will cause them to stop working permanently.