MINI2440: Removed old, non working NOR support
[u-boot-openmoko/mini2440.git] / doc / README.mpc8610hpcd
blob31a9af3fee17b16f8a5ef2891770f711ac323495
1 Freescale MPC8610HPCD board
2 ===========================
5 Building U-Boot
6 ---------------
8     $ make MPC8610HPCD_config
9     Configuring for MPC8610HPCD board...
11     $ make
14 Flashing U-Boot
15 ---------------
16 The flash is 128M starting at 0xF800_0000.
18 The alternate image is at 0xFBF0_0000
19 The      boot image is at 0xFFF0_0000.
22 To Flash U-Boot into the booting bank:
24         tftp 1000000 u-boot.bin
25         protect off all
26         erase fff00000 +$filesize
27         cp.b 1000000 fff00000 $filesize
30 To Flash U-boot into the alternate bank
32         tftp 1000000 u-boot.bin
33         erase fbf00000 +$filesize
34         cp.b 1000000 fbf00000 $filesize
37 pixis_reset command
38 -------------------
39 A new command, "pixis_reset", is introduced to reset mpc8610hpcd board
40 using the FPGA sequencer.  When the board restarts, it has the option
41 of using either the current or alternate flash bank as the boot
42 image, with or without the watchdog timer enabled, and finally with
43 or without frequency changes.
45 Usage is;
47         pixis_reset
48         pixis_reset altbank
49         pixis_reset altbank wd
50         pixis_reset altbank cf <SYSCLK freq> <COREPLL ratio> <MPXPLL ratio>
51         pixis_reset cf <SYSCLK freq> <COREPLL ratio> <MPXPLL ratio>
53 Examples;
55         /* reset to current bank, like "reset" command */
56         pixis_reset
58         /* reset board but use the to alternate flash bank */
59         pixis_reset altbank
61         /* reset board, use alternate flash bank with watchdog timer enabled*/
62         pixis_reset altbank wd
64         /* reset board to alternate bank with frequency changed.
65          * 40 is SYSCLK, 2.5 is COREPLL ratio, 10 is MPXPLL ratio
66          */
67         pixis-reset altbank cf 40 2.5 10
70 DIP Switch Settings
71 -------------------
72 To manually switch the flash banks using the DIP switch
73 settings, toggle both SW6:1 and SW6:2.