OSDN Git Service

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