Skip to content

RealSupremium/PSVR2Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSVR2Updater

A command-line utility to retrieve firmware information and flash firmware updates (.cup files) to the PlayStation VR2 headset over USB.

Features

  • Device Querying: Connect to the PSVR2 headset and read its current firmware version, recovery version, commit hash, and PCB ID.
  • Firmware Flashing: Upload and flash new firmware onto the headset.
  • Cross-Platform: Builds and runs on Windows and Linux. Probably works on macOS too.

Prerequisites

  • CMake 3.16 or higher
  • vcpkg for dependency management (specifically libusb and pkgconf)

Usage

Check the currently installed firmware: Simply run the executable without any arguments to query the version.

./PSVR2Updater

Update the firmware: Provide the path to a .cup firmware file. The tool will display the file's target version, then a confirmation before applying the update.

./PSVR2Updater path/to/firmware.cup

About

A cross-platform updater for the PSVR2

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors