-
Notifications
You must be signed in to change notification settings - Fork 4
How to flash firmware
Alexander Petrov edited this page Mar 11, 2018
·
3 revisions
- Plug steam controller wired while holding the right trigger until it clicks
- Steam controller should be connected as flash driver
- Replace firmware.bin by your firmware
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