Dasharo / dasharo-issues

The Dasharo issue tracker
https://dasharo.com/
24 stars 0 forks source link

V56 variant has unsupported SPI Chip GD25LB256F #1060

Open nestire opened 1 week ago

nestire commented 1 week ago

Component

Dasharo Tools Suite

Device

NovaCustom V56 14th Gen

Dasharo version

No response

Dasharo Tools Suite version

1.2.23

Test case ID

No response

Brief summary

The chip GD25LB256F is not supported by the flashrom fork of dasharo, so intial deployment fails

How reproducible

100%

How to reproduce

flashrom v1.2-1037-g5b4a5b40-dirty on Linux 6.6.42-1.qubes.fc37.x86\_64 (x86\_64)
flashrom is free software, get the source code at https://flashrom.org

# Using clock\_gettime for delay loops (clk\_id: 1, resolution: 1ns).
Found Generic flash chip "unknown SPI chip (RDID)" (0 kB, SPI) on ch341a\_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!
No operations were specified.

Expected behavior

Actual behavior

Screenshots

No response

Additional context

No response

Solutions you've tried

this is fixed with this https://review.coreboot.org/c/flashrom/+/83254 flashrom commit

flashrom 1.5.0 seems to work.

flashrom 1.5.0-devel (git:v1.4.0-55-g84bfe0e0) on Linux 6.6.42-1.qubes.fc37.x86_64 (x86_64)
flashrom is free software, get the source code at https://flashrom.org

Found GigaDevice flash chip "GD25LQ255E" (32768 kB, SPI) on ch341a_spi.
Found GigaDevice flash chip "GD25LB256F/GD25LR256F" (32768 kB, SPI) on ch341a_spi.
Multiple flash chip definitions match the detected chip(s): "GD25LQ255E", "GD25LB256F/GD25LR256F"
nestire commented 1 week ago

https://github.com/flashrom/flashrom/commit/0cf4b46650a807bd77cf7e3382a7ae84bbb8bb14 here the commit in github