at91sam9260-EK nandflash

Hello all,

Does any of you have any suggestion how I can run “getting started project” on NAND Flash of AT91SAM9260-EK by using IAR Embedded Workbench or SAM-BA ?

(I’m NOT using Linux!)

Thanks

ok! I got it!

First I am putting AT91bootstrap code (NANDFlash2SDRAM) and then I am putting my code to NAND Flash. Then when I reset the board, my code in NANDFlash is downloaded to SDRAM by at91bootstrap.

now, another question is:

How can I configure the code such that it will download from NAND to SDRAM memory that I initialize (I mean, not to 0x20000000 but to another memory block) ?

cuz I want to be able to run the code in the NAND memory and the other code that I will download to SDRAM’s 0x20000000 adress. (now I’m not able to run both of them, because each of them are trying to run on the same address…)