OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / Documentation / FREESCALE-M5275EVB-HOWTO
1 Freescale M5275EVB Evaluation Board
2 -----------------------------------
3
4 The new Freescale M5275EVB development board comes with 16MB SDRAM, and
5 has 2 internal FEC ethernet devices.
6
7 Both the linux-2.4.x and linux-2.6.x kernels are supported, and both the
8 uC-libc and uClibc libraries as well. (Note that glibc is *not* supported
9 on this target). There is no linux-2.0.x kernel support for this board.
10
11 The build process results in a file, images/image.bin, that can be loaded
12 into the M5275EVB board using the builtin dBUG firmware.
13
14 To load using the ethernet network download: 
15
16     dn -i image.bin
17
18 To start up the image use: 
19
20     go 0x20000
21
22 The serial port console is configured to be the first ColdFire UART. On the
23 M5275EVB board this is the same serial port that dBUG runs on. Its is the
24 port labeled "Terminal". uClinux/Coldfire configures this port for 19200
25 baud, 8 data bits, no parity, 1 stop bit. You should see the kernel boot
26 messages come out on this port, and uClinux/Coldfire will boot to an
27 interactive Linux shell. 
28
29 You could also use the serial port download. The serial download is slow,
30 it will take several minutes to load the image. You must use an S-record
31 format binary when loading over the serial line. (You can use
32 m68k-elf-objcopy to convert the binary file to S-Record format.) 
33