Skip to content

Commit 06c6271

Browse files
Update README.md
1 parent c561f5c commit 06c6271

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,23 @@ Download the [latest release](https://github.com/CelliesProjects/esp32-ps4-jailb
1111
#### Using Arduino IDE:
1212
1. Unpack the zipfile.
1313

14-
2. Compile and flash the compiled software to your ESP32 and upload the included `data` folder to the SPIFFS partition.
14+
2. Compile and flash the compiled software to your ESP32.
1515

1616
#### Using pre-compiled binaries:
1717

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

20-
Flash the pre-compiled `esp32-ps4-jailbreak.spiffs.bin` partition to 0x00291000.
20+
Use this command to flash the binary to an esp32 with a default partition table:
2121

22-
Use this command to flash the binaries to an esp32 with a default partition table:
23-
24-
`~/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`
22+
`~/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`
2523

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

2826
#### How to connect and install HEN:
2927

3028
The ESP32 will start an accesspoint named `ESP32 5.05 jailbreak server`.
3129

32-
Connect to this AP with your PS4 and browse to `http://192.168.4.1/index.html` to enable HEN on your PS4.
30+
Connect to this AP with your PS4 and browse to `http://192.168.4.1/` to enable HEN on your PS4.
3331

3432
#### Credits:
3533
Specter, IDC, qwertyoruiopz, Flatz, CTurt, Mistawes, XVortex, Al-Azif

0 commit comments

Comments
 (0)