9
0
Fork 0

scripts/setupmbr: fix documentation

The documentation says setupmbr should be used with the image named
'barebox', but it should instead be done with the 'barebox.bin'
image. Attempting to use setupmbr on the ELF barebox image simply
fails:

$ ./scripts/setupmbr/setupmbr -s 32 -m ./barebox -d disk.img
No MBR signature found
barebox image seems not valid: Bad MBR signature

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Thomas Petazzoni 2013-11-08 19:30:38 +01:00 committed by Sascha Hauer
parent 7c1091bd58
commit df756884a3
1 changed files with 2 additions and 2 deletions

View File

@ -666,10 +666,10 @@ and populating the root filesystem for example) to make it useful.
In the next step, @a barebox gets installed to this boot media:
@verbatim
[jb@host]~> scripts/setupmbr/setupmbr -s 32 -m ./barebox -d /dev/sda
[jb@host]~> scripts/setupmbr/setupmbr -s 32 -m ./barebox.bin -d /dev/sda
@endverbatim
This command writes the @a barebox image file './barebox' onto the device
This command writes the @a barebox image file './barebox.bin' onto the device
@p /dev/sda.
The @p -s option will keep the persistant storage sectors free and untouched