[U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution
Tormod Volden
lists.tormod at gmail.com
Tue Jul 16 23:27:44 CEST 2013
On Tue, Jul 16, 2013 at 5:35 PM, Lukasz Majewski wrote:
> The end step would be to extend dfu-util to support -C switch, which
> would allow to send u-boot command quoted as text:
>
> dfu-util -aN -C "reset"
Instead of adding a new, rather u-boot specific option to dfu-util,
would implementation of the commonly used "-" filename for stdin work
for you?
echo "reset" | dfu-util -aN -
Cheers,
Tormod
More information about the U-Boot
mailing list