You can download pre build binaries from releases
If you want to build it yourself use (you sould have golang installed)
go install github.com/MrYadro/go-ps3syscon/cmd/go-ps3syscon@latest
You can provide -port
and -mode
params when running binary
-port
is your USB to TTL port
-mode
for now supports only cxrf
and cxr
mode
Every command has it's autocompleteon so use tab more often
List of non-standart commands to use:
auth
- authorises to use other commandserrinfo 0xa0093003
- prints info about0xa0093003
errorFatal booting error on step 09 with error info: POWER FAIL
cmdinfo becount
- prints info aboutbecount
commandbecount - Display bringup/shutdown count + Power-on time, command called with no parametres and no subcommands
A PS3 Story: The Yellow Light Of Death: https://www.youtube.com/watch?v=I0UMG3iVYZI
Mostly based on: https://github.com/db260179/ps3syscon