blob: 67412136eeba1760b2d117fb1f468eb1a0168d38 [file] [log] [blame]
Nicolas Ferre09e10902008-12-06 13:11:14 +01001Atmel AT91 Evaluation kits
2
Bo Shen5d7f6a52013-05-12 23:28:40 +00003Index
4 - I. Board mapping & boot media
5 - II. NAND partition table
6 - III. watchdog support
7
Jean-Christophe PLAGNIOL-VILLARDd5ee38e2009-03-27 23:26:42 +01008I. Board mapping & boot media
Nicolas Ferre09e10902008-12-06 13:11:14 +01009------------------------------------------------------------------------------
Nicolas Ferre4ef545e2009-03-22 14:48:16 +010010AT91SAM9260EK, AT91SAM9G20EK & AT91SAM9XEEK
Nicolas Ferre09e10902008-12-06 13:11:14 +010011------------------------------------------------------------------------------
12
13Memory map
14 0x20000000 - 23FFFFFF SDRAM (64 MB)
15 0xC0000000 - Cxxxxxxx Atmel Dataflash card (J13)
Bo Shen4b877652013-05-12 23:28:38 +000016 0xD0000000 - D07FFFFF Soldered Atmel Dataflash (AT45DB642)
Nicolas Ferre09e10902008-12-06 13:11:14 +010017
18Environment variables
19
20 U-Boot environment variables can be stored at different places:
21 - Dataflash on SPI chip select 1 (default)
22 - Dataflash on SPI chip select 0 (dataflash card)
23 - Nand flash.
24
25 You can choose your storage location at config step (here for at91sam9260ek) :
Nicolas Ferre09e10902008-12-06 13:11:14 +010026 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
29
30
31------------------------------------------------------------------------------
Sedji Gaouaou97a031b2009-06-25 17:04:15 +020032AT91SAM9261EK, AT91SAM9G10EK
Nicolas Ferre09e10902008-12-06 13:11:14 +010033------------------------------------------------------------------------------
34
35Memory map
36 0x20000000 - 23FFFFFF SDRAM (64 MB)
Bo Shen4b877652013-05-12 23:28:38 +000037 0xC0000000 - C07FFFFF Soldered Atmel Dataflash (AT45DB642)
Nicolas Ferre09e10902008-12-06 13:11:14 +010038 0xD0000000 - Dxxxxxxx Atmel Dataflash card (J22)
39
40Environment variables
41
42 U-Boot environment variables can be stored at different places:
43 - Dataflash on SPI chip select 0 (default)
44 - Dataflash on SPI chip select 3 (dataflash card)
45 - Nand flash.
46
47 You can choose your storage location at config step (here for at91sam9260ek) :
Nicolas Ferre09e10902008-12-06 13:11:14 +010048 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
51
52
53------------------------------------------------------------------------------
54AT91SAM9263EK
55------------------------------------------------------------------------------
56
57Memory map
58 0x20000000 - 23FFFFFF SDRAM (64 MB)
59 0xC0000000 - Cxxxxxxx Atmel Dataflash card (J9)
60
61Environment variables
62
63 U-Boot environment variables can be stored at different places:
64 - Dataflash on SPI chip select 0 (dataflash card)
65 - Nand flash.
Thomas Weber67266312012-03-24 22:44:01 +000066 - Nor flash (not populate by default)
Nicolas Ferre09e10902008-12-06 13:11:14 +010067
68 You can choose your storage location at config step (here for at91sam9260ek) :
Nicolas Ferre09e10902008-12-06 13:11:14 +010069 make at91sam9263ek_nandflash_config - use nand flash
70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
Thomas Weber67266312012-03-24 22:44:01 +000071 make at91sam9263ek_norflash_config - use nor flash
Jean-Christophe PLAGNIOL-VILLARD32774732009-06-13 12:48:36 +020072
73 You can choose to boot directly from U-Boot at config step
Thomas Weber67266312012-03-24 22:44:01 +000074 make at91sam9263ek_norflash_boot_config - boot from nor flash
Nicolas Ferre09e10902008-12-06 13:11:14 +010075
76
77------------------------------------------------------------------------------
Sedji Gaouaou538566d2009-07-09 10:16:29 +020078AT91SAM9M10G45EK
79------------------------------------------------------------------------------
80
81Memory map
Bo Shen4b877652013-05-12 23:28:38 +000082 0x70000000 - 77FFFFFF SDRAM (128 MB)
Sedji Gaouaou538566d2009-07-09 10:16:29 +020083
84Environment variables
85
86 U-Boot environment variables can be stored at different places:
Sedji Gaouaou538566d2009-07-09 10:16:29 +020087 - Nand flash.
88
89 You can choose your storage location at config step (here for at91sam9m10g45ek) :
Sedji Gaouaou538566d2009-07-09 10:16:29 +020090 make at91sam9m10g45ek_nandflash_config - use nand flash
Sedji Gaouaou538566d2009-07-09 10:16:29 +020091
92
93------------------------------------------------------------------------------
Nicolas Ferre09e10902008-12-06 13:11:14 +010094AT91SAM9RLEK
95------------------------------------------------------------------------------
96
97Memory map
98 0x20000000 - 23FFFFFF SDRAM (64 MB)
Bo Shen4b877652013-05-12 23:28:38 +000099 0xC0000000 - C07FFFFF Soldered Atmel Dataflash (AT45DB642)
Nicolas Ferre09e10902008-12-06 13:11:14 +0100100
101Environment variables
102
103 U-Boot environment variables can be stored at different places:
104 - Dataflash on SPI chip select 0
105 - Nand flash.
106
Bo Shen4b877652013-05-12 23:28:38 +0000107 You can choose your storage location at config step (here for at91sam9rlek) :
108 make at91sam9rlek_nandflash_config - use nand flash
Jean-Christophe PLAGNIOL-VILLARDd5ee38e2009-03-27 23:26:42 +0100109
Bo Shen25863622013-05-12 23:28:39 +0000110
111------------------------------------------------------------------------------
112AT91SAM9N12EK, AT91SAM9X5EK
113------------------------------------------------------------------------------
114
115Memory map
116 0x20000000 - 27FFFFFF SDRAM (128 MB)
117
118Environment variables
119
120 U-Boot environment variables can be stored at different places:
121 - Nand flash.
122 - SD/MMC card
123 - Serialflash/Dataflash on SPI chip select 0
124
125 You can choose your storage location at config step (here for at91sam9x5ek) :
126 make at91sam9x5ek_dataflash_config - use data flash
127 make at91sam9x5ek_mmc_config - use sd/mmc card
128 make at91sam9x5ek_nandflash_config - use nand flash
129 make at91sam9x5ek_spiflash_config - use serial flash
130
131
132------------------------------------------------------------------------------
133SAMA5D3XEK
134------------------------------------------------------------------------------
135
136Memory map
137 0x20000000 - 3FFFFFFF SDRAM (512 MB)
138
139Environment variables
140
141 U-Boot environment variables can be stored at different places:
142 - Nand flash.
143 - SD/MMC card
144 - Serialflash on SPI chip select 0
145
146 You can choose your storage location at config step (here for sama5d3xek) :
147 make sama5d3xek_mmc_config - use SD/MMC card
148 make sama5d3xek_nandflash_config - use nand flash
149 make sama5d3xek_serialflash_config - use serial flash
150
Bo Shen5d7f6a52013-05-12 23:28:40 +0000151
152II. NAND partition table
153
154 All the board support boot from NAND flash will use the following NAND
155 partition table
156
157 0x00000000 - 0x0003FFFF bootstrap (256 KiB)
158 0x00040000 - 0x000BFFFF u-boot (512 KiB)
159 0x000C0000 - 0x000FFFFF env (256 KiB)
160 0x00100000 - 0x0013FFFF env_redundant (256 KiB)
161 0x00140000 - 0x0017FFFF spare (256 KiB)
162 0x00180000 - 0x001FFFFF dtb (512 KiB)
163 0x00200000 - 0x007FFFFF kernel (6 MiB)
164 0x00800000 - 0xxxxxxxxx rootfs (All left)
Bo Shen25863622013-05-12 23:28:39 +0000165
Bo Shen5d7f6a52013-05-12 23:28:40 +0000166III. Watchdog support
Jean-Christophe PLAGNIOL-VILLARDd5ee38e2009-03-27 23:26:42 +0100167
168 For security reasons, the at91 watchdog is running at boot time and,
169 if deactivated, cannot be used anymore.
170 If you want to use the watchdog, you will need to keep it running in
171 your code (make sure not to disable it in AT91Bootstrap for instance).
172
173 In the U-Boot configuration, the AT91 watchdog support is enabled using
174 the CONFIG_AT91SAM9_WATCHDOG and CONFIG_HW_WATCHDOG options.