readme.txt 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. This document explains how to set up a basic Buildroot system on
  2. various Atmel/Microchip boards. Additional details can also be found
  3. on the Linux4SAM website: http://www.linux4sam.org
  4. This guide covers the following configurations:
  5. - at91sam9g45m10ek_defconfig
  6. - at91sam9rlek_defconfig
  7. - at91sam9x5ek_defconfig (at91sam9g15, at91sam9g25, at91sam9x25,
  8. at91sam9g35 and at91sam9x35)
  9. - atmel_sama5d3xek_defconfig (sama5d31, sama5d33, sama5d34, sama5d35,
  10. sama5d36)
  11. - atmel_sama5d3_xplained_defconfig
  12. - atmel_sama5d3_xplained_dev_defconfig
  13. - atmel_sama5d3_xplained_mmc_defconfig
  14. - atmel_sama5d3_xplained_mmc_dev_defconfig
  15. - atmel_sama5d4_xplained_defconfig
  16. - atmel_sama5d4_xplained_dev_defconfig
  17. - atmel_sama5d4_xplained_mmc_defconfig
  18. - atmel_sama5d4_xplained_mmc_dev_defconfig
  19. - atmel_sama5d2_xplained_mmc_defconfig
  20. - atmel_sama5d2_xplained_mmc_dev_defconfig
  21. - microchip_sama5d27_wlsom1_ek_mmc_defconfig
  22. - microchip_sama5d27_wlsom1_ek_mmc_dev_defconfig
  23. - microchip_sam9x60ek_mmc_defconfig
  24. - microchip_sam9x60ek_mmc_dev_defconfig
  25. These configurations will use AT91Bootstrap, u-boot and a linux kernel from
  26. the git trees maintained by Atmel.
  27. The configurations labeled as 'dev' provide a development rootfs with tools to
  28. tests the features of the SoC:
  29. - ALSA tools to test audio
  30. - FFMPEG to record video from the ISI/ISC
  31. - I2C, SPI, CAN, etc. tools
  32. - modetest for LCD screens, HDMI
  33. - Wilc1000/Wilc3000 firmware for the Atmel Wireless sdio module
  34. - SSH for convenience
  35. - GDB/GDB server for debug
  36. Configuring and building Buildroot
  37. ==================================
  38. For the Xplained/Evaluation Kit boards, the Buildroot configuration is
  39. provided to boot from an SD card. Those configurations are labeled as
  40. 'mmc'. In this case, after building Buildroot, follow the instructions
  41. in the "Preparing the SD card" section.
  42. For the other configurations listed above, the Buildroot configuration
  43. assumes the system will be flashed on NAND. In this case, after
  44. building Buildroot, follow the instructions in the "Flashing the NAND
  45. using SAM-BA" section below.
  46. To configure and build Buildroot, run:
  47. make <board>_defconfig
  48. make
  49. Flashing the NAND using SAM-BA
  50. ==============================
  51. Flashing the board
  52. ------------------
  53. Connect the board:
  54. o at91sam9g45m10ek: DBGU: J10, USB sam-ba: J14
  55. o at91sam9rlek: DBGU: J19, USB sam-ba: J21
  56. o at91sam9x5ek: DBGU: J11, USB sam-ba: J20
  57. o sama5d3xek: DBGU: J14, USB sam-ba: J20
  58. o sama5d3 Xplained: DBGU: J23, USB sam-ba: J6
  59. o sama5d4ek: DBGU: J22 or J24, USB sam-ba: J1
  60. o sama5d4 Xplained: DBGU: J1, USB sam-ba: J11
  61. Start the board in RomBOOT:
  62. o at91sam9g45m10ek:
  63. 1. open JP8, JP10 and JP12
  64. 2. start the board
  65. 3. close JP8, JP10 and JP12
  66. o at91sam9rlek:
  67. 1. J11 on 1-2 (BMS=1), open J12 and J13
  68. 2. start the board
  69. 3. close J12 and J13
  70. o at91sam9x5ek:
  71. 1. open JP9 and:
  72. - Cogent: open *NCS jumper
  73. - Embest: open SW1
  74. - Ronetix: open J1 and J2
  75. 2. start the board
  76. 3. close JP9 and:
  77. - Cogent: close *NCS jumper
  78. - Embest: close SW1 (ON position)
  79. - Ronetix: close J1 and J2
  80. o sama5d3xek:
  81. 1. start the board
  82. 2. push BP4 and BP1
  83. 3. release BP1
  84. 4. release BP4
  85. o sama5d3 Xplained:
  86. 1. open JP5 (NANDCS) and JP6 (SPICS)
  87. 2. start the board
  88. 3. close JP5 ans JP6
  89. o sama5d4ek:
  90. 1. start the board
  91. 2. push BP3 and BP4
  92. 3. release BP4
  93. 4. release BP3
  94. o sama5d4 Xplained:
  95. 1. close JP7 (BOOT_DIS)
  96. 2. start the board
  97. 3. open JP7
  98. "RomBOOT" should appear on your console (this should be ttyUSBx or ttyACMx)
  99. Now locate the USB sam-ba interface it should be ttyACMx, usually ttyACM0
  100. dmesg on your machine should give:
  101. usb 1-2.1.4: New USB device found, idVendor=03eb, idProduct=6124
  102. usb 1-2.1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  103. cdc_acm 1-2.1.4:1.0: ttyACM0: USB ACM device
  104. Look for idVendor=03eb, idProduct=6124, this is the interface you want to use.
  105. You can then flash the board using the provided flasher.sh script in board/atmel:
  106. board/atmel/flasher.sh <builddir_path> <interface> <board>
  107. For example, for an out of tree build made in
  108. /tmp/atmel_sama5d3_xplained/ for the sama5d3 Xplained, you would use:
  109. board/atmel/flasher.sh /tmp/atmel_sama5d3_xplained/ /dev/ttyACM0 sama5d3_xplained
  110. Reboot, the system should boot up to the buildroot login invite.
  111. Preparing the SD card
  112. =====================
  113. An image named sdcard.img is automatically generated. With this image,
  114. you no longer have to care about the creation of the partition and
  115. copying files to the SD card.
  116. You need at least a 1GB SD card. All the data on the SD card will be
  117. lost. To copy the image on the SD card:
  118. /!\ Caution be sure to do it on the right mmcblk device /!\
  119. dd if=output/images/sdcard.img of=/dev/mmcblk0
  120. Insert your SD card in your Xplained/Evaluation Kit board, and
  121. enjoy. The default U-Boot environment will load properly the kernel
  122. and Device Tree blob from the first partition of the SD card, so
  123. everything works automatically.
  124. By default a 16MB FAT partition is created. It contains at91bootstrap,
  125. u-boot, the kernel image and all dtb variants for your board. The dtb
  126. used is the basic one:
  127. U-Boot> print
  128. [...]
  129. bootcmd=fatload mmc 1:1 0x21000000 at91-sama5d2_xplained.dtb; fatload mmc 1:1 0x22000000 zImage; bootz 0x22000000 - 0x21000000
  130. [...]
  131. If you want to use a variant such as the _pda7 one, you will have to
  132. update your u-boot environment:
  133. U-Boot> setenv bootcmd 'fatload mmc 1:1 0x21000000 at91-sama5d2_xplained_pda7.dtb; fatload mmc 1:1 0x22000000 zImage; bootz 0x22000000 - 0x21000000'
  134. U-Boot> save
  135. Saving Environment to FAT...
  136. writing uboot.env
  137. done
  138. A 512MB ext4 partition is also created to store the rootfs generated.
  139. If you want to customize the size of the partitions and their content,
  140. take a look at the the genimage.cfg file in the board directory.