From patchwork Tue Oct 20 11:32:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Viktorin X-Patchwork-Id: 532902 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 77A4B1401E7 for ; Tue, 20 Oct 2015 22:34:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B6CFD8C6ED; Tue, 20 Oct 2015 11:34:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id edadiNtZ42Ms; Tue, 20 Oct 2015 11:34:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 81DBB8C172; Tue, 20 Oct 2015 11:34:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E246E1C11A1 for ; Tue, 20 Oct 2015 11:34:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DDFEB86A48 for ; Tue, 20 Oct 2015 11:34:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sy4BC6hUDu5Q for ; Tue, 20 Oct 2015 11:34:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 96E558696B for ; Tue, 20 Oct 2015 11:34:35 +0000 (UTC) Received: from pcviktorin.fit.vutbr.cz (pcviktorin.fit.vutbr.cz [147.229.13.147]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 3ngCXn0Y83zBWf; Tue, 20 Oct 2015 13:34:33 +0200 (CEST) From: Jan Viktorin To: buildroot@buildroot.org Date: Tue, 20 Oct 2015 13:32:21 +0200 Message-Id: <1445340745-1000-4-git-send-email-viktorin@rehivetech.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445340745-1000-1-git-send-email-viktorin@rehivetech.com> References: <1445340745-1000-1-git-send-email-viktorin@rehivetech.com> In-Reply-To: <1445271894-22553-1-git-send-email-viktorin@rehivetech.com> References: <1445271894-22553-1-git-send-email-viktorin@rehivetech.com> Cc: Thomas Petazzoni , Jan Viktorin Subject: [Buildroot] [PATCH v2 3/7] altera: improve readme to cover both supported boards 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" Signed-off-by: Jan Viktorin --- board/altera/readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/board/altera/readme.txt b/board/altera/readme.txt index 8d5b891..ddd9e03 100644 --- a/board/altera/readme.txt +++ b/board/altera/readme.txt @@ -1,4 +1,4 @@ -SoCkit +SoCkit, SoC Development Kit Intro ===== @@ -6,9 +6,12 @@ Intro This is the buildroot board support for the Arrow SoCkit Evaluation Board and the Altera Cyclone 5 Development Board. -A good source of information is : +A good source of information for Arrow SoCkit: http://www.rocketboards.org/foswiki/Documentation/ArrowSoCKitEvaluationBoard +More information about SoC DK: +https://www.altera.com/products/boards_and_kits/dev-kits/altera/kit-cyclone-v-soc.html + How it works ============