On Fri, 21 Aug 2020 22:19:19 +0000 "tom.healthcliff via flashrom" flashrom@flashrom.org wrote:
Hello,
I'm trying to read memory from "Boya Microelectronics" 25D16ASSIG chip. This chip seems to be unsuported so I would like to add support for it. Could you explain me how to find out manufacturer and device ID?
Hi,
either by looking at the output of flashrom -V or into the data sheet. Since you usually need more information than just the IDs the latter is very much preferred. With some variation of the chip marking and educated guessing one can easily find it: https://www.google.com/search?q=Boya+Microelectronics+25D16
No idea how current the docs in the wiki are but have a look at: https://flashrom.org/Development_Guidelines#Adding.2Freviewing_a_new_flash_c...
GL