Re: latest mtd changes broke collie

From: David Vrabel
Date: Thu Nov 10 2005 - 08:02:19 EST


Pavel Machek wrote:
>
> Ok, I got a little bit more forward.
>
> I created entry like this:
> {
> .mfr_id = 0x00b0,
> .dev_id = 0x00b0,
> .name = "Collie hack",
> .uaddr = {
> [0] = MTD_UADDR_UNNECESSARY, /* x8 */
> },
> .DevSize = SIZE_4MiB,
> .CmdSet = P_ID_INTEL_EXT,
> .NumEraseRegions= 1,
> .regions = {
> ERASEINFO(0x10000,8),
> }
> }
>
> (Which is probably wrong, I just made up the data)

Shouldn't you get hold of the datasheet for the flash chips and fill in
this information correctly?

David Vrabel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/