Hi all,
The custom AT91SAM9G20 board I've been working on is now close to working. I can load the Linux kernel via TFTP, but I'd like to pull it from a serial flash on CS0.
I can load U-boot from my serial flash with AT91Bootstrap, so I know the hardware works. I've customized U-boot v2010.09 with the changes you can see here:
https://github.com/rascalmicro/u-boot-r ... 148d843a8a The spi.c I'm using is a duplicate of the same file found in board/calao/sbc35_a9g20/.
This seems like it should work. However, when I issue the sf probe command, I see this:
U-Boot> sf probe 0
SF: Unsupported manufacturer 00
Failed to initialize SPI flash at 0:0
My impression from the conclusion of this monster thread:
http://www.at91.com/forum/viewtopic.php ... sk,t/sd,a/ is that what I'm trying to do is possible.
Any suggestions? Do I need to specify certain speeds or modes to make it work?