]> git.sur5r.net Git - u-boot/commit
mx6sabresd: Add fastboot support
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 29 Jan 2018 13:11:57 +0000 (11:11 -0200)
committerStefano Babic <sbabic@denx.de>
Sun, 4 Feb 2018 11:14:10 +0000 (12:14 +0100)
commit78804518e49ff033e785ba0e9b43846284829c3f
treeaa98c77c3dcc596fd0aad982918c72f569d91322
parent11f3090532564bf0230289adf4ab8023acdd98ab
mx6sabresd: Add fastboot support

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 <fabio.estevam@nxp.com>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
configs/mx6sabresd_defconfig