1 Freescale MPC8610HPCD board
2 ===========================
8 $ make MPC8610HPCD_config
9 Configuring for MPC8610HPCD board...
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
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
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.
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>
55 /* reset to current bank, like "reset" command */
58 /* reset board but use the to alternate flash bank */
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
67 pixis-reset altbank cf 40 2.5 10
72 To manually switch the flash banks using the DIP switch
73 settings, toggle both SW6:1 and SW6:2.