You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
on my t420, flashing with a ch341 extrernally or with -p internal always fails unless i specify the chip manually with
-c MX25L6406E/MX25L6408E.
Im then facing the same issue in heads from flash.sh script when dumping the spi for reflashing.
Only way for me to use heads was to edit the t420.config and add that parameter like this :
@alexmaloteaux does that help flashing internally? If yes, then x220 and t420 are to be dealt the same way and a PR should be made accordingly in this repo so that line is also present in t420 boards (which should be the same as x220).
For external flashing, a pull request would be helpful in that page
Also, I see that your name is not under #692 for the t420. Do I have your consent to add you there?
@alexmaloteaux does that help flashing internally? If yes, then x220 and t420 are to be dealt the same way and a PR should be made accordingly in this repo so that line is also present in t420 boards (which should be the same as x220).
Hi
on my t420, flashing with a ch341 extrernally or with -p internal always fails unless i specify the chip manually with
-c MX25L6406E/MX25L6408E.
Im then facing the same issue in heads from flash.sh script when dumping the spi for reflashing.
Only way for me to use heads was to edit the t420.config and add that parameter like this :
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal -c MX25L6406E/MX25L6408E --ifd --image bios"
Dunno if it is specific to my board or recent revision of flashrom so i created an issue instead of a pr.
BR
The text was updated successfully, but these errors were encountered: