MKUBOOT(8) | System Manager's Manual | MKUBOOT(8) |
mkuboot
— create
U-Boot files
mkuboot |
[-a arch]
[-e entry]
[-l loadaddr]
[-n name]
[-o os]
[-t type]
infile outfile |
The mkuboot
utility creates images
suitable for loading using the U-Boot bootloader.
The options are as follows:
-a
arch-e
entry-l
loadaddr-n
name-o
os-t
typeThe following arguments are valid as the arch parameter:
alpha amd64 arm i386 m68k mips mips64 powerpc sparc sparc64 superh
The following arguments are valid as the type parameter:
standalone kernel script
An mkuboot
utility first appeared in
OpenBSD 4.4 as mkboot
.
May 30, 2013 | OpenBSD-current |