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(-)