From 54a653f649d131f8a038fc1314383b60294ad351 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 15 Jun 2014 15:33:49 +0200 Subject: [PATCH] configs: add defconfig for the Atmel SAMA5D3 Xplained board Signed-off-by: Thomas Petazzoni --- board/atmel/xplained/readme.txt | 73 ++++++++++++++++++++++++++++++++ configs/atmel_xplained_defconfig | 28 ++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 board/atmel/xplained/readme.txt create mode 100644 configs/atmel_xplained_defconfig diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt new file mode 100644 index 000000000..e29a11688 --- /dev/null +++ b/board/atmel/xplained/readme.txt @@ -0,0 +1,73 @@ +Atmel SAMA5D3 Xplained board +============================ + +This document explains how to set up a basic Buildroot system on the +Atmel SAMA5D3 Xplained board, whose main site is +http://www.atmel.com/tools/ATSAMA5D3-XPLD.aspx. Additional details can +also be found on the http://www.at91.com/linux4sam/bin/view/Linux4SAM/ +web site. + +Note that the default Buildroot configuration is prepared to boot from +an SD card: the first stage bootloader, second stage bootloader, +kernel image and root filesystem are all located on the SD card. Some +adjustements in the bootloader configuration will be needed to boot +from NAND flash. + +Configuring and building Buildroot +---------------------------------- + + make atmel_xplained_defconfig + make + +Preparing the SD card +--------------------- + +The SD card must be partitionned with at least two partitions: one +FAT16 partition for the bootloaders, kernel image and Device Tree +blob, and one ext4 partition for the root filesystem. To partition the +SD card: + +sudo sfdisk -uM /dev/mmcblk0 <