Skip to content

First release.

Compare
Choose a tag to compare
@CelliesProjects CelliesProjects released this 10 Jun 07:15
· 16 commits to master since this release
fa609e3

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 )