Releases: CelliesProjects/esp32-ps4-jailbreak
1.3
1.2
Added a 404 handler
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.
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 )