Hi,

I just realized that my NAND flash is not recognized correctly because there 
are 
overlapping IDs in src/flash/nand/core.c

Flash is Samsung K9GAG08U0E and it uses device code 0xd5. core.c have 2 entries:

        {"NAND 4MiB 3.3V 8-bit",        0xd5, 512, 4, 0x2000, 0},
        {"NAND 2GiB 3.3V 8-bit",        0xD5, 0, 2048, 0, LP_OPTIONS},

Is there any plans to improve flash detection (i.e. detecting on vendor,device 
pairs)?

Thanks,

Damjan


[1] http://www.arm9.net/datasheet/K9GAG08U0E.pdf

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to