9
0
Fork 0
barebox/scripts/setupmbr
Thomas Petazzoni df756884a3 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>
2013-11-11 08:53:43 +01:00
..
.gitignore Add setupmbr to gitignore 2011-11-11 12:28:35 +01:00
Makefile Add a tool to activate barebox as a boot loader on x86 architectures 2010-01-14 10:06:15 +01:00
arch.h Add a tool to activate barebox as a boot loader on x86 architectures 2010-01-14 10:06:15 +01:00
setupmbr.c scripts/setupmbr: fix documentation 2013-11-11 08:53:43 +01:00