Lines Matching +full:config +full:- +full:host
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 -----------
21 2. If necessary, modify board/cobra5272/config.mk (see below)
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.
44 no default IP address for target, host set, no MACaddress set
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
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
92 in board/cobra5272/config.mk CONFIG_SYS_TEXT_BASE should be
96 => linking address for u-boot as single bootloader stored in flash
100 host> make cobra5272_config
101 rm -f include/config.h include/config.mk
103 host> make
106 host> cp u-boot.bin /tftpboot/u-boot_flash.bin
109 ------------------------------
111 ------------------------------
113 in dir ./u-boot-x-x-x/
115 host> make distclean
125 /*define if monitor is started from a pre-loader */
128 => u-boot as RAM version, chainloaded by another bootloader or using bdm cable
131 in board/cobra5272/config.mk CONFIG_SYS_TEXT_BASE should be
140 host> make cobra5272_config
141 rm -f include/config.h include/config.mk
143 host> make
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.