OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / Documentation / ARNEWSH-5307-HOWTO
1 Arnewsh 5307 Evaluation Board
2 -----------------------------
3
4 The Arnewsh 5307 boards come equiped with 8MB of RAM as standard. The default
5 configuration in uClinux-dist for this board assumes this much RAM, and
6 cannot auto detect how much is present (due to the broken watchdog timer of
7 the early mask 5307 silicon).
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
14 loaded into the A5307 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 Arnewsh 5307 board this is the same serial port that dBUG runs on. Its is
26 the 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