Skip to content

How to flash firmware

Alexander Petrov edited this page Mar 11, 2018 · 3 revisions
  1. Plug steam controller wired while holding the right trigger until it clicks
  2. Steam controller should be connected as flash driver
  3. Replace firmware.bin by your firmware

If you use linux

If you will copy file directly to folder, firmware will be flashed incorrect. Use dd command to copy firmware

dd conv=nocreat,notrunc oflag=direct bs=512 if=<path to your firmware> of=<path to sc flash>/firmware.bin

Clone this wiki locally