Skip to content

Releases: CelliesProjects/esp32-ps4-jailbreak

1.3

12 Apr 18:47
Compare
Choose a tag to compare

PS4HEN to 2.1.2

1.2

12 Jun 11:55
e96abaf
Compare
Choose a tag to compare
1.2

Added a 404 handler

1.1

10 Jun 14:30
06c6271
Compare
Choose a tag to compare
1.1

Pre-compiled binaries how-to:

Flash the pre-compiled esp32-ps4-jailbreak.ino.esp32.bin file to 0x00010000.

Use this command to flash the binary to an esp32 with a default partition table:

~/Arduino/hardware/espressif/esp32/tools/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x10000 esp32-ps4-jailbreak.ino.esp32.bin

First release.

10 Jun 07:15
fa609e3
Compare
Choose a tag to compare

Pre-compiled binaries how-to:

Attached are pre-compiled binaries to flash to your ESP32.

Flash the pre-compiled ino.esp32 file to 0x00010000.

Flash the pre-compiled SPIFFS partition to 0x00291000.

Use this command to flash the binaries to an esp32 with a default partition table:

~/Arduino/hardware/espressif/esp32/tools/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x10000 esp32-ps4-jailbreak.ino.esp32.bin 0x0291000 esp32-ps4-jailbreak.spiffs.bin

( you might have to adjust some things for your particular board )