• 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.
  • @ QM|T_JinX:
    for sure haha well lets hope right
  • @ QM|T_JinX:
    i still think if there was a jailbreak for ps4 this site would have been back for sure
  • @ God:
    That would be awesome I’m sure it will happen before long, technology now a days is crazy! If we can work out a deal and plans I’ll be spreading the word and doing a lot to make it better more attractive and helpful fourms tips giveaways and all
  • @ God:
    I’ve been messing and working with trying to make great CSS for the names. Like Staff Premium news writer etc..
  • @ QM|T_JinX:
    ok so hows that going /
  • @ God:
    It’s going good. So we will see what happens and if the site can come back like it was or better
  • @ QM|T_JinX:
    nice yea lets hope
  • @ QM|T_JinX:
    im going to play some red dead it was great to have spoken to you bro nice to see you back on here
  • @ QM|T_JinX:
    hope you have a great night bro
  • @ God:
    It was good talking with you as well, you have a great night! We will talk later bro
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    have a great weekend everybody ill be back after the weekend
  • Chat Bot:
    OkBrruh is our newest member. Welcome!
  • Chat Bot:
    uncrtin is our newest member. Welcome!
  • Chat Bot:
    BigTechModz is our newest member. Welcome!
  • @ BigTechModz:
    Hey this is RexMods I don’t remember the login to my old account so I made a new one I am now known as BigTechModz
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    iDior2K is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    KillerDino49 is our newest member. Welcome!
  • Chat Bot:
    Xiomber is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top