OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / Documentation / MOTOROLA-M5282EVB-HOWTO
1 Motorola M5282EVB Evaluation Board
2 ----------------------------------
3
4 The Motorola M5282EVB board comes standard with 8MB SDRAM, builtin 10/100 Mb
5 ethernet controller, 512kB of internal flash, and a host of other builtin
6 peripherals.
7
8 The linux-2.4.x and linux-2.6.x kernels are supported, and both the uC-libc
9 and uClibc libraries as well. (Note that glibc is *not* supported on this
10 target).
11
12 The build process results in a file, images/image.bin, that can be loaded
13 into the M5282EVB 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 0x10000
22
23 The serial port console is configured to be the first ColdFire UART. On the
24 M5282EVB 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