[U-Boot] [PATCH v2] usb: gadget: f_sdp: Provide filesize env variable for downloaded images

2018-11-24 Thread Petr Štetiar
Currently it's not possible to get filesize of downloaded images and it's impossible to automate some tasks in scripts. So this patch adds `filesize` environment variable with size (as hex number in bytes) of the last successfully downloaded file via `sdp` command. Cc: Lukasz Majewski Cc: Marek

Re: [U-Boot] [PATCH v2] usb: gadget: f_sdp: Provide filesize env variable for downloaded images

2018-11-23 Thread Stefan Agner
On 23.11.18 14:37, Petr Štetiar wrote: > Currently it's not possible to get filesize of downloaded images and > it's impossible to automate some tasks in scripts. So this patch adds > `filesize` environment variable with size (as hex number in bytes) of > the last successfully downloaded file via