From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DB882C433F5 for ; Sat, 18 Dec 2021 14:34:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3671F80F94; Sat, 18 Dec 2021 15:34:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=akkea.ca header.i=@akkea.ca header.b="eieGfDgj"; dkim=pass (1024-bit key) header.d=akkea.ca header.i=@akkea.ca header.b="eieGfDgj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 670E680F67; Sat, 18 Dec 2021 15:34:47 +0100 (CET) Received: from node.akkea.ca (li1434-30.members.linode.com [45.33.107.30]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B0BD28303B for ; Sat, 18 Dec 2021 15:34:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=angus@akkea.ca Received: from localhost (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id F08254E200E; Sat, 18 Dec 2021 14:34:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1639838078; bh=8O8FWISQE4V3NAbjOYt3NV8+590SGIZVxd/YZ9FqYjk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=eieGfDgjdsWbkYDW8MZBI8KQCUfIU1UuXQ1wDBPFYOL3LJWR8jeyX49OCy4LMRYBh 6P911VVLMX55Z2AZ2rM/egFfCE0ZnbDAJbEo/xdu3OBz+MzF+DHjSaguTg3kSpNuCI W7wzNi/oqdgWyc6A8cEKH3QSuGW+Pa8L397l07n4= Received: from node.akkea.ca ([127.0.0.1]) by localhost (mail.akkea.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f_Gg4cKFLf7C; Sat, 18 Dec 2021 14:34:38 +0000 (UTC) Received: from www.akkea.ca (li1434-30.members.linode.com [45.33.107.30]) by node.akkea.ca (Postfix) with ESMTPSA id 032CF4E200C; Sat, 18 Dec 2021 14:34:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1639838078; bh=8O8FWISQE4V3NAbjOYt3NV8+590SGIZVxd/YZ9FqYjk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=eieGfDgjdsWbkYDW8MZBI8KQCUfIU1UuXQ1wDBPFYOL3LJWR8jeyX49OCy4LMRYBh 6P911VVLMX55Z2AZ2rM/egFfCE0ZnbDAJbEo/xdu3OBz+MzF+DHjSaguTg3kSpNuCI W7wzNi/oqdgWyc6A8cEKH3QSuGW+Pa8L397l07n4= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 18 Dec 2021 06:34:37 -0800 From: Angus Ainslie To: Oleh Kravchenko Cc: u-boot@lists.denx.de, Sean Anderson , Simon Glass , Patrick Delaunay , Roman Stratiienko , Marek Szyprowski Subject: Re: [PATCH 0/2] Add more support for NXP's mfgtool In-Reply-To: <71CF40D8-8FB7-4919-A8E1-1B5FCDA3E0CA@kaa.org.ua> References: <20211217154200.326443-1-angus@akkea.ca> <71CF40D8-8FB7-4919-A8E1-1B5FCDA3E0CA@kaa.org.ua> Message-ID: <531dc80bb5b4812a1ecc45d0fe7848bd@akkea.ca> X-Sender: angus@akkea.ca User-Agent: Roundcube Webmail/1.3.6 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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.103.2 at phobos.denx.de X-Virus-Status: Clean Hi Oleh On 2021-12-18 00:44, Oleh Kravchenko wrote: > Hello Angus! > What is the use-case for these patches? > > Would you mind defining why the current implementation is not enough? > Used like that: >> FB: flash -raw2sparse mmc0 emmc.wic > > Thanks, it looks like the way I'm using fastboot is causing the issue. FB: ucmd setenv fastboot_dev mmc FB: ucmd setenv mmcdev 0 FB: flash -raw2sparse all using your syntax I likely won't need these patches. FB: flash -raw2sparse mmc0 Cheers Angus