[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] S3MB1500 board AT49BV322 Flash
On Friday 03 March 2006 17:21, Marco Cavallini wrote:
> Hi,
> Insight/Memec S3MB1500 board (Spartan 3) mounts an Atmel AT49BV322 Flash
> I wonder if the default S3MB1500 uClinux BSP is capable to manage such
> flash memory chipset because I see an error message at boot time saying
> that no Flash device is found.
>
> MicroBlaze auto-config flash probe(0x84400000,8388608,4): 800000 at
> 84400000 CFI: Found no Flash device at location zero
>
> TIA
> --
> /marco
> ___________________________
> microblaze-uclinux mailing list
> microblaze-uclinux@xxxxxxxxxxxxxx
> Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
> Mailing List Archive :
> http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
Hi Marco,
I just had the same problem.
See whether in
drivers/mtd/maps/mb_auto.c
around line 45
#define BUS_WIDTH 2
is wrongly set to 4 instead of 2 ?
If not, search the last two weeks for "problems with flatfs" and netflash not
working. I needed to rease the flash before I could load a new working image
to flash.
greetings, Sigi
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/