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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot