https://github.com/mryadro/go-ps3syscon
go-ps3syscon is used to diagnose your PlayStation 3 motherboard
https://github.com/mryadro/go-ps3syscon
ps3 serial syscon uart usb-ttl
Last synced: 10 months ago
JSON representation
go-ps3syscon is used to diagnose your PlayStation 3 motherboard
- Host: GitHub
- URL: https://github.com/mryadro/go-ps3syscon
- Owner: MrYadro
- License: mit
- Created: 2021-04-01T18:50:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T09:00:31.000Z (almost 2 years ago)
- Last Synced: 2024-06-27T10:27:11.179Z (almost 2 years ago)
- Topics: ps3, serial, syscon, uart, usb-ttl
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# go-ps3syscon Syscon for PlayStation 3
[](https://github.com/MrYadro/go-ps3syscon/actions/workflows/release.yml) [](https://github.com/MrYadro/go-ps3syscon/actions/workflows/build.yml) [](https://github.com/MrYadro/go-ps3syscon/actions/workflows/codeql.yml) [](https://goreportcard.com/report/github.com/MrYadro/go-ps3syscon) [](https://github.com/MrYadro/go-ps3syscon/releases) [](https://github.com/MrYadro/go-ps3syscon/releases)

## Building and releases
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
```
## How to use it
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 commands
* `errinfo 0xa0093003` - prints info about `0xa0093003` error `Fatal booting error on step 09 with error info: POWER FAIL`
* `cmdinfo becount` - prints info about `becount` command `becount - Display bringup/shutdown count + Power-on time, command called with no parametres and no subcommands`
## Links
A PS3 Story: The Yellow Light Of Death: https://www.youtube.com/watch?v=I0UMG3iVYZI
Mostly based on: https://github.com/db260179/ps3syscon