Skip to content
Snippets Groups Projects
Commit 008ae72c authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

doc: Add a note about producing 'md.b' output using hexdump


Comparing a hex dump on the U-Boot command line with the contents of a
file on the host system is fairly easy and convenient to do manually if
it is small. But the format used hexdump by default differs from that
shown by U-Boot. Add a note about how to make them the same.

(For large dumps, writing the data to the network with tftpput, or to a
USB stick with ext4save is easiest.)

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 671c4543
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment