blob: 3eb5d95744a43c5b1f6b17343e41037378404fca [file] [log] [blame]
wdenk9c53f402003-10-15 23:53:47 +00001Motorola MPC8540ADS and MPC8560ADS board
2
3Xianghua Xiao(X.Xiao@motorola.com)
4Created 10/15/03
5-----------------------------------------
6
71. SWITCH SETTINGS & JUMPERS
81.1 First, make sure the board default setting is consistent with the document
9 shipped with your board. Then apply the following changes:
10 SW3[1-6]="all OFF" (boot from 32bit flash, no boot sequence is used)
11 SW10[2-6]="all OFF" (turn on CPM SCC for serial port,works for 8540/8560)
12 SW11[2]='OFF for dracom, ON for draco' (single switch to toggle draco.dracom mode)
13 SW4[7-8]="OFF OFF" (enable serial ports,I'm using the top serial connector)
14 SW22[1-4]="OFF OFF ON OFF"
15 SW5[1-10[="ON ON OFF OFF OFF OFF OFF OFF OFF OFF"
16 J1 = "Enable Prog" (Make sure your flash is programmable for development)
17 Ethernet PHY connectors(J47,J56) should be removed if you want to use the ethernet.
181.2 If you want to test PCI functionality with a 33Mhz PCI card, you will have to change
19 the system clock from the default 66Mhz to 33Mhz by setting SW15[1]="OFF" and
20 SW17[8]="OFF". After that you may also need double your platform clock(SW6) because
21 the system clock is now only half of its original value.
221.3 SW6 is a very important switch, it decides your platform clock and CPU clock based on
23 the on-board system clock(default 66MHz). Check the document along with your board
24 for details.
25
262. MEMORY MAP TO WORK WITH LINUX KERNEL
272.1. For the initial bringup, we adopted a consistent memory scheme between u-boot and
28 linux kernel, you can customize it based on your system requirements:
29 DDR: 0x00000000-0x1fffffff (max 512MB)
30 PCI: 0xe0000000-0xefffffff (256MB)
31 RIO: 0xf0000000-0xf7ffffff (128MB)
32 Local SDRAM: 0xf8000000-0xfbffffff (64MB)
33 Local CSx: 0xfc000000-0xfdefffff (31MB) BCSR,RTC,ATM config,etc.
34 CCSRBAR: 0xfdf00000-0xfdffffff (1MB)
35 Flash: 0xfe000000-0xffffffff (max 32MB)
362.2 We are submitting Linux kernel patches for MPC8540 and MPC8560. Hope you will be
37 able to download them from linuxppc-2.4 public source by the time you are reading
38 this. Please make sure the kernel's ppcboot.h is consistent with U-Boot's u-boot.h,
39 then you can use two default configuration files in the kernel source as a test:
40 arch/ppc/configs/mpc8540ads_defconfig
41 arch/ppc/configs/mpc8560ads_defconfig
42
433. DEFINITIONS AND COMPILATION
443.1 Explanation on NEW definitions in include/configs/MPC8540ADS.h and include/
45 configs/MPC8560ADS.h
46 CONFIG_BOOKE BOOKE(e.g. Motorola MPC85xx, IBM 440, etc)
47 CONFIG_E500 BOOKE e500 family(Motorola)
48 CONFIG_MPC85xx MPC8540,MPC8560 and their derivatives
49 CONFIG_MPC85xx_REV1 MPC85xx Rev 1 Chip, in general you will use a Rev2
50 chip from Nov.2003. If you still see this definition
51 while you have a Rev2(and newer) chip,undef this.
52 CONFIG_MPC8540 MPC8540 specific
53 CONFIG_MPC8560 MPC8560 specific
54 CONFIG_MPC8540ADS MPC8540ADS board specific
55 CONFIG_MPC8560ADS MPC8560ADS board specific
56 CONFIG_TSEC_ENET Use on-chip 10/100/1000 ethernet for networking
57 CONFIG_SPD_EEPROM Use SPD EEPROM for DDR auto configuration, you can also
58 manual config the DDR after undef this definition.
59 CONFIG_DDR_ECC only for ECC DDR module
60 CONFIG_DDR_DLL possible DLL fix needed for Rev1 chip for more stability.
61 you can disable this if you're having a newer chip.
62 CONFIG_RAM_AS_FLASH after define this, you can load U-Boot into localbus
63 SDRAM and treat localbus SDRAM as a flash. We use this
64 memory based U-Boot before flash is working while Metrowerks
65 and Windriver are still working on their flash/JTAG tools.
66 if you can program the flash directly, undef this.
67 Other than the above definitions, the rest in the config files are straightforward.
68
69
703.2 Compilation
71 export CROSS_COMPILE=your-cross-compile-prefix(assuming you're using BASH shell)
72 cd u-boot
73 make distclean
74 make MPC8560ADS_config (or make MPC8540ADS_config)
75 make
76
774. Note on the 10/100/1000 Ethernet controller:
784.1 Sometimes after U-Boot is up, the 'tftp' won't work well with TSEC ethernet. If that
79 happens, you can try the following steps to make network work:
80 MPC8560ADS>tftp 1000000 pImage
81 (if it hangs, use Ctrl-C to quit)
82 MPC8560ADS>nm fdf24524
83 >0
84 >1
85 >. (to quit this memory operation)
86 MPC8560ADS>tftp 1000000 pImage
87
885. Screen dump:
895.1 MPC8540ADS board
90U-Boot 1.0.0-pre (Oct 15 2003 - 13:40:33)
91
92Motorola PowerPC ProcessorID=00000000 Rev. PVR=80200010
93Board: Motorola MPC8540ADS Board
94 CPU: 792 MHz
95 CCB: 264 MHz
96 DDR: 132 MHz
97 LBC: 66 MHz
98L1 D-cache 32KB, L1 I-cache 32KB enabled.
99I2C: ready
100DRAM: DDR module detected, total size:128MB.
101128 MB
102FLASH: 16 MB
103L2 cache enabled: 256KB
104*** Warning - bad CRC, using default environment
105
106In: serial
107Out: serial
108Err: serial
109Net: MOTOROLA ETHERNE
110Hit any key to stop autoboot: 0
111MPC8540ADS=> fli
112
113Bank # 1: Intel 28F640J3A (64 Mbit, 64 x 128K)
114 Size: 16 MB in 64 Sectors
115 Sector Start Addresses:
116 FF000000 FF040000 FF080000 FF0C0000 FF100000
117 FF140000 FF180000 FF1C0000 FF200000 FF240000
118 FF280000 FF2C0000 FF300000 FF340000 FF380000
119 FF3C0000 FF400000 FF440000 FF480000 FF4C0000
120 FF500000 FF540000 FF580000 FF5C0000 FF600000
121 FF640000 FF680000 FF6C0000 FF700000 FF740000
122 FF780000 FF7C0000 FF800000 FF840000 FF880000
123 FF8C0000 FF900000 FF940000 FF980000 FF9C0000
124 FFA00000 FFA40000 FFA80000 FFAC0000 FFB00000
125 FFB40000 FFB80000 FFBC0000 FFC00000 FFC40000
126 FFC80000 FFCC0000 FFD00000 FFD40000 FFD80000
127 FFDC0000 FFE00000 FFE40000 FFE80000 FFEC0000
128 FFF00000 FFF40000 FFF80000 (RO) FFFC0000 (RO)
129MPC8540ADS=> imi ff000000
130
131## Checking Image at ff000000 ...
132 Image Name: Linux-2.4.21-rc5
133 Image Type: PowerPC Linux Kernel Image (gzip compressed)
134 Data Size: 800594 Bytes = 781.8 kB
135 Load Address: 00000000
136 Entry Point: 00000000
137 Verifying Checksum ... OK
138MPC8540ADS=> bdinfo
139memstart = 0x00000000
140memsize = 0x08000000
141flashstart = 0xFF000000
142flashsize = 0x01000000
143flashoffset = 0x00000000
144sramstart = 0x00000000
145sramsize = 0x00000000
146immr_base = 0xFDF00000
147bootflags = 0x40003F80
148intfreq = 792 MHz
149busfreq = 264 MHz
150ethaddr = 00:01:AF:07:9B:8A
151eth1addr = 00:01:AF:07:9B:8B
152eth2addr = 00:01:AF:07:9B:8C
153IP addr = 10.82.0.105
154baudrate = 115200 bps
155MPC8540ADS=> printenv
156bootargs=root=/dev/nfs rw nfsroot=163.12.64.52:/localhome/r6aads/linuxppc/target ip=10.82.0.105:163.12.64.52:10.82.1.254:255.255.254.0:mpc8540ads-003:eth0:off console=ttyS0,115200
157bootcmd=bootm 0xff300000 0xff700000
158bootdelay=3
159baudrate=115200
160loads_echo=1
161ethaddr=00:01:af:07:9b:8a
162eth1addr=00:01:af:07:9b:8b
163eth2addr=00:01:af:07:9b:8c
164ipaddr=10.82.0.105
165serverip=163.12.64.52
166rootpath=/home/r6aads/mpclinux/eldk-2.0.2/ppc_82xx
167gatewayip=10.82.1.254
168netmask=255.255.254.0
169hostname=MPC8560ADS_PILOT_003
170bootfile=pImage
171stdin=serial
172stdout=serial
173stderr=serial
174
175Environment size: 560/8188 bytes
176MPC8540ADS=> bootm ff000000
177## Booting image at ff000000 ...
178 Image Name: Linux-2.4.21-rc5
179 Image Type: PowerPC Linux Kernel Image (gzip compressed)
180 Data Size: 800594 Bytes = 781.8 kB
181 Load Address: 00000000
182 Entry Point: 00000000
183 Verifying Checksum ... OK
184 Uncompressing Kernel Image ... OK
185mpc85xx_init(): exit
186id mach(): done
187MMU:enter
188Memory CAM mapping: CAM0=64Mb, CAM1=64Mb, CAM2=0Mb residual: 0Mb
189MMU:hw init
190MMU:mapin
191MMU:mapin_ram done
192MMU:setio
193MMU:exit
194Linux version 2.4.21-rc5 (@etest) (gcc version 2.95.3 20010315 (release)) #1 Wed Oct 15 09:05:42 CDT 2003
195setup_arch: enter
196setup_arch: bootmem
197mpc85xx_setup_arch
198Host Bridge Vendor ID = 1057
199Host Bridge Device ID = 3
200Host Bridge header = 0
201arch: exit
202On node 0 totalpages: 32768
203zone(0): 32768 pages.
204zone(1): 0 pages.
205zone(2): 0 pages.
206Kernel command line: root=/dev/nfs rw nfsroot=163.12.64.52:/localhome/r6aads/linuxppc/target ip=10.82.0.105:163.12.64.52:10.82.1.254:255.255.254.0:mpc8540ads-003:eth0:off console=ttyS0,115200
207openpic: enter
208OpenPIC Version 1.2 (1 CPUs and 44 IRQ sources) at fdf40000
209openpic: timer
210openpic: external
211openpic: spurious
212openpic: exit
213time_init: decrementer frequency = 33.000000 MHz
214Calibrating delay loop... 226.09 BogoMIPS
215Memory: 127488k available (1344k kernel code, 448k data, 248k init, 0k highmem)
216Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
217Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
218Mount cache hash table entries: 512 (order: 0, 4096 bytes)
219Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes)
220Page-cache hash table entries: 32768 (order: 5, 131072 bytes)
221POSIX conformance testing by UNIFIX
222PCI: Probing PCI hardware
223
224Linux NET4.0 for Linux 2.4
225Based upon Swansea University Computer Society NET3.039
226Initializing RT netlink socket
227Starting kswapd
228Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
229pty: 256 Unix98 ptys configured
230Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
231ttyS00 at 0xfdf04500 (irq = 90) is a 16550A
232ttyS01 at 0xfdf04600 (irq = 0) is a 16550A
233eth0: Three Speed Ethernet Controller Version 0.2, 00:01:af:07:9b:8a:
234eth1: Three Speed Ethernet Controller Version 0.2, 00:01:af:07:9b:8b:
235RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
236loop: loaded (max 8 devices)
237Intel(R) PRO/1000 Network Driver - version 5.0.43-k1
238Copyright (c) 1999-2003 Intel Corporation.
239PPP generic driver version 2.4.2
240PPP Deflate Compression module registered
241NET4: Linux TCP/IP 1.0 for NET4.0
242IP Protocols: ICMP, UDP, TCP, IGMP
243IP: routing cache hash table of 1024 buckets, 8Kbytes
244TCP: Hash tables configured (established 8192 bind 8192)
245IP-Config: Complete:
246 device=eth0, addr=10.82.0.105, mask=255.255.254.0, gw=10.82.1.254,
247 host=mpc8540ads-003, domain=, nis-domain=(none),
248 bootserver=163.12.64.52, rootserver=163.12.64.52, rootpath=
249NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
250Looking up port of RPC 100003/2 on 163.12.64.52
251Looking up port of RPC 100005/1 on 163.12.64.52
252VFS: Mounted root (nfs filesystem).
253Freeing unused kernel memory: 248k init
254INIT: version 2.78 booting
255Activating swap...
256Checking all file systems...
257Parallelizing fsck version 1.22 (22-Jun-2001)
258Mounting local filesystems...
259nothing was mounted
260Cleaning: /etc/network/ifstate.
261Setting up IP spoofing protection: rp_filter.
262Disable TCP/IP Explicit Congestion Notification: done.
263Configuring network interfaces: done.
264Starting portmap daemon: portmap.
265Cleaning: /tmp /var/lock /var/run.
266INIT: Entering runlevel: 2
267Starting system log daemon: syslogd klogd.
268Starting internet superserver: inetd.
269
270mpc8540ads-003 login: root
271Last login: Thu Jan 1 00:00:07 1970 on console
272Linux mpc8540ads-003 2.4.21-rc5 #1 Wed Oct 15 09:05:42 CDT 2003 ppc unknown
273
274root@mpc8540ads-003:~# ls
27521142.o aa e100.o hello.o mii.o timer.o
276root@mpc8540ads-003:~# /sbin/ifconfig
277eth0 Link encap:Ethernet HWaddr 00:01:AF:07:9B:8A
278 inet addr:10.82.0.105 Bcast:10.82.1.255 Mask:255.255.254.0
279 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
280 RX packets:4576 errors:0 dropped:0 overruns:0 frame:0
281 TX packets:2587 errors:0 dropped:0 overruns:0 carrier:0
282 collisions:0 txqueuelen:100
283 RX bytes:4457023 (4.2 Mb) TX bytes:437770 (427.5 Kb)
284 Base address:0x4000
285
286lo Link encap:Local Loopback
287 inet addr:127.0.0.1 Mask:255.0.0.0
288 UP LOOPBACK RUNNING MTU:16436 Metric:1
289 RX packets:4 errors:0 dropped:0 overruns:0 frame:0
290 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
291 collisions:0 txqueuelen:0
292 RX bytes:296 (296.0 b) TX bytes:296 (296.0 b)
293
294root@mpc8540ads-003:~# ping 163.12.64.52
295PING 163.12.64.52 (163.12.64.52): 56 data bytes
29664 bytes from 163.12.64.52: icmp_seq=0 ttl=63 time=0.2 ms
29764 bytes from 163.12.64.52: icmp_seq=1 ttl=63 time=0.1 ms
29864 bytes from 163.12.64.52: icmp_seq=2 ttl=63 time=0.1 ms
299
300--- 163.12.64.52 ping statistics ---
3013 packets transmitted, 3 packets received, 0% packet loss
302round-trip min/avg/max = 0.1/0.1/0.2 ms
303root@mpc8540ads-003:~#
304
3055.2 MPC8560ADS board
306U-Boot 1.0.0-pre (Oct 15 2003 - 13:42:04)
307
308Motorola PowerPC ProcessorID=00000000 Rev. PVR=80200010
309Board: Motorola MPC8560ADS Board
310 CPU: 792 MHz
311 CCB: 264 MHz
312 DDR: 132 MHz
313 LBC: 66 MHz
314 CPM: 264 Mhz
315L1 D-cache 32KB, L1 I-cache 32KB enabled.
316I2C: ready
317DRAM: DDR module detected, total size:128MB.
318128 MB
319FLASH: 16 MB
320L2 cache enabled: 256KB
321*** Warning - bad CRC, using default environment
322
323In: serial
324Out: serial
325Err: serial
326Net: MOTOROLA ETHERNE
327Hit any key to stop autoboot: 3
328MPC8560ADS=> bdinfo
329memstart = 0x00000000
330memsize = 0x08000000
331flashstart = 0xFF000000
332flashsize = 0x01000000
333flashoffset = 0x00000000
334sramstart = 0x00000000
335sramsize = 0x00000000
336immr_base = 0xFDF00000
337bootflags = 0x00000000
338vco = 528 MHz
339sccfreq = 132 MHz
340brgfreq = 132 MHz
341intfreq = 792 MHz
342cpmfreq = 264 MHz
343busfreq = 264 MHz
344ethaddr = 00:01:AF:07:9B:8A
345eth1addr = 00:01:AF:07:9B:8B
346eth2addr = 00:01:AF:07:9B:8C
347IP addr = 10.82.0.105
348baudrate = 115200 bps
349MPC8560ADS=> printenv
350bootargs=root=/dev/nfs rw nfsroot=163.12.64.52:/localhome/r6aads/linuxppc/target ip=10.82.0.105:163.12.64.52:10.82.1.254:255.255.254.0:mpc8560ads-003:eth0:off console=ttyS0,115200
351bootcmd=bootm 0xff400000 0xff700000
352bootdelay=3
353baudrate=115200
354loads_echo=1
355ethaddr=00:01:af:07:9b:8a
356eth1addr=00:01:af:07:9b:8b
357eth2addr=00:01:af:07:9b:8c
358ipaddr=10.82.0.105
359serverip=163.12.64.52
360rootpath=/home/r6aads/mpclinux/eldk-2.0.2/ppc_82xx
361gatewayip=10.82.1.254
362netmask=255.255.254.0
363hostname=MPC8560ADS_PILOT_003
364bootfile=pImage
365stdin=serial
366stdout=serial
367stderr=serial
368
369Environment size: 560/8188 bytes
370MPC8560ADS=> fli
371
372Bank # 1: Intel 28F640J3A (64 Mbit, 64 x 128K)
373 Size: 16 MB in 64 Sectors
374 Sector Start Addresses:
375 FF000000 FF040000 FF080000 FF0C0000 FF100000
376 FF140000 FF180000 FF1C0000 FF200000 FF240000
377 FF280000 FF2C0000 FF300000 FF340000 FF380000
378 FF3C0000 FF400000 FF440000 FF480000 FF4C0000
379 FF500000 FF540000 FF580000 FF5C0000 FF600000
380 FF640000 FF680000 FF6C0000 FF700000 FF740000
381 FF780000 FF7C0000 FF800000 FF840000 FF880000
382 FF8C0000 FF900000 FF940000 FF980000 FF9C0000
383 FFA00000 FFA40000 FFA80000 FFAC0000 FFB00000
384 FFB40000 FFB80000 FFBC0000 FFC00000 FFC40000
385 FFC80000 FFCC0000 FFD00000 FFD40000 FFD80000
386 FFDC0000 FFE00000 FFE40000 FFE80000 FFEC0000
387 FFF00000 FFF40000 FFF80000 (RO) FFFC0000 (RO)
388MPC8560ADS=> imi ff100000
389
390## Checking Image at ff100000 ...
391 Image Name: Linux-2.4.21-rc5
392 Image Type: PowerPC Linux Kernel Image (gzip compressed)
393 Data Size: 755361 Bytes = 737.7 kB
394 Load Address: 00000000
395 Entry Point: 00000000
396 Verifying Checksum ... OK
397MPC8560ADS=> tftp 1000000 pImage.dracom.public
398TFTP from server 163.12.64.52; our IP address is 10.82.0.105; sending through gateway 10.82.1.254
399Filename 'pImage.dracom.public'.
400Load address: 0x1000000
401Loading: *#################################################################
402 #################################################################
403 ##################
404done
405Bytes transferred = 755425 (b86e1 hex)
406MPC8560ADS=> bootm ff100000
407## Booting image at ff100000 ...
408 Image Name: Linux-2.4.21-rc5
409 Image Type: PowerPC Linux Kernel Image (gzip compressed)
410 Data Size: 755361 Bytes = 737.7 kB
411 Load Address: 00000000
412 Entry Point: 00000000
413 Verifying Checksum ... OK
414 Uncompressing Kernel Image ... OK
415mpc85xx_init(): exit
416id mach(): done
417MMU:enter
418Memory CAM mapping: CAM0=64Mb, CAM1=64Mb, CAM2=0Mb residual: 0Mb
419MMU:hw init
420MMU:mapin
421MMU:mapin_ram done
422MMU:setio
423MMU:exit
424Linux version 2.4.21-rc5 (@etest) (gcc version 2.95.3 20010315 (release)) #2 Wed Oct 15 09:13:46 CDT 2003
425setup_arch: enter
426setup_arch: bootmem
427mpc85xx_setup_arch
428Host Bridge Vendor ID = 1057
429Host Bridge Device ID = 3
430Host Bridge header = 0
431arch: exit
432On node 0 totalpages: 32768
433zone(0): 32768 pages.
434zone(1): 0 pages.
435zone(2): 0 pages.
436Kernel command line: root=/dev/nfs rw nfsroot=163.12.64.52:/localhome/r6aads/linuxppc/target ip=10.82.0.105:163.12.64.52:10.82.1.254:255.255.254.0:mpc8560ads-003:eth0:off console=ttyS0,115200
437openpic: enter
438OpenPIC Version 1.2 (1 CPUs and 44 IRQ sources) at fdf40000
439openpic: timer
440openpic: external
441openpic: spurious
442openpic: exit
443time_init: decrementer frequency = 33.000000 MHz
444Calibrating delay loop... 226.09 BogoMIPS
445Memory: 127624k available (1276k kernel code, 384k data, 236k init, 0k highmem)
446Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
447Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
448Mount cache hash table entries: 512 (order: 0, 4096 bytes)
449Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes)
450Page-cache hash table entries: 32768 (order: 5, 131072 bytes)
451POSIX conformance testing by UNIFIX
452PCI: Probing PCI hardware
453
454Linux NET4.0 for Linux 2.4
455Based upon Swansea University Computer Society NET3.039
456Initializing RT netlink socket
457Starting kswapd
458Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
459CPM UART driver version 0.01
460ttyS0 on SCC1 at 0x8000, BRG1
461UART interrupt installed(40)
462pty: 256 Unix98 ptys configured
463eth0: Three Speed Ethernet Controller Version 0.2, 00:01:af:07:9b:8a:
464eth1: Three Speed Ethernet Controller Version 0.2, 00:01:af:07:9b:8b:
465RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
466loop: loaded (max 8 devices)
467Intel(R) PRO/1000 Network Driver - version 5.0.43-k1
468Copyright (c) 1999-2003 Intel Corporation.
469PPP generic driver version 2.4.2
470PPP Deflate Compression module registered
471NET4: Linux TCP/IP 1.0 for NET4.0
472IP Protocols: ICMP, UDP, TCP, IGMP
473IP: routing cache hash table of 1024 buckets, 8Kbytes
474TCP: Hash tables configured (established 8192 bind 8192)
475IP-Config: Complete:
476 device=eth0, addr=10.82.0.105, mask=255.255.254.0, gw=10.82.1.254,
477 host=mpc8560ads-003, domain=, nis-domain=(none),
478 bootserver=163.12.64.52, rootserver=163.12.64.52, rootpath=
479NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
480Looking up port of RPC 100003/2 on 163.12.64.52
481Looking up port of RPC 100005/1 on 163.12.64.52
482VFS: Mounted root (nfs filesystem).
483Freeing unused kernel memory: 236k init
484INIT: version 2.78 booting
485Activating swap...
486Checking all file systems...
487Parallelizing fsck version 1.22 (22-Jun-2001)
488Mounting local filesystems...
489nothing was mounted
490Cleaning: /etc/network/ifstate.
491Setting up IP spoofing protection: FAILED
492Configuring network interfaces: done.
493Starting portmap daemon: portmap.
494Cleaning: /tmp /var/lock /var/run.
495INIT: Entering runlevel: 2
496Starting system log daemon: syslogd klogd.
497Starting internet superserver: inetd.
498
499mpc8560ads-003 login: root
500Last login: Thu Jan 1 00:00:05 1970 on console
501Linux mpc8560ads-003 2.4.21-rc5 #2 Wed Oct 15 09:13:46 CDT 2003 ppc unknown
502
503root@mpc8560ads-003:~# ls
50421142.o aa e100.o hello.o mii.o timer.o
505root@mpc8560ads-003:~# cd /
506root@mpc8560ads-003:/# ls
507bin boot dev etc home lib mnt opt proc root sbin tmp usr var
508root@mpc8560ads-003:/# /sbin/ifconfig
509eth0 Link encap:Ethernet HWaddr 00:01:AF:07:9B:8A
510 inet addr:10.82.0.105 Bcast:10.82.1.255 Mask:255.255.254.0
511 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
512 RX packets:4608 errors:0 dropped:0 overruns:0 frame:0
513 TX packets:2610 errors:0 dropped:0 overruns:0 carrier:0
514 collisions:0 txqueuelen:100
515 RX bytes:4465943 (4.2 Mb) TX bytes:440944 (430.6 Kb)
516 Base address:0x4000
517
518lo Link encap:Local Loopback
519 inet addr:127.0.0.1 Mask:255.0.0.0
520 UP LOOPBACK RUNNING MTU:16436 Metric:1
521 RX packets:4 errors:0 dropped:0 overruns:0 frame:0
522 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
523 collisions:0 txqueuelen:0
524 RX bytes:296 (296.0 b) TX bytes:296 (296.0 b)
525
526root@mpc8560ads-003:/# ping 163.12.64.52
527PING 163.12.64.52 (163.12.64.52): 56 data bytes
52864 bytes from 163.12.64.52: icmp_seq=0 ttl=63 time=0.1 ms
52964 bytes from 163.12.64.52: icmp_seq=1 ttl=63 time=0.1 ms
53064 bytes from 163.12.64.52: icmp_seq=2 ttl=63 time=0.1 ms
531
532--- 163.12.64.52 ping statistics ---
5333 packets transmitted, 3 packets received, 0% packet loss
534round-trip min/avg/max = 0.1/0.1/0.1 ms
535root@mpc8560ads-003:/#