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
100 cd u-boot
130 Because the ITX has 16MB of flash, it is possible to keep two U-Boot
131 images in flash, and use the HRCW to specify which one is to be used
135 When the BMS bit in the HRCW is 0, the ITX will boot the U-Boot image
136 at address FE000000. When the BMS bit is 1, the ITX will boot the
140 change the BMS bit whenever you want to boot the other image.
150 2) Take the u-boot.bin image and flash it at FEF00000.
152 tftp $loadaddr u-boot.bin
163 4) Take the u-boot.bin image and flash it at FE000000.
165 tftp $loadaddr u-boot.bin
170 The HRCW in flash is currently set to boot the image at FE000000.
173 B460A000 04040000 if you want to boot the image at FEF00000, or set
174 it to B060A000 04040000 if you want to boot the image at FE000000.
176 To change the HRCW in flash to boot the image at FEF00000, use these
179 cp.b FE000000 1000 10000 ; copy 1st flash sector to 1000