]> git.baikalelectronics.ru Git - uboot.git/commit
doc: Add a note about producing 'md.b' output using hexdump
authorSimon Glass <sjg@chromium.org>
Sat, 6 Feb 2021 16:57:30 +0000 (09:57 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Mar 2021 20:53:37 +0000 (15:53 -0500)
commit995aba606d17792bab99d655b8bff07f0c7a14dd
treeade00896e5124da993c6ffbabe57bc77c7e74db5
parentdae3ab719732a460fe9a60715ebfb8c6a8650ec2
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: Simon Glass <sjg@chromium.org>
doc/usage/md.rst