
On Friday, November 14, 2014 at 11:39:48 AM, Lukasz Majewski wrote:
Hi Lukasz,
Recently the ext4 file system imposed passing absolute path with its file name parameter. As a result dfu_alt_info env variable has been modified to provide absolute path when ext4 file system is accessed (e.g. /uImage ext4 0 2;).
Unfortunately, lthor flashing program provides plain file name (like uImage) and hence those two file names do not match anymore.
Presented commit also allows lthor to write files to sub directories (like /boot/bin/uImage).
Signed-off-by: Lukasz Majewski l.majewski@samsung.com Reviewed-by: Marek Vasut marex@denx.de
[...]
* dfu->name (uImage)
*/
if (strlen(dfu->name) ==
((str - dfu->name) + strlen(name)))
return dfu->alt;
}
}
return -ENODEV;
Applied to u-boot-dfu repository. Thanks
It's nice to see that you're taking good care of your clones ;-)
Best regards, Marek Vasut