Commit d6815435c0e8619de0d1e1a66a805d0762b5af89

Authored by wdenk
1 parent e600962991

Add default switch settings.

Showing 1 changed file with 26 additions and 3 deletions Side-by-side Diff

... ... @@ -11,6 +11,20 @@
11 11 | X|
12 12 ------
13 13  
  14 + Put the s3 switch into the following position:
  15 +
  16 + 1 0
  17 + ------
  18 + |x |
  19 + |x |
  20 + |x |
  21 + |x |
  22 + |x |
  23 + | x|
  24 + | x|
  25 + |x |
  26 + ------
  27 +
14 28 2. Connect to the serial console and to the BDI. Power on. On the
15 29 serial line, you should see:
16 30  
17 31  
18 32  
19 33  
... ... @@ -34,11 +48,20 @@
34 48  
35 49 prog 0xB0000000 <u-boot.bin> bin
36 50  
37   -6. Power off. Restore the original S2 switch position. Power on.
38   - U-Boot should come up.
  51 +6. Power off. Restore the original S2 switch position:
39 52  
  53 + 1 0
  54 + ------
  55 + | x|
  56 + | x|
  57 + |x |
  58 + | X|
  59 + ------
40 60  
  61 + Power on. U-Boot should come up.
41 62  
  63 +
  64 +
42 65 Implementation Notes:
43 66 ---------------------
44 67  
... ... @@ -48,6 +71,6 @@
48 71 is usually done. Instead, the flash driver simply waits for a given
49 72 time and assumes that erase then has passed. This behaviour is
50 73 identical to what the VxWorks driver does; also, the same timeout (6
51   -seconds) was chosen. Note that this timeout applies for each errase
  74 +seconds) was chosen. Note that this timeout applies for each erase
52 75 operation, i. e. per erased sector.