PS5 wee tools help to work with PS5 sflash dump.
Written in Python to keep it simple.
Was tested with Python 3.8
Dependencies
If you want to run python script directly you need these libs
(It can be easily installed with help of pip)
pip install pyserial
NOR tool
- PS5 Nor dump info
- MD5, Board ID, Model, SKU, Region, SN / Mobo SN
- Kiban ID, FW (current/min/factory), MAC (LAN/WiFi)
- Flags toggle:
- kiosk mode (idu), model (slim/disc/digital), active slot
- Extract NOR's partitions
- Build dump from extracted files
- Basic validation
Common
- File browser
- Terminal (UART) with highlighting
- sFlash r/w (SPIway by Judges)
- Multy files compare
- Pack / Unpack 2BLS files
Don't use if you don't understand what is it for!
And of course PSDevWiki
- Patreon
- Boosty
- YandexMoney
- Bitcoin: 39VaMnFqCQo751mvDc3M7ADVty71q2tWDm
- TronLink: TSYe254HXFapEwAAbZFkTHGewezZmnCKnU
- FW detection bugfix
- Slim model support
- Flags toggle: active slot
- Region #18 added
- Code optimization
- Minor bug fixes
- PS5 Nor dump info
- Flags toggle: idu, model
- PS5 dump pack/unpack
- File browser
- Terminal (UART) with highlighting
- Multy files compare
- Pack / Unpack 2BLS files