Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.

PSXHAX

Staff Member
Verified
Moderator
Today we received word from mariayo2 that Spanish PlayStation 4 developer JaiCraB has continued his previous PS4 development releasing a JaiSpiMod.hex for Teensy++ 2.0 with details below.

Download: JaiSpiMod.hex / JaiSPImodv0.5.hex

To quote, roughly translated:
Code:
              ##               ######                  ########
              ##    #     ##  ##    ##  ###      #    ##     ##
              ##  ## ##       ##       ##  #   ## ##  ##     ##
              ## ##   ##  ##  ##       ## ##  ##   ## ########
        ##    ## #######  ##  ##       ####   ####### ##     ##
        ##    ## ##   ##  ##  ##    ## ## ##  ##   ## ##     ##
         ######  ##   ##  ##   ######  ##  ## ##   ## ########
================================================================================
  * Last update: 04/09/2014             * Contact: [email protected]
================================================================================
Teensy2 / Tools / JaiSpiMod (via http://jaicrab.org/?&a=Teensy2/Tools/JaiSpiMod)

JaiSpiMod converts MX25L25635FMI-10G flash memory in a usb mass storage.

This allows a more direct and rapid manipulation than other solutions. You do not need drivers for the system.

It requires:
  • Teensy 2 ++ (pjrc.com/store/teensypp.html)
  • 3.3 Volt Regulator for Teensy (pjrc.com/store/mcp1825.html)
  • Application Loader Tennsy (pjrc.com/teensy/loader.html)
  • JaiSpiMod for Teensy2 ++ (linked above)
Scheme:
Code:
Teensy2 ++      MX25L25635FMI-10G
---------       -----------------
+ 5V            Pin 2
B3              Pin 8
B2              Pin 15
B1              Pin 16
B0              Pin 7
GND             Pin 9
GND             Pin 10
There is an optional pin enabled to display information about the job.
Code:
D3 -> Serial COM Debugger
Installation:
  • Weld the plate 3v3 regulator.
  • Run Teensy Loader Application. Load JaiSpiMod and program.
Operation: (via http://jaicrab.org/?&a=Ps4/Article/JaiSpiMod)

PS4 / Article / JaiSpiMod

Attention! Connecting JaiSpiMod Windows may give the option to format the drive. Not unless you are filming who want to have a nice PenDrive 32MB.

If Teensy2 ++ plate light flashes every second means that there has detected MX25L25635FMI-10G flash memory. In this case check connections. Debugger you have the option to check the status.

Connecting JaiSpiMod us create unformatted USB external drive (if not formatted).

The advantage of working as a USB mass is the convenience of direct access to a specific sector of memory. Direct manipulation on sectors. I personally work directly on sectors with WinHex.

:arrow: Update: Teensy2 -> JaiSPImod (UPDATE) Support for EN25Q64, MX25L1006E, W25Q64BV and Enabled PS4 CHECK (via http://jaicrab.org/?&a=Teensy2/Tools/JaiSpiMod)

Teensy2 / Tools / JaiSpiMod

JaiSpiMod converts the following SPI memories usb mass storage.
  • CHECK PS4 V0.5
  • W25Q64BV v0.4
  • MX25L1006E V0.3
  • EN25Q64 V0.2
  • MX25L25635FMI-10G V0.1
Scheme:
Code:
Teensy2++            Memoria SPI
---------            -----------------
3v3                VCC
E7                CHECK //Only PS4 system
B6                RST#
B4                WP#
B3                SO/DO
B2                SI/DI
B1                CLK
B0                CS
GND                VSS/GND

An optional pin enabled to display information about the job.

D3 -> Serial COM Debugger
Installation:
  • 3v3 welding regulator plate.
  • Teensy Run Application Loader. JaiSpiMod and program load.
Performance:

:alert: Attention! When connecting JaiSpiMod Windows may give the option of formatting the drive. You do not do it unless you want to have a nice PenDrive 32MB.

++ If Teensy2 plate light flashes every second means that there has been Memory detected. In this case check the connections. Debugger have the option to check the status.

When connecting JaiSpiMod we create an external USB drive.

The advantage of working as a USB mass is the convenience of direct access to a specific area of memory. Direct manipulation of sectors. I personally work directly on sectors with WinHex.
 
Status
Not open for further replies.
Back
Top