Lines Matching +full:- +full:- +full:build +full:- +full:dir
2 Author: Florian Schlote for Sentec elektronik (linux@sentec-elektronik.de)
3 Contents: This is the README of u-boot (Universal bootloader) for our
17 -----------
30 Please refer to u-boot README (general info, u-boot-x-x-x/README),
31 to u-boot-x-x-x/doc/README.COBRA5272 and
32 to the comments in u-boot-x-x-x/include/configs/cobra5272.h
34 Configuring u-boot is done by commenting/uncommenting preprocessor defines.
50 #-----------------------------------
51 # u-boot FLASH version & RAM version
52 #-----------------------------------
54 The u-boot bootloader for Coldfire processors can be configured
63 This version may be very helpful when installing u-boot for the first time
68 How to build the different images:
70 ------------------------------
72 ------------------------------
74 Compile u-boot
76 in dir ./u-boot-x-x-x/
86 /* define if monitor is started from a pre-loader */
89 => u-boot as single bootloader starting from flash
96 => linking address for u-boot as single bootloader stored in flash
101 rm -f include/config.h include/config.mk
106 host> cp u-boot.bin /tftpboot/u-boot_flash.bin
109 ------------------------------
111 ------------------------------
113 in dir ./u-boot-x-x-x/
125 /*define if monitor is started from a pre-loader */
128 => u-boot as RAM version, chainloaded by another bootloader or using bdm cable
141 rm -f include/config.h include/config.mk
146 host> cp u-boot.bin /tftpboot/u-boot_ram.bin
149 ----
151 ----
153 If the m68k-elf-toolchain & the m68k-bdm-gdb is installed you can run the RAM
154 version by typing (in dir ./u-boot-x-x-x/)
155 "board/cobra5272/bdm/load-cobra_uboot" ,
156 in ./u-boot-x-x-x/ the RAM version u-boot (elf format) has to be available.