bbogush / nand_programmer

NANDO - NAND Open programmer
GNU General Public License v3.0
308 stars 118 forks source link

add NAND Micron 29F1G08ABADA #70

Closed web-rpi closed 11 months ago

web-rpi commented 1 year ago

Please let me know if I have correctly added the chip Micron 29F1G08ABADA. micron_technology_micts05940-1-1759186.pdf

Here is my current parallel chip database: nando_parallel_chip_db.csv

The chip is recognized, but when I attempt to read, it fails. If I set 'First Block' to 1 and 'Last Block' to 2047, the chip is read. However, the default values are 0 and 8191 once the chip is detected.

image

Thank you!

bbogush commented 12 months ago

Looks "total size" is not correct, should be 1 Gb 1024 Mb 1024 Kb * 1024 / 8 bit = 134217728

web-rpi commented 11 months ago

Oh yes! You're right! I corrected this value and it works :) 1GB != 1Gb ....

Thank you!