• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS4 Flash Dumping / Unlocking Method to JailBreak the PlayStation 4 Guide

GSXR

Active Poster
Active Member
PS4 Flash Dumping / Unlocking Method to JailBreak the PlayStation 4 Guide

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.

Materials Needed :

Spoiler: -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 - Page 1 - PS4 NEWS - PS3 NEWS - PlayStation 4 News - PlayStation 3 News - PS3 Hacks - PS3 CFWandPS4 NOR Flash Dump MX25L25635FMI-10G for CXD90025G Arrives - Page 1 - PS4 NEWS - PS3 NEWS - PlayStation 4 News - PlayStation 3 News - PS3 Hacks - PS3 CFWandPS4 AC1D Flash Tool Manager GUI by CFWProphet for PlayStation 4 Out - Page 1 - PS4 NEWS - PS3 NEWS - PlayStation 4 News - PlayStation 3 News - PS3 Hacks - PS3 CFW)

-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

Spoiler:



Installing the application :

He will request the login place "p...ws - PlayStation 3 News - PS3 Hacks - PS3 CFW andhttp://www.***********/playstation-4...ry-by-jaicrab/)

Enter the following commands:

Code:
sudo -s
cd / bin
wget http://jaicrab.org/Ps4/Tools/JAISPI/jaispi
chmod + x jaispi
echo "#blacklist spi-bcm2708"> /etc/modprobe.d/raspi-blacklist.conf
echo "blacklist i2c-bcm2708" >> /etc/modprobe.d/raspi-blacklist.conf
reboot

Full installation. Place Putty to access the Raspberry Pi. To run the command jaispi you will have to ask root access (sudo -s)

Code:
# Sudo -s # Jaispi -i / dev / spidev0.0
Options:

Code:
-i /dev/spidevX.X Get the flash ID
-r file.bin /dev/spidevX.X Read all the flash of a file
/dev/spidevX.X -e Deletes all flash
-p file.bin /dev/spidevX.X Records only the different blocks of a file
-v file.bin /dev/spidevX.X Check the blocks of a file

Get the ID : -i: Displays information about the flash.

Code:
#jaispi -i /dev/spidev0.0
JaiSpi v1.0
ID: 0xC22019 MX25L25635
Reading: -r: Makes a full dump of the flash (It takes about 35 sec)

Code:
#jaispi -r DUMP.bin /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Reading ... 0x02000000 Done!
Delete: -e: Clean all the flash (It takes around 1min 30sec and)

Code:
#jaispi -and /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Erasing blocks ... Done!
Record: -p: Records in flash only the sectors with change (It takes around 1min 30sec and)

Code:
#jaispi -p Base.bin /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Starting ... 0x02000000 -> 8192 written Sectors Done!
Check: -v: Compares the flash content to file (It takes around 35seg)

Code:
#jaispi -v Base.bin /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Checking ... 0x02000000 -> 0 Different sectors Done!
[/url]
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 - Page 1 - PS4 NEWS - PS3 NEWS - PlayStation 4 News - PlayStation 3 News - PS3 Hacks - PS3 CFW andhttp://www.***********/playstation-4...ry-by-jaicrab/)

Enter the following commands:

Code:
sudo -s
cd / bin
wget http://jaicrab.org/Ps4/Tools/JAISPI/jaispi
chmod + x jaispi
echo "#blacklist spi-bcm2708"> /etc/modprobe.d/raspi-blacklist.conf
echo "blacklist i2c-bcm2708" >> /etc/modprobe.d/raspi-blacklist.conf
reboot

Full installation. Place Putty to access the Raspberry Pi. To run the command jaispi you will have to ask root access (sudo -s)

Code:
# Sudo -s # Jaispi -i / dev / spidev0.0
Options:

Code:
-i /dev/spidevX.X Get the flash ID
-r file.bin /dev/spidevX.X Read all the flash of a file
/dev/spidevX.X -e Deletes all flash
-p file.bin /dev/spidevX.X Records only the different blocks of a file
-v file.bin /dev/spidevX.X Check the blocks of a file

Get the ID : -i: Displays information about the flash.

Code:
#jaispi -i /dev/spidev0.0
JaiSpi v1.0
ID: 0xC22019 MX25L25635
Reading: -r: Makes a full dump of the flash (It takes about 35 sec)

Code:
#jaispi -r DUMP.bin /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Reading ... 0x02000000 Done!
Delete: -e: Clean all the flash (It takes around 1min 30sec and)

Code:
#jaispi -and /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Erasing blocks ... Done!
Record: -p: Records in flash only the sectors with change (It takes around 1min 30sec and)

Code:
#jaispi -p Base.bin /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Starting ... 0x02000000 -> 8192 written Sectors Done!
Check: -v: Compares the flash content to file (It takes around 35seg)

Code:
#jaispi -v Base.bin /dev/spidev0.0 JaiSpi v1.0 ID: 0xC22019 MX25L25635 Checking ... 0x02000000 -> 0 Different sectors Done!




How to Backup Games PlayStation 4 - Update 2.50 PS4 Video:

Spoiler:
 
:eek: Twizt m8 skype me damn im going to do this :)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    789betmiami is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    cPwqA is our newest member. Welcome!
  • Chat Bot:
    keonhacaifootball is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Keonhacai5vip11 is our newest member. Welcome!
  • Chat Bot:
    smoore99 is our newest member. Welcome!
  • Chat Bot:
    Pagliosa is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    prototypefox is our newest member. Welcome!
  • Chat Bot:
    maogege is our newest member. Welcome!
  • Chat Bot:
    ShadowPsy974 is our newest member. Welcome!
  • Chat Bot:
    Ghost8099 is our newest member. Welcome!
  • @ Ghost8099:
    Yurrrrrr
  • @ Ghost8099:
    Can we get a new link here brotha
  • Chat Bot:
    Mason Fo has left the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    wzxcvcv is our newest member. Welcome!
  • Chat Bot:
    cnood is our newest member. Welcome!
      Chat Bot: cnood is our newest member. Welcome!
      Back
      Top