The motherboard of the 1355U (Raptor Lake) processor failed to successfully update the BIOS through flashrom.
Hello, our industrial control computer uses the 1355U processor. Since the computer is at the customer's site, we can only flash the BIOS through flashrom. We downloaded the source code via git and compiled version 1.7, as well as the 1.6 version downloaded from flashrom.org for testing. We used the command sudo ./flashrom -p internal -w abc.bin to flash the BIOS. The following error occurred: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- gy@debian:~/GWADL_Flashpkg250927_linux$ sudo ./flashrom1_7 -p internal -w ADL2H003T-Z15-STATE-GW-6COM-1525.ROM [sudo] password for gy: flashrom v1.7.0-devel (git:v1.6.0-20-g4b370beb) on Linux 6.1.0-0.deb11.39-amd64 (x86_64) flashrom is free software, get the source code at https://flashrom.org No DMI table found. Found chipset "Intel Alder Lake-P". Enabling flash write... SPI Configuration is locked down. FREG0: Flash Descriptor region (0x00000000-0x00000fff) is read-write. FREG1: BIOS region (0x00500000-0x00ffffff) is read-write. FREG2: Management Engine region (0x00001000-0x004c0fff) is read-write. Enabling hardware sequencing because some important opcode is locked. OK. Found Winbond flash chip "W25Q128.V" (16384 kB, Programmer-specific) on internal. Reading old flash chip contents... done. Updating flash chip contents... Erase/write done from 0 to ffffff Verifying flash... FAILED at 0x0050008f! Expected=0xf8, Found=0xf0, failed byte count from 0x00000000-0x00ffffff: 0x1 Your flash chip is in an unknown state. Get help on chat (see https://flashrom.org/contact.html) or mail flashrom@flashrom.org with the subject "FAILED: <your board name>"!------------------------------------------------------------------------------- DO NOT REBOOT OR POWEROFF! -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- If we ignore the prompt and force a restart, the motherboard may fail to boot after multiple restarts. We need to use a burner to reflash the BIOS to be able to boot, which means there is something wrong with my operation. I also tried to use the same command to flash the corresponding BIOS file on the motherboard with the 10710U processor, as well as on the 1165G7 motherboard. They were all fully flashed. Please help me look into this and tell me what the problem is. Thank you.
SongRz <By.myself@outlook.com> writes:
Hello, our industrial control computer uses the 1355U processor. Since the computer is at the customer's site, we can only flash the BIOS
You are writing on behalf of a company, not naming it, from outlook. I don't make the rules here, but I think corporate users of Free Software should communicate with projects from company accounts.
through flashrom. We downloaded the source code via git and compiled version 1.7, as well as the 1.6 version downloaded from flashrom.org for testing. We used the command sudo ./flashrom -p internal -w abc.bin to flash the BIOS. The following error occurred: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
What happened when you tseted this in your lab, before trying new software lab on a remote computer?
participants (2)
-
Greg Troxel -
SongRz