Am Samstag, den 06.03.2010, 09:22 +0100 schrieb Fabio Giovagnini:
> Hi all,
> This is my problem
> I'musing SST39VF6401B70 as a boot NOR flash; when gen_probe module 
> check_cmd_set function is called detect my flash as an AMDSTD and this 
> because of CFI Query struct bytes 13H and 14H  (Primary OEM commad set) is 
> 0002H, 0000H as an AMD standard; but CFI Query struct bytes 15H and 16H 
> (Address for Primary Extended Table) is 0000H (no table); this is not conform 
> to ADMSTD. How can I solve the problem? Do I have to implement a different 
> driver and if yes where can I find the road map?
> 
> Thanks a lot
> 

Hi,

you can enable MTD_JEDECPROBE and add an entry with the
manufacturer/device-id of your flash to drivers/mtd/chips/jedec_probe.c.

The alternative would be a modification of cfi_cmdset_0002.c to handle
this.

-Erwin


_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to