Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 1 | Atmel AT91 Evaluation kits |
| 2 | |
Jean-Christophe PLAGNIOL-VILLARD | 843a265 | 2009-03-27 23:26:42 +0100 | [diff] [blame] | 3 | I. Board mapping & boot media |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 4 | ------------------------------------------------------------------------------ |
Nicolas Ferre | df486b1 | 2009-03-22 14:48:16 +0100 | [diff] [blame] | 5 | AT91SAM9260EK, AT91SAM9G20EK & AT91SAM9XEEK |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 6 | ------------------------------------------------------------------------------ |
| 7 | |
| 8 | Memory map |
| 9 | 0x20000000 - 23FFFFFF SDRAM (64 MB) |
| 10 | 0xC0000000 - Cxxxxxxx Atmel Dataflash card (J13) |
Bo Shen | c9b23f8 | 2013-05-12 23:28:38 +0000 | [diff] [blame] | 11 | 0xD0000000 - D07FFFFF Soldered Atmel Dataflash (AT45DB642) |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 12 | |
| 13 | Environment variables |
| 14 | |
| 15 | U-Boot environment variables can be stored at different places: |
| 16 | - Dataflash on SPI chip select 1 (default) |
| 17 | - Dataflash on SPI chip select 0 (dataflash card) |
| 18 | - Nand flash. |
| 19 | |
| 20 | You can choose your storage location at config step (here for at91sam9260ek) : |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 21 | make at91sam9260ek_nandflash_config - use nand flash |
| 22 | make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0) |
| 23 | make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1) |
| 24 | |
| 25 | |
| 26 | ------------------------------------------------------------------------------ |
Sedji Gaouaou | 5ccc2d9 | 2009-06-25 17:04:15 +0200 | [diff] [blame] | 27 | AT91SAM9261EK, AT91SAM9G10EK |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 28 | ------------------------------------------------------------------------------ |
| 29 | |
| 30 | Memory map |
| 31 | 0x20000000 - 23FFFFFF SDRAM (64 MB) |
Bo Shen | c9b23f8 | 2013-05-12 23:28:38 +0000 | [diff] [blame] | 32 | 0xC0000000 - C07FFFFF Soldered Atmel Dataflash (AT45DB642) |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 33 | 0xD0000000 - Dxxxxxxx Atmel Dataflash card (J22) |
| 34 | |
| 35 | Environment variables |
| 36 | |
| 37 | U-Boot environment variables can be stored at different places: |
| 38 | - Dataflash on SPI chip select 0 (default) |
| 39 | - Dataflash on SPI chip select 3 (dataflash card) |
| 40 | - Nand flash. |
| 41 | |
| 42 | You can choose your storage location at config step (here for at91sam9260ek) : |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 43 | make at91sam9261ek_nandflash_config - use nand flash |
| 44 | make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0) |
| 45 | make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3) |
| 46 | |
| 47 | |
| 48 | ------------------------------------------------------------------------------ |
| 49 | AT91SAM9263EK |
| 50 | ------------------------------------------------------------------------------ |
| 51 | |
| 52 | Memory map |
| 53 | 0x20000000 - 23FFFFFF SDRAM (64 MB) |
| 54 | 0xC0000000 - Cxxxxxxx Atmel Dataflash card (J9) |
| 55 | |
| 56 | Environment variables |
| 57 | |
| 58 | U-Boot environment variables can be stored at different places: |
| 59 | - Dataflash on SPI chip select 0 (dataflash card) |
| 60 | - Nand flash. |
Thomas Weber | c46bf09 | 2012-03-24 22:44:01 +0000 | [diff] [blame] | 61 | - Nor flash (not populate by default) |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 62 | |
| 63 | You can choose your storage location at config step (here for at91sam9260ek) : |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 64 | make at91sam9263ek_nandflash_config - use nand flash |
| 65 | make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0) |
Thomas Weber | c46bf09 | 2012-03-24 22:44:01 +0000 | [diff] [blame] | 66 | make at91sam9263ek_norflash_config - use nor flash |
Jean-Christophe PLAGNIOL-VILLARD | 1b3b7c6 | 2009-06-13 12:48:36 +0200 | [diff] [blame] | 67 | |
| 68 | You can choose to boot directly from U-Boot at config step |
Thomas Weber | c46bf09 | 2012-03-24 22:44:01 +0000 | [diff] [blame] | 69 | make at91sam9263ek_norflash_boot_config - boot from nor flash |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 70 | |
| 71 | |
| 72 | ------------------------------------------------------------------------------ |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 73 | AT91SAM9M10G45EK |
| 74 | ------------------------------------------------------------------------------ |
| 75 | |
| 76 | Memory map |
Bo Shen | c9b23f8 | 2013-05-12 23:28:38 +0000 | [diff] [blame] | 77 | 0x70000000 - 77FFFFFF SDRAM (128 MB) |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 78 | |
| 79 | Environment variables |
| 80 | |
| 81 | U-Boot environment variables can be stored at different places: |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 82 | - Nand flash. |
| 83 | |
| 84 | You can choose your storage location at config step (here for at91sam9m10g45ek) : |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 85 | make at91sam9m10g45ek_nandflash_config - use nand flash |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 86 | |
| 87 | |
| 88 | ------------------------------------------------------------------------------ |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 89 | AT91SAM9RLEK |
| 90 | ------------------------------------------------------------------------------ |
| 91 | |
| 92 | Memory map |
| 93 | 0x20000000 - 23FFFFFF SDRAM (64 MB) |
Bo Shen | c9b23f8 | 2013-05-12 23:28:38 +0000 | [diff] [blame] | 94 | 0xC0000000 - C07FFFFF Soldered Atmel Dataflash (AT45DB642) |
Nicolas Ferre | 89a7a87 | 2008-12-06 13:11:14 +0100 | [diff] [blame] | 95 | |
| 96 | Environment variables |
| 97 | |
| 98 | U-Boot environment variables can be stored at different places: |
| 99 | - Dataflash on SPI chip select 0 |
| 100 | - Nand flash. |
| 101 | |
Bo Shen | c9b23f8 | 2013-05-12 23:28:38 +0000 | [diff] [blame] | 102 | You can choose your storage location at config step (here for at91sam9rlek) : |
| 103 | make at91sam9rlek_nandflash_config - use nand flash |
Jean-Christophe PLAGNIOL-VILLARD | 843a265 | 2009-03-27 23:26:42 +0100 | [diff] [blame] | 104 | |
Bo Shen | e9350d6 | 2013-05-12 23:28:39 +0000 | [diff] [blame^] | 105 | |
| 106 | ------------------------------------------------------------------------------ |
| 107 | AT91SAM9N12EK, AT91SAM9X5EK |
| 108 | ------------------------------------------------------------------------------ |
| 109 | |
| 110 | Memory map |
| 111 | 0x20000000 - 27FFFFFF SDRAM (128 MB) |
| 112 | |
| 113 | Environment variables |
| 114 | |
| 115 | U-Boot environment variables can be stored at different places: |
| 116 | - Nand flash. |
| 117 | - SD/MMC card |
| 118 | - Serialflash/Dataflash on SPI chip select 0 |
| 119 | |
| 120 | You can choose your storage location at config step (here for at91sam9x5ek) : |
| 121 | make at91sam9x5ek_dataflash_config - use data flash |
| 122 | make at91sam9x5ek_mmc_config - use sd/mmc card |
| 123 | make at91sam9x5ek_nandflash_config - use nand flash |
| 124 | make at91sam9x5ek_spiflash_config - use serial flash |
| 125 | |
| 126 | |
| 127 | ------------------------------------------------------------------------------ |
| 128 | SAMA5D3XEK |
| 129 | ------------------------------------------------------------------------------ |
| 130 | |
| 131 | Memory map |
| 132 | 0x20000000 - 3FFFFFFF SDRAM (512 MB) |
| 133 | |
| 134 | Environment variables |
| 135 | |
| 136 | U-Boot environment variables can be stored at different places: |
| 137 | - Nand flash. |
| 138 | - SD/MMC card |
| 139 | - Serialflash on SPI chip select 0 |
| 140 | |
| 141 | You can choose your storage location at config step (here for sama5d3xek) : |
| 142 | make sama5d3xek_mmc_config - use SD/MMC card |
| 143 | make sama5d3xek_nandflash_config - use nand flash |
| 144 | make sama5d3xek_serialflash_config - use serial flash |
| 145 | |
| 146 | |
Jean-Christophe PLAGNIOL-VILLARD | 843a265 | 2009-03-27 23:26:42 +0100 | [diff] [blame] | 147 | II. Watchdog support |
| 148 | |
| 149 | For security reasons, the at91 watchdog is running at boot time and, |
| 150 | if deactivated, cannot be used anymore. |
| 151 | If you want to use the watchdog, you will need to keep it running in |
| 152 | your code (make sure not to disable it in AT91Bootstrap for instance). |
| 153 | |
| 154 | In the U-Boot configuration, the AT91 watchdog support is enabled using |
| 155 | the CONFIG_AT91SAM9_WATCHDOG and CONFIG_HW_WATCHDOG options. |