Initializing Arena.
Initializing Devices.
Parallel flash device: name AM29LV320MT, id 0x2201, size 16384KB
CPU type 0x2A010: 300MHz, Bus: 133MHz, Ref: 64MHz
CPU running TP0
Total memory: 33554432 bytes (32MB)
Total memory used by CFE: 0x80401000 - 0x80527C50 (1207376)
Initialized Data: 0x8041D580 - 0x8041F480 (7936)
BSS Area: 0x8041F480 - 0x80425C50 (26576)
Local Heap: 0x80425C50 - 0x80525C50 (1048576)
Stack Area: 0x80525C50 - 0x80527C50 (8192)
Text (code) segment: 0x80401000 - 0x8041D57C (116092)
Boot area (physical): 0x00528000 - 0x00568000
Relocation Factor: I:00000000 - D:00000000
** Flash image not found. **
Board IP address : 192.168.1.1:ffffff00
Host IP address : 192.168.1.100
Gateway IP address :
Run from flash/host (f/h) : f
Default host run file name : vmlinux
Default host flash file name : bcm963xx_fs_kernel
Boot delay (0-9 seconds) : 1
Board Id (0-8) : 96358GWVG
Number of MAC Addresses (1-32) : 12
Base MAC Address : 00:10:18:00:00:00
PSI Size (1-64) KBytes : 24
Main Thread Number [0|1] : 0
web info: Waiting for connection on socket 0.
CFE>
我自己又琢磨了一下,有点进展:
自己仔细读了一下那些提示信息,发现最后一行写着web info: Waiting for connection on socket 0.大意应该是Web访问在接口0那里等待连接。我想应该指的是LAN1那里才提供Web服务吧,于是尝试着把网线接到LAN1上,果然可以Ping通192.168.1.1,并且可以upload固件了!