Skip to content

Commit e96abaf

Browse files
Update README.md
1 parent 0f5a67f commit e96abaf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# esp32-ps4-jailbreak
22

3-
This is a minimal implementation of the PS4 hack by qwertyoruiopz. It just contains the HEN for the PS4 on fw 5.05.
3+
This is a minimal implementation of the PS4 hack by qwertyoruiopz.
44

5-
You will need an ESP32 board with 4MB flash memory to use the software.
5+
It only contains the 'PS4HEN v1.6'.
6+
7+
You will need an ESP32 board with 4MB flash memory and a PS4 on fw 5.05 to use the software.
68

79
## How to flash your ESP32:
810

@@ -17,17 +19,17 @@ Download the [latest release](https://github.com/CelliesProjects/esp32-ps4-jailb
1719

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

20-
Use this command to flash the binary to an esp32 with a default partition table:
22+
Use this command (Linux) to flash the binary to an esp32 with a default partition table:
2123

2224
`~/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`
2325

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

26-
#### How to connect and install HEN:
28+
### How to connect and install PS4HEN:
2729

2830
The ESP32 will start an accesspoint named `ESP32 5.05 jailbreak server`.
2931

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

3234
#### Credits:
3335
Specter, IDC, qwertyoruiopz, Flatz, CTurt, Mistawes, XVortex, Al-Azif

0 commit comments

Comments
 (0)