This method is reported to brick PS4's on 2.51 Firmware. Not responsible for ANY DAMAGE CAUSED TO YOUR PS4, do any procedure below for your OWN RISK! Only provide the tutorial, we are not suppliers!
image:
https://www.ps4news.com/forums/images/smilies/icon4.png Materials Needed:
1x Raspberry Pi (You easily find on eBay, and in some stores)
1x 4GB Memory Card
PS4 1x Serial Flash MX25L25635FMI-10G (see PS4 Macronix MX25L25635FMI-10G & MX25L1006E NOR Flash Dumped and PS4 NOR Flash Dump MX25L25635FMI-10G for CXD90025G Arrives and PS4 AC1D Flash Tool Manager GUI by CFWProphet for PlayStation 4 Out)
Raspbian
Win32 Disk Image
Putty
Pinout (Connecting the Raspberry Pi - see PS4 NOR Chip Dumping Process Documentation by AlphaHack)
Note: The technical part of the connection will publish soon.
Installation
Installing Raspbian
Turn the win32diskimage
1 - In "Image file" select the image Raspbian that you downloaded.
2 - In "Device" select the drive that is your SD card.
3 - Click on "Write" to start the recording process.
After finishing the process, put the SD card into the Raspberry Pi and connect it using a USB cable.
Remote Shell in Raspbian
Two minutes after starting the Raspberry Pi, turn the Putty.
1 - In the Host Name put: raspberrypi. If you do not work correctly, go to the settings of your router, and find the IP of the Raspberry Pi.
2 - Select SSH
3 - Select Open
Installing the application
He will request the login place "pi" to the user and "raspberry" for the password.
Note: For additional information about JaiCraB's developments, refer to JaiSpiMod: JaiSpiMod.hex for Teensy++ 2.0 PS4 Development by JaiCraB and JAISPI V1.0 Arrives, Read / Write PS4 MX25L25635 Memory by JaiCraB.
Enter the following commands:
[Ссылка в источнике]
Full installation. Place Putty to access the Raspberry Pi. To run the command jaispi you will have to ask root access (sudo -s)
[Ссылка в источнике]
Options:
[Ссылка в источнике]
Get the ID: -i: Displays information about the flash.
[Ссылка в источнике]
Reading: -r: Makes a full dump of the flash (It takes about 35 sec)
[Ссылка в источнике]
Delete: -e: Clean all the flash (It takes around 1min 30sec and)
[Ссылка в источнике]
Record: -p: Records in flash only the sectors with change (It takes around 1min 30sec and)
[Ссылка в источнике]
Check: -v: Compares the flash content to file (It takes around 35seg)
[Ссылка в источнике]