From patchwork Fri Oct 18 20:31:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 284723 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 5B4182C00DC for ; Sat, 19 Oct 2013 07:35:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5884C939AC; Fri, 18 Oct 2013 20:35:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kr2Kfu1345Qx; Fri, 18 Oct 2013 20:35:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B1DE293790; Fri, 18 Oct 2013 20:35:35 +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 E7F371BFAA2 for ; Fri, 18 Oct 2013 20:34:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E781C8A3BD for ; Fri, 18 Oct 2013 20:34:50 +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 v78l-L1nA7zW for ; Fri, 18 Oct 2013 20:34:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2ED498BF68 for ; Fri, 18 Oct 2013 20:34:50 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t61so4318676wes.34 for ; Fri, 18 Oct 2013 13:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=IJlQNMQYQpfE0XhgGSV960FdrzaPeZ+1PnWOxkanWBI=; b=NJYGKBVNymtGBGJtfX/TOO0T2l+HEENo9SmDje2ZL8JcxXRVCwrdkDr6sMW/MVn9h6 QTaVUMu8un5Lo2eSvGa5qV/N6sxNYxmmKllgBXODhjmay/Jr80paGu88wMyLsF8t0CH8 SC+gzBj9izKET2Ew67oNCrSkcnhiV4dNX7dvvwfo+grDzrKXVlwl5/Z5uUXiFzvfEYUn pJAwGrstoBer6US1xs40ZFr/d45PoU+YzVeVnU+98UCwfY9SA6PgVzQUzSWS2sA5uO+v ZfLnOh3F05WAmy9OljB3lY5BsF78F8UU3pSu0H3H8Z9z0WwIuValfuQWXIxrlGOrJ+q8 SUYA== X-Received: by 10.194.21.131 with SMTP id v3mr3374948wje.44.1382128488810; Fri, 18 Oct 2013 13:34:48 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id q17sm6788939wiv.10.2013.10.18.13.34.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Oct 2013 13:34:48 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Fri, 18 Oct 2013 22:31:36 +0200 Message-Id: X-Mailer: git-send-email 1.8.4.1 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 12/12] board: add warning to readme files explaining how to flash the target X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Only add a warning message in readme.txt files giving intructions to flash the target memory device. All others boards coming with a readme.txt files explain how to prepare a removable media or how to use the emulator. Signed-off-by: Samuel Martin --- board/avnet/s6lx9_microboard/readme.txt | 10 ++++++++++ board/freescale/mpc8315erdb/readme.txt | 8 ++++++++ board/freescale/p1010rdb/readme.txt | 8 ++++++++ board/telit/evk-pro3/readme.txt | 9 +++++++++ 4 files changed, 35 insertions(+) diff --git a/board/avnet/s6lx9_microboard/readme.txt b/board/avnet/s6lx9_microboard/readme.txt index 3cb2ce9..2195d72 100644 --- a/board/avnet/s6lx9_microboard/readme.txt +++ b/board/avnet/s6lx9_microboard/readme.txt @@ -1,3 +1,13 @@ +************************* /!\ WARNING /!\ ************************* +The following information are given without warranty of any kind. + +Please refer to the the instructions provided by the target vendor. + +They are contributions from Buildroot users, but Buildroot developers +do not ensure their correctness, nor maintain them. +************************* /!\ WARNING /!\ ************************* + + This is the buildroot board support for the Avnet Spartan6 LX9 MicroBoard. The Avnet S6LX9 Microboard is a small USB-Stick sized module containing diff --git a/board/freescale/mpc8315erdb/readme.txt b/board/freescale/mpc8315erdb/readme.txt index f7f9c94..bb8d255 100644 --- a/board/freescale/mpc8315erdb/readme.txt +++ b/board/freescale/mpc8315erdb/readme.txt @@ -1,3 +1,11 @@ +************************* /!\ WARNING /!\ ************************* +The following information are given without warranty of any kind. + +Please refer to the the instructions provided by the target vendor. + +They are contributions from Buildroot users, but Buildroot developers +do not ensure their correctness, nor maintain them. +************************* /!\ WARNING /!\ ************************* ******************** WARNING ******************** The compiled U-Boot binary is intended for NAND flash only! diff --git a/board/freescale/p1010rdb/readme.txt b/board/freescale/p1010rdb/readme.txt index 5b56873..2af088f 100644 --- a/board/freescale/p1010rdb/readme.txt +++ b/board/freescale/p1010rdb/readme.txt @@ -1,3 +1,11 @@ +************************* /!\ WARNING /!\ ************************* +The following information are given without warranty of any kind. + +Please refer to the the instructions provided by the target vendor. + +They are contributions from Buildroot users, but Buildroot developers +do not ensure their correctness, nor maintain them. +************************* /!\ WARNING /!\ ************************* ******************** WARNING ******************** The compiled U-Boot binary is intended for NOR flash only! diff --git a/board/telit/evk-pro3/readme.txt b/board/telit/evk-pro3/readme.txt index ace9dd4..c5b0cf3 100644 --- a/board/telit/evk-pro3/readme.txt +++ b/board/telit/evk-pro3/readme.txt @@ -1,3 +1,12 @@ +************************* /!\ WARNING /!\ ************************* +The following information are given without warranty of any kind. + +Please refer to the the instructions provided by the target vendor. + +They are contributions from Buildroot users, but Buildroot developers +do not ensure their correctness, nor maintain them. +************************* /!\ WARNING /!\ ************************* + Buildroot board support for Telit EVK-PRO3 with Telit GE863-PRO3 Official site: