Attention is currently required from: Nico Huber.
2 comments:
Patchset:
Waiting for test confirmation...
root@raspberrypi:~# flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=16000
flashrom v1.2-245-gaaf1c60-dirty on Linux 4.19.66-v7+ (armv7l)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L3205(A)" (4096 kB, SPI) on linux_spi.
Found Macronix flash chip "MX25L3205D/MX25L3208D" (4096 kB, SPI) on linux_spi.
Found Macronix flash chip "MX25L3206E/MX25L3208E" (4096 kB, SPI) on linux_spi.
Found Macronix flash chip "MX25L3233F/MX25L3273E" (4096 kB, SPI) on linux_spi.
Multiple flash chip definitions match the detected chip(s): "MX25L3205(A)", "MX25L3205D/MX25L3208D", "MX25L3206E/MX25L3208E", "MX25L3233F/MX25L3273E"
Please specify which chip definition to use with the -c <chipname> option.
root@raspberrypi:~# flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=16000 -c "MX25L3233F/MX25L3273E" -w /home/pi/bios/B75MS.F1
flashrom v1.2-245-gaaf1c60-dirty on Linux 4.19.66-v7+ (armv7l)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L3233F/MX25L3273E" (4096 kB, SPI) on linux_spi.
Reading old flash chip contents... done.
Erasing and writing flash chip... Erase/write done.
Verifying flash... VERIFIED.
root@raspberrypi:~# flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=16000 -c "MX25L3233F/MX25L3273E" -r /home/pi/bios/B75MS3.rom
flashrom v1.2-245-gaaf1c60-dirty on Linux 4.19.66-v7+ (armv7l)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L3233F/MX25L3273E" (4096 kB, SPI) on linux_spi.
Reading flash... done.
root@raspberrypi:~# md5sum /home/pi/bios/B75MS3.rom /home/pi/bios/B75MS.F1
2a31bc336628112813df69deac2915ea /home/pi/bios/B75MS3.rom
2a31bc336628112813df69deac2915ea /home/pi/bios/B75MS.F1
.
To view, visit change 52570. To unsubscribe, or for help writing mail filters, visit settings.