[PATCH v1 0/1] Fix mkimage error message

Mylène Josserand mylene.josserand at collabora.com
Fri Jun 5 10:01:26 CEST 2020


Hello everyone,


While using mkimage with debos, I noticed a wierd error:
   "mkimage: Write error on uImage: Success"

After some investications, I found that this error is in fact
a "No space left" error.

This patch is updating mkimage's code to print a new error
message in case the size written is less than the expected size.
We can't write all the data probably because of of not enough space
on the device.

Thank you in advance,
Best regards
Mylène


Mylène Josserand (1):
  mkimage: Fix error message if write less data then expected

 tools/mkimage.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

-- 
2.26.2



More information about the U-Boot mailing list