[Openocd-development] Overlapping NAND Flash IDs

2011-05-23 Thread Damjan Marion
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

Re: [Openocd-development] Overlapping NAND Flash IDs

2011-05-23 Thread Øyvind Harboe
Is there any plans to improve flash detection (i.e. detecting on vendor,device pairs)? Please see if you can't write up a patch? Doesn't sound awfully hard to implement. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40

Re: [Openocd-development] Overlapping NAND Flash IDs

2011-05-23 Thread Damjan Marion
On May 23, 2011, at 11:42 AM, Øyvind Harboe wrote: Is there any plans to improve flash detection (i.e. detecting on vendor,device pairs)? Please see if you can't write up a patch? Doesn't sound awfully hard to implement. Yes, I can write a patch. I think that we should change device

Re: [Openocd-development] Overlapping NAND Flash IDs

2011-05-23 Thread Øyvind Harboe
On Mon, May 23, 2011 at 12:23 PM, Damjan Marion damjan.mar...@gmail.com wrote: On May 23, 2011, at 11:42 AM, Øyvind Harboe wrote: Is there any plans to improve flash detection (i.e. detecting on vendor,device pairs)? Please see if you can't write up a patch? Doesn't sound awfully hard to