From patchwork Tue Apr 19 14:53:11 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: 612201 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 3qq7Ks33pCz9t8b for ; Wed, 20 Apr 2016 00:53:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 729A48AFBE; Tue, 19 Apr 2016 14:53:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RLoNwM0IWtrj; Tue, 19 Apr 2016 14:53:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 52040C0298; Tue, 19 Apr 2016 14:53:01 +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 E18C71C0B69 for ; Tue, 19 Apr 2016 14:52:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DE89491E43 for ; Tue, 19 Apr 2016 14:52:59 +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 A9dHMKr6Ts+J for ; Tue, 19 Apr 2016 14:52:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from eusmtp01.atmel.com (eusmtp01.atmel.com [212.144.249.243]) by whitealder.osuosl.org (Postfix) with ESMTPS id 86EA691DE1 for ; Tue, 19 Apr 2016 14:52:58 +0000 (UTC) Received: from ibiza.corp.atmel.com (10.161.101.13) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server id 14.3.235.1; Tue, 19 Apr 2016 16:52:54 +0200 From: Ludovic Desroches To: Date: Tue, 19 Apr 2016 16:53:11 +0200 Message-ID: <1461077591-24238-7-git-send-email-ludovic.desroches@atmel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1461077591-24238-1-git-send-email-ludovic.desroches@atmel.com> References: <1461077591-24238-1-git-send-email-ludovic.desroches@atmel.com> MIME-Version: 1.0 Cc: alexandre.belloni@free-electrons.com, nicolas.ferre@atmel.com Subject: [Buildroot] [PATCH v2 6/6] board/atmel: update documentation with development defconfigs 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" Add a description of the development defconfig files. Signed-off-by: Ludovic Desroches --- board/atmel/readme.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/board/atmel/readme.txt b/board/atmel/readme.txt index ea83d17..3a79e57 100644 --- a/board/atmel/readme.txt +++ b/board/atmel/readme.txt @@ -10,15 +10,30 @@ This guide covers the following configurations: - atmel_sama5d3xek_defconfig (sama5d31, sama5d33, sama5d34, sama5d35, sama5d36) - atmel_sama5d3_xplained_defconfig + - atmel_sama5d3_xplained_dev_defconfig - atmel_sama5d3_xplained_mmc_defconfig + - atmel_sama5d3_xplained_mmc_dev_defconfig - atmel_sama5d4ek_defconfig - atmel_sama5d4_xplained_defconfig + - atmel_sama5d4_xplained_dev_defconfig - atmel_sama5d4_xplained_mmc_defconfig + - atmel_sama5d4_xplained_mmc_dev_defconfig - atmel_sama5d2_xplained_mmc_defconfig + - atmel_sama5d2_xplained_mmc_dev_defconfig These configurations will use AT91Bootstrap, u-boot and a linux kernel from the git trees maintained by Atmel. +The configurations labeled as 'dev' provide a development rootfs with tools to +tests the features of the SoC: +- ALSA tools to test audio +- FFMPEG to record video from the ISI/ISC +- I2C, SPI, CAN, etc. tools +- modetest for LCD screens, HDMI +- Wilc1000 firmware for the Atmel Wireless sdio module +- SSH for convenience +- GDB/GDB server for debug + Configuring and building Buildroot ==================================