OSDN Git Service

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