PS4 Syscon Tools updated to 1.6, optimizes firmware dumping process + multiple bug fixes

Developers Abkarino and EgyCnq have updated PS4 Syscon Tools, a tool that will help with repair/modding/”downgrading” of PS4, to version 1.6. This update improves performance and solves some bugs. The developer recommends updating.

As the name implies, PS4 Syscon Tool intends to be a swiss army knife for backup and modification of the Syscon chip on the PS4. That chip is critical in particular for repairs of bad firmware updates, as it holds information on how to revert to a previously installed firmware.

What is PS4 Syscon Tools

AD
AD
AD
AD
AD
AD

PS4 Syscon Tools is a free tool to dump/edit the PS4 Syscon. PS4 Syscon Tool is developed by Abkarino and EgyCnq.

Combined with a Teensy 2++ (or other compatible microcontroller) and above-average soldering skills (you need physical access to the Syscon chip), PS4 Syscon Tools lets you do the following:

From their Readme:

PS4 Syscon Tools is a free solution (software & hardware) that allow you to manipulate original PlayStation 4 Syscon chip (Renesas RL78/G13). It consists of 2 projects:

  • PS4 Syscon Tools (PC client to allow you to control your PS4 Syscon Flasher hardware).

  • PS4 Syscon Flasher (Hardware flasher based currently on Teensy++ 2.0 – Teensy 4.0 – Teensy 4.1).

Features:

  • Syscon Flash Dumps:

    • Full (<50 sec).
    • Partial (dump any specific block or block range).
    • NVS/SNVS only.
      Note : the read process here not use the infinty loop method that continue to dump the whole memory content and pass it to TOOL0 like some other tools we use more effecient way that can read immediately any block you want.
  • Syscon Flash Write:

    • Full (<1.5 min).
    • Partial (write any specific block or block range).
    • NVS/SNVS only.
  • Syscon Flash Erase:

    • Full (<4.3 sec).
    • Partial (erase any specific block or block range).

  • Enable Syscon Debug mode:

    • Allow you to only connect 3 wires to read/write your syscon by enabling OCD flag.
  • Get Syscon Firmware Dump Info:

      • Allow you to validate your syscon dump and get its firmware info (version, hash, debug mode status, magic validation).

Note : The process done on the fly so no need to dump the entire syscon and apply the patch then rewrite like some other tools.

Other tools such as BWE’s Syscon Writer offer similar functionality, but BWE’s licenses are not technically free: a license for Syscon Writer software comes with BWE’s proprietary Syscon Writer hardware. In this case, a Teensy2++ is used instead of BWE’s hardware offering.

PS4 Syscon Tool – What’s new in 1.6

From the changelog:

PS4 Syscon Tools v1.6 change log:

    • Add support for newer PS4 Syscon Flasher firmware v2.01.
  • Fix issue that made application lock during dumping process in some cases.
  • Fix issue in getting syscon firmware information in some cases.
  • Add automatic verify function after for partial firmware writing process.
  • Add automatic verify function after for SNVS/NVS writing process.

PS4 Syscon Flasher v2.01 change log:

  • Optimize and enhance firmware dumping process.
  • Fix an issue on Teensy 4.0 & Teensy 4.1 firmware that prevent PS4 Syscon Flasher from glitching non debug mode syscons.
  • Code clean up.

PS4 Syscon Tool Download

You can Download Syscon Tools here

More details in the readme

Source: Abkarino