Hi Flashrom team,
Got an error message from a recent flashrom install with an OrangePiZero3 and wondered if you could give me any suggestions w.r.t. getting flashrom working.
Thanks in advance!
Jay
I'm using a
Linux orangepizero3 6.1.31-sun50iw9, with ubuntu 22.04.3 LTS aarch64
Output is as follows:
```
orangepi@orangepizero3:~/spiflash$ sudo flashrom -p linux_spi:dev=/dev/spidev0.0 -w spi.img
flashrom v1.2 on Linux 6.1.31-sun50iw9 (aarch64)
flashrom is free software, get the source code at
https://flashrom.orgUsing clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Using default 2000kHz clock. Use 'spispeed' parameter to override.
Found Generic flash chip "unknown SPI chip (RDID)" (0 kB, SPI) on linux_spi.
===
This flash part has status NOT WORKING for operations: PROBE READ ERASE WRITE
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to
flashrom@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Error: Image size (2097152 B) doesn't match the flash chip's size (0 B)!
```
--