Quick Start Guide

VMware Image for Linux Software Developers Kit (SDK) Quick Start Guide 9
4
4
.
.
L
L
o
o
a
a
d
d
i
i
n
n
g
g
F
F
i
i
r
r
m
m
w
w
a
a
r
r
e
e
I
I
m
m
a
a
g
g
e
e
s
s
To load the Linux firmware images on the target:
1. From the host computer, open a terminal emulation program for the serial port.
2. Configure the following serial port settings:
baud rate: 115200
data length: 8
parity: None
stop bit: 1
flow control: None
3. Turn the power on to the target board.
4. Use the set command at the dBUG> prompt for the following:
dBUG> set watchdog off
dBUG> set base hex
dBUG> set baud 115200
dBUG> set autoboot net
dBUG> set server <TFTP server address(e.g. 192.168.0.10)>
dBUG> set client <target IP address(e.g. 192.168.0.1)>
dBUG> set gateway <gateway address(e.g. 0.0.0.0)>
dBUG> set netmask <network mask(e.g. 255.255.255.0]>
dBUG> set filename image.bin
dBUG> set filetype image
dBUG> set ethaddr default
dBUG> set dns <DNS server address(e.g. 0.0.0.0)>
dBUG> set kcl rootfstype=romfs
5. Download image.bin.
dBUG> dn
dBUG> go