1 Installation Instructions:
2 --------------------------
4 1. Put the s2 switch into the following position:
14 Put the s3 switch into the following position:
24 Put the s4 switch into the following position:
38 2. Connect to the serial console and to the BDI. Power on. On the
39 serial line, you should see:
43 3. Type '8'. No echo will be displayed. In response, you should get:
47 4. From BDI, enter command:
49 mmw 0xb800d860 0x0042c7ff
59 prog 0xB0000000 <u-boot.bin> bin
61 6. Power off. Restore the original S2 switch position:
71 Power on. U-Boot should come up.
77 Due to the RAM/flash bus arbitration problem the suggested workaround
78 had to be implemented. It works okay. On the downside is that you
79 can't really check whether 'erase' is complete by polling flash as it
80 is usually done. Instead, the flash driver simply waits for a given
81 time and assumes that erase then has passed. This behaviour is
82 identical to what the VxWorks driver does; also, the same timeout (6
83 seconds) was chosen. Note that this timeout applies for each erase
84 operation, i. e. per erased sector.