From patchwork Sun Apr 26 23:42:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giulio Benetti X-Patchwork-Id: 1277262 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.a=rsa-sha256 header.s=a1 header.b=FyPMdemH; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 499Pcg46F9z9sRY for ; Mon, 27 Apr 2020 09:43:43 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A915A81D7E; Mon, 27 Apr 2020 01:43:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.b="FyPMdemH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0AA7B81D7A; Mon, 27 Apr 2020 01:43:31 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,RDNS_NONE,SPF_HELO_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from smtpcmd0871.aruba.it (unknown [62.149.156.71]) by phobos.denx.de (Postfix) with ESMTP id 7EBCD81D7A for ; Mon, 27 Apr 2020 01:43:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=giulio.benetti@benettiengineering.com Received: from ubuntu.localdomain ([146.241.34.179]) by smtpcmd08.ad.aruba.it with bizsmtp id Xbj22200B3rtwbW01bj45i; Mon, 27 Apr 2020 01:43:04 +0200 From: Giulio Benetti To: Stefano Babic Cc: Fabio Estevam , "NXP i.MX U-Boot Team" , Lukasz Majewski , Anatolij Gustschin , u-boot@lists.denx.de, Giulio Benetti Subject: [PATCH 2/4] imxrt1020-evk: README: fix dd command destination Date: Mon, 27 Apr 2020 01:42:59 +0200 Message-Id: <20200426234301.111433-3-giulio.benetti@benettiengineering.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200426234301.111433-1-giulio.benetti@benettiengineering.com> References: <20200426234301.111433-1-giulio.benetti@benettiengineering.com> MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1587944584; bh=DU8mQYIhglQrSIo4T5aYCc7gc4GgjVVVMMNyBIhYLB8=; h=From:To:Subject:Date:MIME-Version; b=FyPMdemHQXBfRhhazYa/B9mGRurWWAKLaM9tWJAUPo0uk30rf/L/cTK0H8jRP8NKV F0H0c2lL3bQNPuQk34GequIDY+1Sb53+GqMozsMhRtYW5XYXAVm6CoqnEZE7jUmvHE QzrUrYHcpunjGHytqmp9Jo/4uIeZ3CO/v/pLKuMeefndhNEkhC0ScVNtjtlqQkpFzg PTaM7chwFg31FQAI8tojqiA8OJcXNeOzKe1HKgZ0ELZfdW1fQB+RuhM85ekX0P9CDQ dQf/EVXzn8dvkiOFWHJoz20GM+M5EMXrBNZw9j1lTqutSWAze0eC7PBzDc5zBVuRHc zd/RgKZDxcRvg== X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de X-Virus-Status: Clean Make "of=" the same for the 2 commands since we're writing to the same sd-card. Signed-off-by: Giulio Benetti --- board/freescale/imxrt1020-evk/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/imxrt1020-evk/README b/board/freescale/imxrt1020-evk/README index 3da72fdad2..bcb3683163 100644 --- a/board/freescale/imxrt1020-evk/README +++ b/board/freescale/imxrt1020-evk/README @@ -11,7 +11,7 @@ This will generate the SPL image called SPL and the u-boot.img. - Flash the SPL image into the micro SD card: -sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync +sudo dd if=SPL of=/dev/sdb bs=1k seek=1; sync - Flash the u-boot.img image into the micro SD card: