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