Hello all. It seems that I am having issues with my Arduino based flasher. I installed Frser-duino on my Arduino UNO and tried flashing a winbond 25x10cln1g. However I am running into errors. My log is here: https://pastebin.com/eLJNu43T I would greatly appreciate any help.
Hi there,
On Mon, Mar 23, 2020 at 2:01 PM The real bruno mars ab.not.no@gmail.com wrote:
Hello all. It seems that I am having issues with my Arduino based flasher. I installed Frser-duino on my Arduino UNO and tried flashing a winbond 25x10cln1g. However I am running into errors. My log is here: https://pastebin.com/eLJNu43T I would greatly appreciate any help.
The Arduino-based programmers are more complicated to debug and use, primarily because the Arduino works at 5V while the flash chips run with at most 3.3V. In your case, the datasheet says so:
https://www.winbond.com/resource-files/w25x10cl_revg%20021714.pdf
Are you following any particular guide? To avoid damaging the flash chip, one should use a level shifter. The flashrom wiki page has some information:
https://www.flashrom.org/Serprog/Arduino_flasher
flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-leave@flashrom.org
Best regards,
Angel Pons