From patchwork Tue May 19 14:21:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 473929 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 332D2140D5F for ; Wed, 20 May 2015 00:22:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2D69C3332C; Tue, 19 May 2015 14:22:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9lVBHsjh9CHF; Tue, 19 May 2015 14:22:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A77D031B3A; Tue, 19 May 2015 14:22:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6B3561C2239 for ; Tue, 19 May 2015 14:22:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 656D48294C for ; Tue, 19 May 2015 14:22:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cKyWyIbzoe91 for ; Tue, 19 May 2015 14:22:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (down.free-electrons.com [37.187.137.238]) by whitealder.osuosl.org (Postfix) with ESMTP id 259C284924 for ; Tue, 19 May 2015 14:22:05 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 4B8CA399; Tue, 19 May 2015 16:22:13 +0200 (CEST) Received: from localhost (external.comtrade.rs [185.56.220.48]) by mail.free-electrons.com (Postfix) with ESMTPSA id E0D53108; Tue, 19 May 2015 16:22:12 +0200 (CEST) From: Alexandre Belloni To: buildroot@busybox.net Date: Tue, 19 May 2015 16:21:48 +0200 Message-Id: <1432045308-16825-10-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1432045308-16825-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1432045308-16825-1-git-send-email-alexandre.belloni@free-electrons.com> Cc: Nicolas Ferre Subject: [Buildroot] [PATCH v3 9/9] configs: rename atmel_xplained_defconfig X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" For consistency, rename atmel_xplained_defconfig to atmel_sama5d3_xplained_mmc_defconfig as this configuration supports booting the sama5d3 Xplained with an MMC card (as opposed to the NAND flash). Signed-off-by: Alexandre Belloni --- board/atmel/xplained/readme.txt | 8 ++++---- ...el_xplained_defconfig => atmel_sama5d3_xplained_mmc_defconfig} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename configs/{atmel_xplained_defconfig => atmel_sama5d3_xplained_mmc_defconfig} (100%) diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt index 63744dde9c7d..7919c606e8af 100644 --- a/board/atmel/xplained/readme.txt +++ b/board/atmel/xplained/readme.txt @@ -10,19 +10,19 @@ 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. +adjustments in the bootloader configuration will be needed to boot +from NAND flash, see board/atmel/nandflash.txt Configuring and building Buildroot ---------------------------------- - make atmel_xplained_defconfig + make atmel_sama5d3_xplained_mmc_defconfig make Preparing the SD card --------------------- -The SD card must be partitionned with at least two partitions: one +The SD card must be partitioned 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: diff --git a/configs/atmel_xplained_defconfig b/configs/atmel_sama5d3_xplained_mmc_defconfig similarity index 100% rename from configs/atmel_xplained_defconfig rename to configs/atmel_sama5d3_xplained_mmc_defconfig