Lines Matching full:boot

3 The README is for the boot procedure on the ipam390 board
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
9 controller (such as NAND) to continue the boot process by loading
11 further (some clocks, SDRAM). As on this board is used the falcon boot
19 spl code starts the u-boot image
34 run "tools/buildman/buildman -k ipam390" in the u-boot source tree.
35 Once this build completes you will have a ../current/ipam390/u-boot.ais file
41 Assuming that the network is configured and enabled and the u-boot.ais file
44 U-Boot > print upd_uboot
45 upd_uboot=tftp c0000000 ${u-boot};nand erase.part u-boot;nand write c0000000 20000 ${filesize}
46 U-Boot >
47 U-Boot > run upd_uboot
50 Filename '/tftpboot/ipam390/u-boot.ais'.
63 U-Boot >
71 - cd to the u-boot source tree
73 - compile the u-boot for the ipam390 board:
76 -> Now we shall have u-boot.bin
78 - Create u-boot-uart-ais.bin
80 -o ../current/ipam390/uboot-uart-ais.bin ./u-boot.bin@0xC1080000;
83 for the ipam390 board, u-boot:/board/Barix/ipam390/ipam390-ais-uart.cfg
89 to upload u-boot over serial and run it!
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
174 0: u-boot-env 0x00020000 0x00000000 0
175 1: u-boot 0x00160000 0x00020000 0
181 active partition: nand0,0 - (u-boot-env) 0x00020000 @ 0x00000000
185 mtdparts: mtdparts=davinci_nand.0:128k(u-boot-env),1408k(u-boot),128k(bootparms),384k(factory-info)…
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 >