X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fboard%2Fatmel%2Fxplained%2Freadme.txt;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fboard%2Fatmel%2Fxplained%2Freadme.txt;h=63744dde9c7d718201fc9225c8af034353ea7c30;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/board/atmel/xplained/readme.txt b/cirros-testvm/src-cirros/buildroot-2015.05/board/atmel/xplained/readme.txt new file mode 100644 index 0000000..63744dd --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/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 <