Lines Matching +refs:flash +refs:boot
11 A) One 8MB on-board flash EEPROM chip, instead of two.
29 E BOOT1 ON (0) Flash EEPROM boot device
35 of the flash chips. If J22.E is ON (i.e. jumpered), then flash chip
36 U4 is located at address FE000000 and flash chip U7 is at FE800000.
60 On the ITX, jumper J22.E is used to determine which flash chips are
64 On the ITX, at the normal boot address (aka HIGHBOOT):
70 FEFF_FFFF End of flash
72 On the ITX, at the low boot address (LOWBOOT)
77 FEFF_FFFF End of flash
83 F7FF_FFFF End of flash
101 cd u-boot
131 Because the ITX has 16MB of flash, it is possible to keep two U-Boot
132 images in flash, and use the HRCW to specify which one is to be used
136 When the BMS bit in the HRCW is 0, the ITX will boot the U-Boot image
137 at address FE000000. When the BMS bit is 1, the ITX will boot the
141 change the BMS bit whenever you want to boot the other image.
151 2) Take the u-boot.bin image and flash it at FEF00000.
153 tftp $loadaddr u-boot.bin
164 4) Take the u-boot.bin image and flash it at FE000000.
166 tftp $loadaddr u-boot.bin
171 The HRCW in flash is currently set to boot the image at FE000000.
174 B460A000 04040000 if you want to boot the image at FEF00000, or set
175 it to B060A000 04040000 if you want to boot the image at FE000000.
177 To change the HRCW in flash to boot the image at FEF00000, use these
180 cp.b FE000000 1000 10000 ; copy 1st flash sector to 1000