at91ek.rst 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .. SPDX-License-Identifier: GPL-2.0+
  2. AT91 Evaluation kits
  3. ====================
  4. Board mapping & boot media
  5. --------------------------
  6. AT91SAM9260EK, AT91SAM9G20EK & AT91SAM9XEEK
  7. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8. Memory map::
  9. 0x20000000 - 23FFFFFF SDRAM (64 MB)
  10. 0xC0000000 - Cxxxxxxx Atmel Dataflash card (J13)
  11. 0xD0000000 - D07FFFFF Soldered Atmel Dataflash (AT45DB642)
  12. Environment variables
  13. U-Boot environment variables can be stored at different places:
  14. - Dataflash on SPI chip select 1 (default)
  15. - Dataflash on SPI chip select 0 (dataflash card)
  16. - Nand flash
  17. You can choose your storage location at config step (here for at91sam9260ek)::
  18. make at91sam9260ek_nandflash_config - use nand flash
  19. make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
  20. make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
  21. AT91SAM9261EK, AT91SAM9G10EK
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. Memory map::
  24. 0x20000000 - 23FFFFFF SDRAM (64 MB)
  25. 0xC0000000 - C07FFFFF Soldered Atmel Dataflash (AT45DB642)
  26. 0xD0000000 - Dxxxxxxx Atmel Dataflash card (J22)
  27. Environment variables
  28. U-Boot environment variables can be stored at different places:
  29. - Dataflash on SPI chip select 0 (default)
  30. - Dataflash on SPI chip select 3 (dataflash card)
  31. - Nand flash
  32. You can choose your storage location at config step (here for at91sam9260ek)::
  33. make at91sam9261ek_nandflash_config - use nand flash
  34. make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
  35. make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
  36. AT91SAM9263EK
  37. ^^^^^^^^^^^^^
  38. Memory map::
  39. 0x20000000 - 23FFFFFF SDRAM (64 MB)
  40. 0xC0000000 - Cxxxxxxx Atmel Dataflash card (J9)
  41. Environment variables
  42. U-Boot environment variables can be stored at different places:
  43. - Dataflash on SPI chip select 0 (dataflash card)
  44. - Nand flash
  45. - Nor flash (not populate by default)
  46. You can choose your storage location at config step (here for at91sam9260ek)::
  47. make at91sam9263ek_nandflash_config - use nand flash
  48. make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
  49. make at91sam9263ek_norflash_config - use nor flash
  50. You can choose to boot directly from U-Boot at config step::
  51. make at91sam9263ek_norflash_boot_config - boot from nor flash
  52. AT91SAM9M10G45EK
  53. ^^^^^^^^^^^^^^^^
  54. Memory map::
  55. 0x70000000 - 77FFFFFF SDRAM (128 MB)
  56. Environment variables
  57. U-Boot environment variables can be stored at different places:
  58. - Nand flash
  59. You can choose your storage location at config step (here for at91sam9m10g45ek)::
  60. make at91sam9m10g45ek_nandflash_config - use nand flash
  61. AT91SAM9RLEK
  62. ^^^^^^^^^^^^
  63. Memory map::
  64. 0x20000000 - 23FFFFFF SDRAM (64 MB)
  65. 0xC0000000 - C07FFFFF Soldered Atmel Dataflash (AT45DB642)
  66. Environment variables
  67. U-Boot environment variables can be stored at different places:
  68. - Dataflash on SPI chip select 0
  69. - Nand flash.
  70. You can choose your storage location at config step (here for at91sam9rlek)::
  71. make at91sam9rlek_nandflash_config - use nand flash
  72. AT91SAM9N12EK, AT91SAM9X5EK
  73. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  74. Memory map::
  75. 0x20000000 - 27FFFFFF SDRAM (128 MB)
  76. Environment variables
  77. U-Boot environment variables can be stored at different places:
  78. - Nand flash
  79. - SD/MMC card
  80. - Serialflash/Dataflash on SPI chip select 0
  81. You can choose your storage location at config step (here for at91sam9x5ek)::
  82. make at91sam9x5ek_dataflash_config - use data flash
  83. make at91sam9x5ek_mmc_config - use sd/mmc card
  84. make at91sam9x5ek_nandflash_config - use nand flash
  85. make at91sam9x5ek_spiflash_config - use serial flash
  86. SAMA5D3XEK
  87. ^^^^^^^^^^
  88. Memory map::
  89. 0x20000000 - 3FFFFFFF SDRAM (512 MB)
  90. Environment variables
  91. U-Boot environment variables can be stored at different places:
  92. - Nand flash
  93. - SD/MMC card
  94. - Serialflash on SPI chip select 0
  95. You can choose your storage location at config step (here for sama5d3xek)::
  96. make sama5d3xek_mmc_config - use SD/MMC card
  97. make sama5d3xek_nandflash_config - use nand flash
  98. make sama5d3xek_serialflash_config - use serial flash
  99. NAND partition table
  100. --------------------
  101. All the board support boot from NAND flash will use the following NAND
  102. partition table::
  103. 0x00000000 - 0x0003FFFF bootstrap (256 KiB)
  104. 0x00040000 - 0x000BFFFF u-boot (512 KiB)
  105. 0x000C0000 - 0x000FFFFF env (256 KiB)
  106. 0x00100000 - 0x0013FFFF env_redundant (256 KiB)
  107. 0x00140000 - 0x0017FFFF spare (256 KiB)
  108. 0x00180000 - 0x001FFFFF dtb (512 KiB)
  109. 0x00200000 - 0x007FFFFF kernel (6 MiB)
  110. 0x00800000 - 0xxxxxxxxx rootfs (All left)
  111. Watchdog support
  112. ----------------
  113. For security reasons, the at91 watchdog is running at boot time and,
  114. if deactivated, cannot be used anymore.
  115. If you want to use the watchdog, you will need to keep it running in
  116. your code (make sure not to disable it in AT91Bootstrap for instance).
  117. In the U-Boot configuration, the AT91 watchdog support is enabled using
  118. the CONFIG_WDT and CONFIG_WDT_AT91 options.