Lines Matching +refs:flash +refs:boot
3 Contents: This is the README of u-boot (Universal bootloader) for our
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.
51 # u-boot FLASH version & RAM version
54 The u-boot bootloader for Coldfire processors can be configured
56 1. as a standalone bootloader residing in flash & relocating itself to RAM on
59 2. as a RAM version which will not load from flash automatically as it needs a
63 This version may be very helpful when installing u-boot for the first time
74 Compile u-boot
76 in dir ./u-boot-x-x-x/
89 => u-boot as single bootloader starting from flash
96 => linking address for u-boot as single bootloader stored in flash
106 host> cp u-boot.bin /tftpboot/u-boot_flash.bin
113 in dir ./u-boot-x-x-x/
128 => u-boot as RAM version, chainloaded by another bootloader or using bdm cable
146 host> cp u-boot.bin /tftpboot/u-boot_ram.bin
154 version by typing (in dir ./u-boot-x-x-x/)
156 in ./u-boot-x-x-x/ the RAM version u-boot (elf format) has to be available.