All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Fix mkimage error message
@ 2020-06-05  8:01 Mylène Josserand
  2020-06-05  8:01 ` [PATCH v1 1/1] mkimage: Fix error message if write less data then expected Mylène Josserand
  0 siblings, 1 reply; 6+ messages in thread
From: Mylène Josserand @ 2020-06-05  8:01 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-08  8:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05  8:01 [PATCH v1 0/1] Fix mkimage error message Mylène Josserand
2020-06-05  8:01 ` [PATCH v1 1/1] mkimage: Fix error message if write less data then expected Mylène Josserand
2020-06-09 18:49   ` Walter Lozano
2020-07-07  8:25     ` Mylene Josserand
2020-07-07 13:40       ` Walter Lozano
2020-07-08  8:50         ` Mylene Josserand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.