Re: [PATCH v1 1/1] mkimage: Fix error message if write less data then expected

2020-07-08 Thread Mylene Josserand
Hello, On 7/7/20 3:40 PM, Walter Lozano wrote: Hi Mylene, On 7/7/20 05:25, Mylene Josserand wrote: Hi, On 6/9/20 8:49 PM, Walter Lozano wrote: Hi Mylene, Thanks for you patch. On 5/6/20 05:01, Mylène Josserand wrote: Add a new error message in case the size of data written are shorter

Re: [PATCH v1 1/1] mkimage: Fix error message if write less data then expected

2020-07-07 Thread Walter Lozano
Hi Mylene, On 7/7/20 05:25, Mylene Josserand wrote: Hi, On 6/9/20 8:49 PM, Walter Lozano wrote: Hi Mylene, Thanks for you patch. On 5/6/20 05:01, Mylène Josserand wrote: Add a new error message in case the size of data written are shorter than the one expected. Currently, it will lead to

Re: [PATCH v1 1/1] mkimage: Fix error message if write less data then expected

2020-07-07 Thread Mylene Josserand
Hi, On 6/9/20 8:49 PM, Walter Lozano wrote: Hi Mylene, Thanks for you patch. On 5/6/20 05:01, Mylène Josserand wrote: Add a new error message in case the size of data written are shorter than the one expected. Currently, it will lead to the following error message:     "mkimage: Write error

Re: [PATCH v1 1/1] mkimage: Fix error message if write less data then expected

2020-06-09 Thread Walter Lozano
Hi Mylene, Thanks for you patch. On 5/6/20 05:01, Mylène Josserand wrote: Add a new error message in case the size of data written are shorter than the one expected. Currently, it will lead to the following error message: "mkimage: Write error on uImage: Success" This is not explicit

[PATCH v1 1/1] mkimage: Fix error message if write less data then expected

2020-06-05 Thread Mylène Josserand
Add a new error message in case the size of data written are shorter than the one expected. Currently, it will lead to the following error message: "mkimage: Write error on uImage: Success" This is not explicit when the error is because the device doesn't have enough space. Let's use a "No