OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / Documentation / MOTOROLA-M5206eLITE-HOWTO
1 Motorola M5206eLITE Evaluation Board
2 ------------------------------------
3
4 The Motorola 5206eLITE board comes as standard with 1MB static RAM, and no
5 ethernet network support. You will need to use the small image on a standard
6 board. Loading the image can only be done over the serial port of the eLITE,
7 so you will need to get the S-Record format images.
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 M5206eLITE board.
15
16 To load using the serial port download: 
17
18     dl 0x30020000
19
20 At this point you will need to instruct your terminal emulator to send the
21 file image.srec over the serial line. How to do this varies between different
22 terminal emulators, so consult your software's documentation if unsure.
23
24 To start the image use:
25
26     go 0x30020000
27
28 The serial port console is configured to be the first ColdFire UART. On the
29 Motorola 5206eLITE board this is the same port as dBUG runs on. uClinux
30 configures this serial port for 19200 baud, 8 data bits, no parity, 1 stop
31 bit (the same as the dBUG default). Once you issue the go command (above)
32 you should see the kernel boot to an interactive shell.
33