4564|7

1

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

帮忙看看wince 为什么没有起来 [复制链接]

RomBOOT
>By www.mcuzone.com ...
FMD_DirectRead lasted 0 ms for 0x46 bytes (timer granularity is 400)

Press [ENTER] to launch image stored in flash or [SPACE] to cancel.
Initiating image launch in   5 seconds

Ethernet Boot Loader Configuration :

0) Mac address .......... (00:12:72:72:20:20)
1) Ip address ........... (192.168.111.115)
2) Subnet Mask address .. (255.255.255.0)
3) DHCP ................. (Disabled)
4) Boot delay (seconds).. (5)
5) Frequency settings ... (core at 180, bus divider 2)
6) Download device....... (Ethernet)
7) Debug device.......... (None)
8) Download image to..... (SDRAM)
9) Launch existing flash resident image at startup

l) Launch flash resident image now
d) Download from Ethernet now
s) Save configuration now
r) Restore default configuration and save now
n) Image flash menu
>System ready!
Preparing for download...

INFO: Trying to initialize the internal NIC (EMACB)...
pEmac->EMAC_SA1L=  72721200
pEmac->EMAC_SA1H= 2020
Init Emac Ethernet controler
Enter in AT91F_EmacEntry  base = 0xbffbc000
EMACB revision 0x1010c
->Enter in AT91F_EMACInit
Found Phy (DM9161A) at address 0
CONTROL REG : 0x3100
STATUS REG : 0x7869
CONTROL REG : 0x3100
STATUS REG : 0x786d

EMAC Init : 100 Mbit/s FULL DUPLEX (RMII)
EDBG:AT91Init Reading MAC address 0x1200 0x7272 0x2020
INFO: EMACB Ethernet controller initialized.
+EbootSendBootmeAndWaitForTftp
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
Packet has the following data:
  boot.bin[NULL]octet[NULL]
TFTP packet could have 1 name/value pairs
Locked Down Link 1
Src IP 192.168.111.115 Port 03D4   Dest IP 192.168.111.111 Port 0DC2
Default TFTP block size set to: 512 bytes
There were no options detected in the TFTP
EthDown::TFTPD_OPEN::boot.bin
-EbootSendBootmeAndWaitForTftp

BL_IMAGE_TYPE_BIN

XXXXXXXXXXXXXXXXXXXXXXXXXTX underrun, resetting buffers, status = 60
bForceTX
Sent Frame error
XXXXXXXXXXXXTX underrun, resetting buffers, status = 60
bForceTX
Sent Frame error
XXXXXXXXXXXXXXXXXXXXXXXTX underrun, resetting buffers, status = 60
bForceTX
Sent Frame error
XXXXXXXXXXTX underrun, resetting buffers, status = 60
bForceTX
Sent Frame error
XXXXXXXrom_offset=0x0.
XXImageStart = 0x8006C000, ImageLength = 0x5DCCA0, LaunchAddr = 0x8006D000

Completed file(s):
-------------------------------------------------------------------------------
[0]: Address=0x8006C000  Length=0x5DCCA0  Name="" Target=RAM
ROMHDR at Address 8006C044h
Got EDBG_CMD_JUMPIMG
Got EDBG_CMD_CONFIG, flags:0x00000000
Launching windows CE image by jumping at address 0x2006d000Master Cl-------------------
|PLLA : 199680000 Hz|
|PLLB : 95846400 Hz|
--------------------
Configuring EBI1 CS0 for PSRAM...
Master Clock is 49920000 Hz
OALTimerInit
+OALTimerInit
Master Clock is 49920000 Hz
Test : 0xc30
g_oalTimer.msecPerSysTick : 0x1
g_oalTimer.countsPerMSec : 0xc30
g_oalTimer.countsMargin : 0x0
g_oalTimer.maxPeriodMSec : 0x14f
g_oalTimer.countsPerSysTick : 0xc30
g_oalTimer.actualMSecPerSysTick : 0x1
g_oalTimer.actualCountsPerSysTick : 0xc30
g_oalTimer.curCounts : 0x0
Master Clock is 49920000 Hz
-OALTimerInit
reset : User Reset
pDrvGlobalArea->bEboot == TRUE. Forcing Clean Object store
+OEMPowerManagerInit
-OEMPowerManagerInit
OALKitlStart
Firmware Init Done.
+OEMInitWatchDogTimer
AT91SAM926x_DispWatchDog 8000!
AT91SAM926x_SetWatchDogConfiguration 20000 => 5120
Clipping The Watchdog period to the maximum : 0xFFF (15996 ms)
-OEMInitWatchDogTimer (result = 15996)
Sp=ffffc7cc
OEMIoControl: Unsupported Code 0x10100b4 - device 0x0101 func 45
+OALIoCtlHalInitRTC(...)
-OALIoCtlHalInitRTC(rc = 0)
OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35
Handle Event:0x63def492, sysintr=0x10Master Clock is 49920000 Hz

此帖出自WindowsCE论坛

最新回复

这个调试信息不是很脸熟,楼主自己最终一下问题出在哪个点上吧。文件系统错误很容易导致系统起不来的!  详情 回复 发表于 2010-3-24 16:38
点赞 关注
 

回复
举报

1

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
它不想起来,所以没起来,嘎~嘎…
此帖出自WindowsCE论坛
 
 
 

回复

1

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
呵呵,这点些实在是很难看出哪里出了问题。
此帖出自WindowsCE论坛
 
 
 

回复

1

帖子

0

TA的资源

一粒金砂(初级)

4
 
在OAL层中找到:
“OEMIoControl: Unsupported Code 0x10100b4 - device 0x0101 func 45
+OALIoCtlHalInitRTC(...)
-OALIoCtlHalInitRTC(rc = 0)
OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35
Handle Event:0x63def492, sysintr=0x10Master Clock is 49920000 Hz”
这些地方,看看什么原因
此帖出自WindowsCE论坛
 
 
 

回复

1

帖子

0

TA的资源

一粒金砂(初级)

5
 
这个信息是看不出来的。呵呵。
此帖出自WindowsCE论坛
 
 
 

回复

2

帖子

0

TA的资源

一粒金砂(初级)

6
 
应该还没起文件系统吧
此帖出自WindowsCE论坛
 
 
 

回复

1

帖子

0

TA的资源

一粒金砂(初级)

7
 
似乎是oal的问题,检查下在哪儿改动了代码
此帖出自WindowsCE论坛
 
 
 

回复

1

帖子

0

TA的资源

一粒金砂(初级)

8
 
这个调试信息不是很脸熟,楼主自己最终一下问题出在哪个点上吧。文件系统错误很容易导致系统起不来的!
此帖出自WindowsCE论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表