From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Date: Mon, 29 Jan 2018 23:23:09 +0800 Subject: [U-Boot] [PATCH] mx6sabresd: Add fastboot support In-Reply-To: <1517231517-1241-1-git-send-email-festevam@gmail.com> References: <1517231517-1241-1-git-send-email-festevam@gmail.com> Message-ID: <20180129152307.GD12957@dragon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jan 29, 2018 at 11:11:57AM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > fastboot tool is a convenient way to flash the eMMC, so > add support for it. > > Examples of usages: > > On the mx6sabresd: > > => fastboot 0 > > On the Linux PC connected via USB: > > $ sudo fastboot getvar bootloader-version -i 0x0525 > bootloader-version: U-Boot 2018.01-00550-g7517cfe > finished. total time: 0.000s > > $ sudo fastboot reboot -i 0x0525 > > (this causes the mx6sabresd to reboot) > > Signed-off-by: Fabio Estevam Tested-by: Shawn Guo