Lines Matching refs:Boot
5 In the context of U-Boot, the board is booted in three stages. The initial
6 bootloader which executes upon reset is the ROM Boot Loader (RBL) and sits
44 U-Boot > print upd_uboot
46 U-Boot >
47 U-Boot > run upd_uboot
63 U-Boot >
121 (AIS Parse): Boot completed successfully.
125 Falcon Bootmode (boot linux without booting U-Boot)
129 from SPL. A new command is added to U-Boot to prepare the parameters that SPL
138 To boot the kernel, these steps under a Falcon-aware U-Boot are required:
140 1. Boot the board into U-Boot.
142 U-Boot runs as when it boots the kernel, but stops before passing the control
148 U-Boot > nand read c0100000 2 200000 400000
155 U-Boot > spl export atags c0100000
170 U-Boot > mtdparts
186 U-Boot > nand erase.part bootparms
191 U-Boot > nand write c0000100 180000 20000
195 U-Boot >
197 You can use also the predefined U-Boot Environment variable "setbootparms",
200 U-Boot > print setbootparms
202 U-Boot > run setbootparms
224 U-Boot >