From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6698942253219446784 X-Received: by 2002:a1c:dc45:: with SMTP id t66mr8228419wmg.63.1560943495464; Wed, 19 Jun 2019 04:24:55 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:96cf:: with SMTP id y198ls414541wmd.5.canary-gmail; Wed, 19 Jun 2019 04:24:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqyTdqtTRr2YYJ/H+3QSUfIJXECmf1YyjPpg22YA/pSXfHWAF5irtjl7E6TInwgUrefFBJjk X-Received: by 2002:a05:600c:23d2:: with SMTP id p18mr7736535wmb.108.1560943495037; Wed, 19 Jun 2019 04:24:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560943495; cv=none; d=google.com; s=arc-20160816; b=sQhqQUqpkF5hQjudByldMAa14BVn2KUjRIajVDyPju5gBOZH804VQBYBs7bxSARjKS 2O+VeCDDuvNwrI0QvXQSlyaFhKmwgqbxoQtX6mgVrQEN7p3+4pUct4LqPDSJptZFUt10 ItUd7lgCRMLEeEGUBEOSqDIABgkF4mG622fPLtdeS/yIlVXmegdlNEF6G/Ya+OiNcDxJ 5szsR0o3RJ3gy3BHFpjvSQSueB5RTXhElnFPEwJkyNj4OEHvF1+jI61UggRg5s8HXamN Pc+1uFk68BeUcSwHIecrHJZ4DDvofEVxb8PRBE/oFW2AHHXO+KI0zfyosWuRLMH8Gvaz rTZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=dpyUnr8uAWOlEpngCWF3m1xSR50nnH8CBOpyFT3qw0o=; b=U2YmXup3fph5vOz6wBiPm6qu1VtvtynAWuk33dZQzlkcesVn3zberUNhE7wvJ04Ol1 kEh+8L52VJ/tnaayx2jCXGTh8JEpIq7NVIQs7r3zgGO77NHOP9aJervfSePsGTSbY6Bh PBM2+PmwEaGwVcYX4Cjq4CpQRotdJIFV5dsVpvbvzccZ0G73NDXUKCC5iXVtbExRqGKd dchWBxfwI1joXYc5StPpjQwHXZh51TVL1sjlMbyG3naIJNtYAC5j5ln2W26TmQ0fsQ/q XiP3aCijaWnDu/O5vmPHp+YGYJMlE6fv2BJTWWfkZC1nGWdErFOWoGh61GsJmivr7oC1 ekDg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id u20si230501wmj.4.2019.06.19.04.24.54 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Jun 2019 04:24:54 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x5JBOrUa028962 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 19 Jun 2019 13:24:54 +0200 Date: Wed, 19 Jun 2019 13:24:53 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v3] bmap: generate bmap for wic images Message-ID: <20190619112452.GY3977@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20190605081428.7596-1-daniel.sangorrin@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190605081428.7596-1-daniel.sangorrin@toshiba.co.jp> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: +FCXRfmK1PIt On Wed, Jun 05, 2019 at 05:14:28PM +0900, Daniel Sangorrin wrote: > bmap shortens the time required to flash an image. > This can be useful when you need a fixed-size image, for > example to update partitions with swupdate. Applied to next, thanks. Would you like to add a brief section on motivation and usage to the user manual? With kind regards, Baurzhan.