OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / Documentation / MOTOROLA-M5272C3-HOWTO
1 Motorola M5272C3 Evaluation Board
2 ---------------------------------
3
4 There are two variations of the Motorola M5272C3 development board. The
5 earlier boards came with 4MB of RAM, and use an Intel LevelOne PHY with the
6 builint in 10/100 Mb ethernet. The later revision boards have 16MB of RAM,
7 and use an ADMtek PHY with the internal ethernet. uClinux is configured by
8 default to use 4MB or RAM, which will work on either board. The PHY type
9 is detected and set appropriately by the FEC ethernet driver.
10
11 Both the linux-2.0.x and linux-2.4.x kernels are supported, and both the
12 uC-libc and uClibc libraries as well. (Note that glibc is *not* supported
13 on this target).
14
15 The build process results in a file, images/image.bin, that can be loaded
16 into the M5272C3 board using the builtin dBUG firmware.
17
18 To load using the ethernet network download: 
19
20     dn -i image.bin
21
22 To start up the image use: 
23
24     go 0x20000
25
26 The serial port console is configured to be the first ColdFire UART. On the
27 M5272C3 board this is the same serial port that dBUG runs on. Its is the
28 port labeled "Terminal". uClinux/Coldfire configures this port for 19200
29 baud, 8 data bits, no parity, 1 stop bit. You should see the kernel boot
30 messages come out on this port, and uClinux/Coldfire will boot to an
31 interactive Linux shell. 
32
33 You could also use the serial port download. The serial download is slow,
34 it will take several minutes to load the image. You must use an S-record
35 format binary when loading over the serial line. (You can use
36 m68k-elf-objcopy to convert the binary file to S-Record format.) 
37