Thanks for replying.
I’m still murky on the details, but I believe there are 3 flashes: internal, Data, and NAND. Data is connected via an SPI bus and NAND is connected via the 8 bit “EBI”. I want to copy a linux kernel and UBoot to the Data and a file system to the NAND. I think I also have to copy a bootloader to the internal flash.
I’m really confused on the memory map, because I have UBoot on there already and it’s apparently remapping the addresses for Data flash to 0xD0000000. The memory map is in the at91sam9260 summary, and it says 0xD0000000 is reserved (so things can get remapped there?).
eval board doc:
http://www.atmel.com/dyn/resources/prod … oc6281.pdf
chip docs:
http://www.atmel.com/dyn/resources/prod … mi_TRM.pdf
http://www.atmel.com/dyn/resources/prod … /6221s.pdf (at91sam9260 summary)
http://www.atmel.com/dyn/resources/prod … oc6221.pdf (at91sam9260 complete)