Lines Matching +full:boot +full:- +full:loader
1 .TH KWBOOT 1 "2012-05-19"
4 kwboot \- Boot Marvell Kirkwood SoCs over a serial link.
7 .RB [ "-b \fIimage\fP" ]
8 .RB [ "-p" ]
9 .RB [ "-t" ]
10 .RB [ "-B \fIbaudrate\fP" ]
15 platform over their integrated UART. Boot image files will typically
16 contain a second stage boot loader, such as U-Boot. The image file
20 Following power-up or a system reset, system BootROM code polls the
22 initiates an image upload. This program sends this boot message until
27 can be used either standalone, or entered immediately following boot
28 image transfer completion. This is often useful to catch early boot
29 messages, or to manually interrupt a default boot procedure performed
30 by the second-stage loader.
35 .BI "\-b \fIimage\fP"
38 Note that for the encapsulated boot code to be executed, \fIimage\fP
39 must be of type "UART boot" (0x69). Boot images of different types,
41 (type 0x8B), will not work (or not as expected). See \fB-p\fP for a
48 .BI "\-p"
49 In combination with \fB-b\fP, patches the header in \fIimage\fP prior
50 to upload, to "UART boot" type.
52 This option attempts on-the-fly conversion of some none-UART image
60 .BI "\-t"
64 If used in combination with \fB-b\fP, terminal mode is entered
68 after receiving 'ctrl-\\' followed by 'c' from console input.
71 .BI "\-B \fIbaudrate\fP"