From df756884a3d9a6c033c961dbad7d13fca691dedb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 8 Nov 2013 19:30:38 +0100 Subject: [PATCH] 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 Signed-off-by: Sascha Hauer --- scripts/setupmbr/setupmbr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setupmbr/setupmbr.c b/scripts/setupmbr/setupmbr.c index 918fbe38b..0060c2e93 100644 --- a/scripts/setupmbr/setupmbr.c +++ b/scripts/setupmbr/setupmbr.c @@ -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