From patchwork Thu Mar 24 08:29:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ludovic.desroches@atmel.com X-Patchwork-Id: 601487 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3qW02y5lJmz9sCk for ; Thu, 24 Mar 2016 19:29:14 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E4FAA33987; Thu, 24 Mar 2016 08:29:13 +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 ibcyudE+ewtM; Thu, 24 Mar 2016 08:29:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0202533992; Thu, 24 Mar 2016 08:29:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 353A51C0614 for ; Thu, 24 Mar 2016 08:29:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3066985D00 for ; Thu, 24 Mar 2016 08:29:00 +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 7XAW+jZYENqC for ; Thu, 24 Mar 2016 08:28:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from eusmtp01.atmel.com (eusmtp01.atmel.com [212.144.249.242]) by whitealder.osuosl.org (Postfix) with ESMTPS id DF1E284CBF for ; Thu, 24 Mar 2016 08:28:58 +0000 (UTC) Received: from ibiza.corp.atmel.com (10.161.101.13) by eusmtp01.atmel.com (10.161.101.30) with Microsoft SMTP Server id 14.3.235.1; Thu, 24 Mar 2016 09:28:51 +0100 From: Ludovic Desroches To: Date: Thu, 24 Mar 2016 09:29:12 +0100 Message-ID: <1458808152-15778-4-git-send-email-ludovic.desroches@atmel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1458808152-15778-1-git-send-email-ludovic.desroches@atmel.com> References: <1458808152-15778-1-git-send-email-ludovic.desroches@atmel.com> MIME-Version: 1.0 Cc: nicolas.ferre@atmel.com Subject: [Buildroot] [PATCH 4/4] board/atmel/xplained/readme.txt: update documentation 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This documentation is not only dedicated to SAMA5D3 Xplained boards. The procedure is the same for SAMA5D4 and SAMA5D2. sfdisk, -u (--unit) option is obsolete on latest versions. Signed-off-by: Ludovic Desroches --- board/atmel/xplained/readme.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt index ba45122..4833e72 100644 --- a/board/atmel/xplained/readme.txt +++ b/board/atmel/xplained/readme.txt @@ -1,9 +1,8 @@ -Atmel SAMA5D3 Xplained board -============================ +Atmel SAMA5Dx Xplained boards +============================= 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 +Atmel SAMA5D2/SAMA5D3/SAMA5D4 Xplained boards. Additional details can also be found on the http://www.at91.com/linux4sam/bin/view/Linux4SAM/ web site. @@ -16,7 +15,9 @@ from NAND flash, see board/atmel/readme.txt Configuring and building Buildroot ---------------------------------- - make atmel_sama5d3_xplained_mmc_defconfig +Use the alternative mmc defconfig for you board. For instance: + + make atmel_sama5d2_xplained_mmc_defconfig make Preparing the SD card @@ -27,8 +28,8 @@ 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 <