User guide

Preparing the MPC8568E-MDS-PB Board
Preparing for Linux® Application Development
19
MPC8568E Kit Configuration Guide
11. Test the processor board’s IP network connection.
a. At any computer on the network, enter this command:
ping
IPAddress
(where
IPAddress
is the IP address you assigned to Ethernet port J10 of the
processor board).
The ping utility displays messages like these:
PING 10.82.191.3 (10.82.191.3): 56 data bytes
64 bytes from 10.82.191.3: icmp_seq=0 ttl=64 time=0.1 ms
64 bytes from 10.82.191.3: icmp_seq=1 ttl=64 time=0.0 ms
64 bytes from 10.82.191.3: icmp_seq=2 ttl=64 time=0.0 ms
64 bytes from 10.82.191.3: icmp_seq=3 ttl=64 time=0.0 ms
64 bytes from 10.82.191.3: icmp_seq=4 ttl=64 time=0.0 ms
--- 10.82.191.3 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.1 ms
(where 10.82.191.3 is the IP address assigned to the board’s Ethernet port).
b. Press Ctrl-C.
The ping utility exits.
12. At the prompt, enter this command:
~ # apptrk :1000 &
The CodeWarrior Target-Resident Kernel (AppTRK) runs in the background on the
processor board and listens on port 1000 for CodeWarrior debugger connections.
The terminal emulator redisplays the # prompt.
The MPC8568E-MDS-PB board is now ready to run Linux applications under control of
the CodeWarrior debugger. See “Creating and Debugging an MPC8568E-MDS-PB
Project” on page 43 for instructions that explain how to create and debug such an
application.