Error 451: The host CPU does not have write access to the target flash area.

Hello, I am trying to flash the modified bios that I have but I get the title error. Well if anyone can help me very grateful in advance.

Best regards.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
C:\Users\*\Downloads\WIN64>fpt -d backup.bin
 
Intel (R) Flash Programming Tool. Version: 11.8.60.3561
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
 
Reading HSFSTS register... Flash Descriptor: Valid
 
--- Flash Devices Found ---
MX25L6473E ID:0xC22017 Size: 8192KB (65536Kb)
 

 
Error 318: The host CPU does not have read access to the target flash area. To enable read access for this operation you must modify the descriptor settings to give host access to this region.
FPT Operation Failed.
 

C:\Users\*\Downloads\WIN64>fptw64 -rewrite -f H11MHDV37.40.CFL.bin
 
Intel (R) Flash Programming Tool. Version: 11.8.60.3561
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
 
Reading HSFSTS register... Flash Descriptor: Valid
 
--- Flash Devices Found ---
MX25L6473E ID:0xC22017 Size: 8192KB (65536Kb)
 
Unable to detect ME disabled.
Do you wish to proceed with the flash write operation? Y/<N> or q to quit : y
 
GbE Region does not exist.
 
Error 451: The host CPU does not have write access to the target flash area. To enable write access for this operation you must modify the descriptor settings to give host access to this region.
FPT Operation Failed.
 

@Virus - Be careful! Do not use -rewrite unless you are 100% sure file is OK (ie tested previously) and that you already know can write the area (in this case area = entire BIOS, not usually possible unless you unlocked FD first)!
So, DO NOT reboot, you’ve probably erased the BIOS chip totally now since you did not choose a region, unless you got lucky

Dump all the following and do not reboot yet!
FPTw.exe -desc -d fd.bin
FPTw.exe -me -d me.bin << This may error, AND this (due to above), is why you can’t do full BIOS write, Asrock usually locks FD and ME region from write (ie you need flash programmer, or to do pinmod, if S3 sleep bug is not present in this BIOS)
FPTw.exe -gbe -d gbe.bin << if no GbE then error, it’s OK, onto next
FPTw.exe -bios -d biosreg.bin

Send me FD.bin, then check each file created from above in hex editor, if not empty (100% FF) then safe to reboot. If all 100% empty, then DO NOT REBOOT and I will try to help you fix without bricking.