From patchwork Wed Jul 5 11:14:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 784536 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]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x2dcV69Vfz9s7m for ; Wed, 5 Jul 2017 21:16:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B5C4530955; Wed, 5 Jul 2017 11:16:56 +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 Cbh6KCX0K5Mh; Wed, 5 Jul 2017 11:16:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DF64B309B2; Wed, 5 Jul 2017 11:16:08 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 3A8821C2DED for ; Wed, 5 Jul 2017 11:15:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 351353094F for ; Wed, 5 Jul 2017 11:15:34 +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 GVJ3xoyfDeYJ for ; Wed, 5 Jul 2017 11:15:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from exchange.essensium.com (220.77.144.195.ipv4.evonet.be [195.144.77.220]) by silver.osuosl.org (Postfix) with ESMTPS id AB20830343 for ; Wed, 5 Jul 2017 11:15:33 +0000 (UTC) Received: from vandecaa-laptop.bzh.lan (10.3.7.11) by beleexch01.local.ess-mail.com (10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32; Wed, 5 Jul 2017 13:15:00 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: Date: Wed, 5 Jul 2017 13:14:28 +0200 Message-ID: <20170705111453.2284-12-arnout@mind.be> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20170705111453.2284-1-arnout@mind.be> References: <20170705111453.2284-1-arnout@mind.be> MIME-Version: 1.0 X-Originating-IP: [10.3.7.11] X-ClientProxiedBy: beleexch01.local.ess-mail.com (10.3.7.8) To beleexch01.local.ess-mail.com (10.3.7.8) Subject: [Buildroot] [PATCH v4 11/36] warpboard: remove $(HOST_DIR)/usr reference from README 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" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- board/freescale/warpboard/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/warpboard/README b/board/freescale/warpboard/README index 55d51f8733..67d4e044e9 100644 --- a/board/freescale/warpboard/README +++ b/board/freescale/warpboard/README @@ -23,7 +23,7 @@ Update uboot - Load u-boot.imx in the WarpBoard by using the imx-usb-loader host utility: - $ ./output/host/usr/bin/imx_usb -c output/host/etc/imx-loader.d/ output/images/u-boot.imx + $ ./output/host/bin/imx_usb -c output/host/etc/imx-loader.d/ output/images/u-boot.imx - U-Boot will appear in minicom @@ -36,7 +36,7 @@ Update uboot - Transfer U-Boot into flash by running this command in host side: - $ sudo ./output/host/usr/bin/dfu-util -D output/images/u-boot.imx -a boot + $ sudo ./output/host/bin/dfu-util -D output/images/u-boot.imx -a boot - remove power and put the WarpBoard back into normal boot mode by opening the j2 jumper.