I apologize for my English !
An atypical case on PS4 that presents blue light of death (BLOD), is corruption of some sections of NOR chip. I present below a summary of how to solve this problem.
First remove NOR chip from the PS4 motherboard, then wire it up to Teensy++ 2.0 programmed with SPIway.hex and make a dump with SPIWay from NORway-master.
When the NOR dump is validated on BwE validator software - thank to developer BwE (Better Way Electronics) for the tools and tutorial -, it shows the following results:
UNK Dynamic PerConsole Section Filler 2: ✔
UNK Static Section 1: 000000 ✔
UNK Dynamic Section 20 (SKU Byte): 00 [DANGER]
UNK Dynamic Section 21: 0000000000000000000000000000 [DANGER]
UNK Filler 4: ✔
UNK Dynamic Section 22:
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 ✔
UNK Filler 5: ✔
UNK Dynamic Section 23:
11008180FFFFFFFF0410FF0000010000AC001F00FFFF401C ✔
The real issue is the UNK Dynamic Section 1 and Section 20 - 22. Hence the DANGER !!
Open the dump in a hex editor and corruption in this dump is from 001CE000 to 001CE1FF (A length of 200).
On an working dump with similar specifications we will see correct data from 001CE000 to 001CE1FF.
The solution is, using a hex editor (HxD), copy this data from 001CE000 to 001CE1FF from the one working NOR dump with similar specifications, into the our corrupted NOR dump !
Ran the patched dump in BwE validator again and the result is a working dump. Ignore the WARNING message.
UNK Dynamic PerConsole Section Filler 2: ✔
UNK Static Section 1: 0007FF ✔
UNK Dynamic Section 20 (SKU Byte): 07 (Retail) ✔
UNK Dynamic Section 21: 0007FF0700030C04000000040000 ✔
UNK Filler 4: ✔
UNK Dynamic Section 22:
B5020000B5020000B70E3500000000007C0100007C01000060684501000000006B0100006F0100003B0077010000000018000000 ✔
UNK Filler 5: ✔
UNK Dynamic Section 23:
11008180FFFFFFFF0410FF0000010000AC001F00FFFF401C ✔
Write this good dump that works back into the NOR chip, mounts back to the PS4 motherboard and BLOD caused by a corrupt NOR it disappeared.
Many thanks to developer BwE (Better Way Electronics), for the tools and hard work:
BwE PS4 NOR Validator
BwE PS4 NOR Statistics
BwE PS4 WiFi/BT Patcher & Extractor
BwE PS4 NOR Comparator
Many thanks to Andrew Paul for the tutorials and help:
Install Teensy++ 2.0 programmer hardware within Windows, start dumping and re-programing the PS4 NOR chip, etc
To do this you will need to download the following:
- PS4 Ac1d Flash Tool:
https://github.com/cfwprpht/PS4_AC1D_...
- Python v2.x:
https://www.python.org/downloads/
- PySerial:
https://pypi.python.org/pypi/pyserial...
- TeensyLoader:
https://www.pjrc.com/teensy/loader.html
- SPIWay
https://github.com/hjudges/NORway

An atypical case on PS4 that presents blue light of death (BLOD), is corruption of some sections of NOR chip. I present below a summary of how to solve this problem.
First remove NOR chip from the PS4 motherboard, then wire it up to Teensy++ 2.0 programmed with SPIway.hex and make a dump with SPIWay from NORway-master.
When the NOR dump is validated on BwE validator software - thank to developer BwE (Better Way Electronics) for the tools and tutorial -, it shows the following results:
UNK Dynamic PerConsole Section Filler 2: ✔
UNK Static Section 1: 000000 ✔
UNK Dynamic Section 20 (SKU Byte): 00 [DANGER]
UNK Dynamic Section 21: 0000000000000000000000000000 [DANGER]
UNK Filler 4: ✔
UNK Dynamic Section 22:
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 ✔
UNK Filler 5: ✔
UNK Dynamic Section 23:
11008180FFFFFFFF0410FF0000010000AC001F00FFFF401C ✔
The real issue is the UNK Dynamic Section 1 and Section 20 - 22. Hence the DANGER !!
Open the dump in a hex editor and corruption in this dump is from 001CE000 to 001CE1FF (A length of 200).
On an working dump with similar specifications we will see correct data from 001CE000 to 001CE1FF.
The solution is, using a hex editor (HxD), copy this data from 001CE000 to 001CE1FF from the one working NOR dump with similar specifications, into the our corrupted NOR dump !
Ran the patched dump in BwE validator again and the result is a working dump. Ignore the WARNING message.
UNK Dynamic PerConsole Section Filler 2: ✔
UNK Static Section 1: 0007FF ✔
UNK Dynamic Section 20 (SKU Byte): 07 (Retail) ✔
UNK Dynamic Section 21: 0007FF0700030C04000000040000 ✔
UNK Filler 4: ✔
UNK Dynamic Section 22:
B5020000B5020000B70E3500000000007C0100007C01000060684501000000006B0100006F0100003B0077010000000018000000 ✔
UNK Filler 5: ✔
UNK Dynamic Section 23:
11008180FFFFFFFF0410FF0000010000AC001F00FFFF401C ✔
Write this good dump that works back into the NOR chip, mounts back to the PS4 motherboard and BLOD caused by a corrupt NOR it disappeared.
Many thanks to developer BwE (Better Way Electronics), for the tools and hard work:
BwE PS4 NOR Validator
BwE PS4 NOR Statistics
BwE PS4 WiFi/BT Patcher & Extractor
BwE PS4 NOR Comparator
Many thanks to Andrew Paul for the tutorials and help:
Install Teensy++ 2.0 programmer hardware within Windows, start dumping and re-programing the PS4 NOR chip, etc
To do this you will need to download the following:
- PS4 Ac1d Flash Tool:
https://github.com/cfwprpht/PS4_AC1D_...
- Python v2.x:
https://www.python.org/downloads/
- PySerial:
https://pypi.python.org/pypi/pyserial...
- TeensyLoader:
https://www.pjrc.com/teensy/loader.html
- SPIWay
https://github.com/hjudges/NORway











Last edited by FXDX,