From patchwork Sat Feb 9 14:01:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1039235 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="aSUweMrA"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43xYf622kmz9sMp for ; Sun, 10 Feb 2019 01:02:38 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 0647AC21F97; Sat, 9 Feb 2019 14:02:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A9F95C21F3A; Sat, 9 Feb 2019 14:02:33 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D9BEDC21F22; Sat, 9 Feb 2019 14:02:32 +0000 (UTC) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by lists.denx.de (Postfix) with ESMTPS id 5E4DFC21F0C for ; Sat, 9 Feb 2019 14:02:31 +0000 (UTC) Received: by mail-qt1-f181.google.com with SMTP id b8so7251626qtj.1 for ; Sat, 09 Feb 2019 06:02:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=sQDUIVfgyXbUgnR1R0U+AkVZXhFH1Cz0QyPM5ois8Ak=; b=aSUweMrADyCDXxEeVyItmMFTpFePgyE4dQTvR3IBNj1gptaVPnDbc2os6AHm8hVrRK VBA5xmmjmNbCfqThVLsuJACJfX/OeSPwtrWUxjkdTMjGoURKG+rIYFyl3HywSlm9ssCC idb8pn0lOM2/iUm4fNebiqS+fMZFqlRQeUATk0Xjv3w3EUGak3FAvMcBkHGyh05Pc2pS DHV8acQ+h0SZ/lecko9mK7xZfW/T20+Dnl5zWRBh8wJE3mkuQi1lGn5WAt4QIE1SD/3V 237dOux1JNOpJsI6/xpLvCt6WVFPb4UJV65LoE0QcqAizy24+8Dc9assj+wXQ6Oz1kLr lyyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=sQDUIVfgyXbUgnR1R0U+AkVZXhFH1Cz0QyPM5ois8Ak=; b=syfQOt895ZArYkTsCNuNMWBr+hAPrXPaKzpOhEnvAUiZ2UWy5Wjt8VE3/YWVGd6tuw Qn3ZWLTFVGfocDSfqCdr8yCkavJI+7mc852cSWnsJLrBp8Ety7MvdP7A/dxmiJWOpaKs 7tWsvppxadC5GyLc81IvTKDc+NcJ1YWn24Bp7XfROJrDBbsCLwdbpdqTRm53HM5E8huU AqbRT77WJNdp6qFJLvDRWOp2ZkILh/4BK2lwQQtKLY/iCepkmNWXLtlGzMY2l/jWoPpD khDkqsaabDtGEpwhHzmWPgO40DC441Bcv0k8Gm7h1KOQF1zEqPSny2f52+0/CkPO50Tw 2PVg== X-Gm-Message-State: AHQUAuap2osLY03tz6hPrpHjJNwejduzD77ZnUhD2vajXW9XwpiagEVJ qjp35KX39MCF5cKcM3guvSs= X-Google-Smtp-Source: AHgI3Ia6gIO+r0+dIwm0ud5Zl0BiJ9INcPOXTb6BFo5/GiuFkpLIkTnGJDt0meZFs4qLc1VImvArrw== X-Received: by 2002:a0c:e5c1:: with SMTP id u1mr20358350qvm.113.1549720950181; Sat, 09 Feb 2019 06:02:30 -0800 (PST) Received: from fabio-Latitude-E5450.nxp.com ([2804:14c:482:a73::1]) by smtp.gmail.com with ESMTPSA id 13sm5949161qtv.78.2019.02.09.06.02.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Feb 2019 06:02:29 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Sat, 9 Feb 2019 12:01:59 -0200 Message-Id: <20190209140159.15669-1-festevam@gmail.com> X-Mailer: git-send-email 2.17.1 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2] warp7: README: Adjust the binary name after DM conversion X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" After the conversion to DM the U-Boot binary is called u-boot-dtb.imx, so fix the README file accordingly. Signed-off-by: Fabio Estevam Reviewed-by: Bryan O'Donoghue Reviewed-by: Bryan O'Donoghue --- Changes since v1: - Fix all occurrances board/warp7/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/board/warp7/README b/board/warp7/README index 60339da543..579bb2de38 100644 --- a/board/warp7/README +++ b/board/warp7/README @@ -17,7 +17,7 @@ $ make mrproper $ make warp7_config $ make -This will generate the U-Boot binary called u-boot.imx. +This will generate the U-Boot binary called u-boot-dtb.imx. Put warp7 board in USB download mode: @@ -28,11 +28,11 @@ Connect a USB to serial adapter between the host PC and warp7 Connect a USB cable between the OTG warp7 port and the host PC -Copy u-boot.imx to the imx_usb_loader folder. +Copy u-boot-dtb.imx to the imx_usb_loader folder. -Load u-boot.imx via USB: +Load u-boot-dtb.imx via USB: -$ sudo ./imx_usb u-boot.imx +$ sudo ./imx_usb u-boot-dtb.imx Then U-Boot should start and its messages will appear in the console program. @@ -46,9 +46,9 @@ Use the default environment variables: Run the DFU command: => dfu 0 mmc 0 -Transfer u-boot.imx that will be flashed into the eMMC: +Transfer u-boot-dtb.imx that will be flashed into the eMMC: -$ sudo dfu-util -D u-boot.imx -a boot +$ sudo dfu-util -D u-boot-dtb.imx -a boot Then on the U-Boot prompt the following message should be seen after a successful upgrade: