[flashrom] Re: new chip - GD25LR256E

2022-05-24 Thread Buhrow, Simon
> trying to add a new chip GigaDevices into flashchips.c, without success. What did you try? What fails? Some more details are required… Von: Igor Omelchenko Gesendet: Donnerstag, 19. Mai 2022 14:14 An: flashrom@flashrom.org Betreff: [flashrom] new chip - GD25LR256E Hello guys, trying to add

[flashrom] Re: MX25L12833F

2022-05-02 Thread Buhrow, Simon
Hi, it would be easier to help if you post the flashrom output. However just guessing I would say you are running an old version (e.g. 1.2) of flashrom. The chip support was added last year. Since there was no new release since 1.2, probably you have to download (/clone) the current master

[flashrom] Re: ERASE FAILED!

2022-04-06 Thread Buhrow, Simon
Hi Pascal, did you check whether WP# pin (write protection) is passive? Regards, Simon Von: Pascal Boidart Gesendet: Freitag, 1. April 2022 23:40 An: flashrom@flashrom.org Betreff: [flashrom] ERASE FAILED! Hello Flashrom, I'm on latest Linux Mint. programmer ch341a_spi chip is a Macronix

[flashrom] Re: Questions regarding Easy project and GSoC

2022-04-01 Thread Buhrow, Simon
id disappointment. But for more detailed discussion we should wait until project starts (sorry to make you wait – I appreciate your curiosity! - , but this does not make much sense if finally there is no match you and the project). Regards, Simon Von: Aarya Chaumal Gesendet: Donnerstag, 31. März 2

[flashrom] Re: Questions regarding Easy project and GSoC

2022-03-29 Thread Buhrow, Simon
Chaumal Gesendet: Samstag, 26. März 2022 06:45 An: Buhrow, Simon Cc: Anastasia Klimchuk ; flashrom@flashrom.org Betreff: Re: [flashrom] Re: Questions regarding Easy project and GSoC Hi Simon, I performed (read, write, erase) on specific regions of the flash using the layout file. Do the regions

[flashrom] Re: Questions regarding Easy project and GSoC

2022-03-24 Thread Buhrow, Simon
familiar with writing only certain regions of a flash (i.e. using a layout file) for better understanding of all the use cases Just let us know if you got any further questions or ideas. Regards, Simon Von: Aarya Chaumal Gesendet: Montag, 21. März 2022 22:16 An: Buhrow, Simon Cc: Anastasia

[flashrom] Re: Questions regarding Easy project and GSoC

2022-03-16 Thread Buhrow, Simon
Hi Aarya, nice progress! I´m writing having "optimizing erase-function" in mint. However the following might apply fully or in parts to the other topic(s) as well: As written to Hui Xiang: As it´s never a good idea to experiment with the workhorse itself, I would recommend to do tests on

[flashrom] Re: Help !

2022-03-11 Thread Buhrow, Simon
Hi, a possible problem could be signal integrity. That is: your wiring might cause/catch to much noise (s. below). Here some hints: # For electrical issues: Do read operation several times and check for equality. Touch the cable/wires before starting a new read operation. Just

[flashrom] Re: Questions About Flashrom Of Gsoc

2022-03-11 Thread Buhrow, Simon
Hi Hui, >> My current devices are a Windows 11 laptop (processor 11370H, Tiger >> Lake-H35) and a Mac. Is it possible for me to try out some patches on my >> computer? Also, could you provide me with any resources or introductions to >> chip packaging (DIP32, PLCC32, DIP8...)? As it´s never a

[flashrom] Re: Experimental GD25Q40(B) support

2022-03-09 Thread Buhrow, Simon
Thanks, I marked the chip as tested. https://review.coreboot.org/c/flashrom/+/62712 Regards, Simon -Ursprüngliche Nachricht- Von: Wolf Dieter Brandt Gesendet: Montag, 7. Februar 2022 22:34 An: flashrom@flashrom.org Betreff: [flashrom] Experimental GD25Q40(B) support

[flashrom] Re: EN25F10 read/write support log files

2022-03-09 Thread Buhrow, Simon
Thanks Wolf Dieter, you posted similar information last summer. And it was added soon: https://review.coreboot.org/c/flashrom/+/58031 Looks like you are working with the same version. There is no newer release than 1.2 yet, but if you want to you can get the current master branch: Clone:

[flashrom] Re: Erase Failed - MX25L12805D, MX25L12835F/...

2022-03-09 Thread Buhrow, Simon
Hi Dean, if reading works and erasing fails that sounds to me like there is any Block Protect or similar setting. Regards, Simon Von: dean rooney Gesendet: Sonntag, 30. Januar 2022 22:14 An: flashrom@flashrom.org Betreff: [flashrom] Erase Failed - MX25L12805D, MX25L12835F/... Hello, I

[flashrom] Re: Call for Mentors for GSoC 2022

2022-01-31 Thread Buhrow, Simon
Hi Felix, feel free to do so. It´s a good idea to collect this type of information in the document. Regards, Simon -Ursprüngliche Nachricht- Von: Felix Singer Gesendet: Samstag, 29. Januar 2022 08:10 An: Buhrow, Simon ; Anastasia Klimchuk ; flashrom Betreff: Re: [flashrom] Re

[flashrom] Re: Call for Mentors for GSoC 2022

2022-01-28 Thread Buhrow, Simon
Hi Anastasia, thanks to you and all the brainstormers. Sounds good so far. Overall I liked to read the topic “Optimize Erase-Function Selection”. I´d like to support this enhancement. I.e. I can´t do the “mentor” job, however I can do code review, real HW-testing and similar actions supporting

[flashrom] Re: Found Eon flash chip "EN25F10" (128 kB, SPI) on ch341a_spi (UNTESTED)

2021-09-29 Thread Buhrow, Simon
Thanks for the info. Merge-Request is created: https://review.coreboot.org/c/flashrom/+/58031 Regards, Simon Von: Wolf Dieter Brandt Gesendet: Montag, 9. August 2021 20:34 An: flashrom@flashrom.org Betreff: [flashrom] Found Eon flash chip "EN25F10" (128 kB, SPI) on ch341a_spi (UNTESTED)

[flashrom] Re: MX25L6433F chip is not supported

2021-09-29 Thread Buhrow, Simon
Hi, depending on your background feel free to add a new "database entry" by yourself: https://www.flashrom.org/Development_Guidelines -> Sending a patch + Adding/reviewing a new flash chip tells you how to do. Regards, Simon Von: Joaquin Linares Gesendet: Samstag, 21. August 2021 22:32

[flashrom] Choosing a bigger erase block size

2021-09-27 Thread Buhrow, Simon
Hi, choosing the best fitting erase block size can safe a significant amount of runtime. That´s why I would like to check if this can be improved. Just to get the right starting point, here some thoughts to be discussed from my point of limited view: As I understand the code, the algorithm for

[flashrom] Re: SFDP autodetected flash chip p25q80h

2021-02-15 Thread Buhrow, Simon
Hi Michael, thanks. Did you succesfully read and write the chip? Depending on your background feel free to add a new “database entry” by yourself: https://www.flashrom.org/Development_Guidelines -> Sending a patch + Adding/reviewing a new flash chip tells you how to do. Regards, Simon

[flashrom] Re: HDD in-circuit reprogramming

2021-02-03 Thread Buhrow, Simon
Hi, what does „other chips work fine” mean? With the same WD HDD setup? Or on other HDDs/Boards? Which programmer are you using? Could you provide a logfile with the output of flahrom when trying to detect the chip and running with the –V parameter? > Will supplying power through 3.3V Vcc and

[flashrom] Re: bios flash

2021-02-03 Thread Buhrow, Simon
Hi Justin, sounds to mea s you´ve got problem with the signal quality. i.e. check your cable setting. Make sure contacts are good and cable length as short as possible (if they are quite long but you can´t shorten them: drill the whole cable to get the wires tight one to each other) Before

[flashrom] Re: Information function read

2021-02-03 Thread Buhrow, Simon
Hi Lukas, hanging while reading is a bit strange but not impossible. Please use the newest dev version: git clone https://github.com/flashrom/flashrom.git And build it at your own (something like: navigate to the resulting flashrom directory, and do: make make install ) After doing so run it

[flashrom] Re: Humble request for advice

2021-02-03 Thread Buhrow, Simon
Are you still at that point, mentioned below? If yes: Send a logfile of flashrom output (-V). This would make it easier to help. Regards, Simon Von: sergiy rospysdiyenko Gesendet: Samstag, 12. Dezember 2020 11:40 An: flashrom@flashrom.org Betreff: [flashrom] Humble request for advice

[flashrom] Re: Info for W25Q16BVSSIG

2020-11-09 Thread Buhrow, Simon
Hi Berké, your "problem" is that you get a GigDevice and not the expected Winbond detection, right? The ID found is: id1 0xc8, id2 0x4015 The windbond should have (as mentioned in the datasheet): id1 0x14, id2 0x4015 So they differ in the id1 value. As 0xc8 and 0x14 differ in many bits I

[flashrom] Re: failed flashing ROM on a Dell E7270

2020-11-09 Thread Buhrow, Simon
Hi Richard, just some generic advices (may be someone else has better ones for your specific hardware set): For chip handling issues: https://www.flashrom.org/Board_Testing_HOWTO For electrical issues: Do read operation several times and check for equality. Touch the cable/wires before

[flashrom] Re: XM25QH64A

2020-09-24 Thread Buhrow, Simon
Thanks for your e-mail. Did anyone already answered you? In case that not: Depending on your background feel free to add a new "database entry" by yourself: https://www.flashrom.org/Development_Guidelines -> Sending a patch + Adding/reviewing a new flash chip tells you how to do. If you don´t

[flashrom] Re: (no subject)

2020-08-17 Thread Buhrow, Simon
Hi, could you send the whole output? Use –VVV and/or –o and post the output here. Regards, Simon Von: Gjglesias Gesendet: Donnerstag, 13. August 2020 20:07 An: flashrom@flashrom.org Betreff: [flashrom] (no subject) When i try to flash bios using arduino uno,i get this "Found Generic flash

[flashrom] Re: reporting a message

2020-05-20 Thread Buhrow, Simon
Hi, here just some general information/advice: Use the latest flashrom version (current version 1.2: https://www.flashrom.org/Flashrom/1.2 ) For chip handling issues: https://www.flashrom.org/Board_Testing_HOWTO For electrical issues: Do read operation several times and check for equality.

[flashrom] Re: Is this an Error? Problem flashng.

2020-05-20 Thread Buhrow, Simon
Hi, here just some general information/advice: Use the latest flashrom version (current version 1.2: https://www.flashrom.org/Flashrom/1.2 ) For chip handling issues: https://www.flashrom.org/Board_Testing_HOWTO For electrical issues: Do read operation several times and check for equality.

[flashrom] Re: W25Q256JWEQ 1.8V

2020-04-27 Thread Buhrow, Simon
Hi Nicklas, well, at least you don´t have a good (enough) connection to the chip. Check your log file: "probe_spi_rdid_generic:" should give you the same ID as given in the datasheet of your chip. Further it should give you always the same value. As the value changes a lot, it seems that you

[flashrom] Re: Error when flashing BIOS

2020-04-17 Thread Buhrow, Simon
Hi Ben, jep: https://www.flashrom.org/Flashrom/1.2 Regards, Simon Von: Ben Kerr Gesendet: Freitag, 17. April 2020 14:41 An: Buhrow, Simon ; flashrom@flashrom.org Betreff: Re: Error when flashing BIOS I got the flash rom version from TinyCore. Is there an updated version Ben Kerr​ Support

[flashrom] Re: Error when flashing BIOS

2020-04-17 Thread Buhrow, Simon
Hi, I have no idea about that error, but as the flashrom version is quite old may be a new (1.1 or 1.2) one has it already fixed? Regards, Simon Von: Ben Kerr Gesendet: Mittwoch, 15. April 2020 00:16 An: flashrom@flashrom.org Betreff: [flashrom] Error when flashing BIOS Hi, I have a

[flashrom] Re: ftdi_write_chunksize, block_erasers and spi_read_status_register proposals

2019-09-24 Thread Buhrow, Simon
Hi, sorry, but was there anything bad with my post? I´m still convinced of my proposals. So may be anyone can comment that or make a patch? Regards, Simon ___ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to

[flashrom] Re: Programming Speed FTDI 2232H to N25Q128

2019-07-30 Thread Buhrow, Simon
I found that libusb calls are mainly responsible for long idle times. For some improvement/workaround look at E-Mail with topic: ftdi_write_chunksize, block_erasers and spi_read_status_register proposals

[flashrom] Re: Support using FTD2XX driver for FT2232H device

2019-07-30 Thread Buhrow, Simon
Hi Steffen, if that agrees with the free and open source software idea is to discuss by the flashrom owners (I think you deserve an answer by the owners...) Nevertheless I´d like to try it to look if it performs better than libftdi (at least for debugging where time could be saved). Would be

[flashrom] Print timestamps

2019-06-18 Thread Buhrow, Simon
Hi, sometimes I like to know how long an operation took or when I started programming. That´s why I added some timestamp printouts. May be you want to add it to the sources or do it in a more elegant way? What´s about adding the timestamp printout to msg_cinfo ? Just a proposal... Regards,

[flashrom] Re: N25Q128A

2019-06-06 Thread Buhrow, Simon
I found the error: I had a signal integrity problem. The chip now is detected correctly as N25Q128..3E . All commands execute correctly. So please forget my las mail/post as the chip is already in the flashrom database and working fine!! (as my N25Q128A is a N25Q128..3E ) Sorry! Simon

[flashrom] IS25WP064 tested successfully

2018-09-04 Thread Buhrow, Simon
Hi, I also tested IS25WP064 successfully (Read and write). I added: to flashchips.h: #define ISSI_IS25WP064 0x7017 to flashchips.c: { .vendor = "ISSI", .name = "IS25WP064", .bustype= BUS_SPI,

Re: [flashrom] 64Mbit IS25LP064A not recognized

2018-08-29 Thread Buhrow, Simon
er Gesendet: Dienstag, 28. August 2018 13:52 An: Buhrow, Simon Cc: flashrom@flashrom.org; Stefan Tauner Betreff: Re: [flashrom] 64Mbit IS25LP064A not recognized Hi Simon, Am 28.08.18 um 10:51 schrieb Buhrow, Simon: > Measuring the signal I got that the command given above does first a > RD