TE9263 烧程序的问题,飞凌产品,ID:FL0913****
本帖最后由 whut_wj 于 2010-1-28 21:35 编辑今天TE9263终于到了,我没有配LCD,心想有VGA接口,直接接显示器调吧。
于是,想烧写个win ce 看看。
手册上写:
//*****************************************************************
双击光盘“Wince Demo”目录下的AT91SAM9263_demo_wince.bat 就开始烧写程序
了,烧写完成后会自动生成一个logfile.log 文件。
烧写不同名字的文件需要修改AT91SAM9263_demo_wince.tcl 文件中参数*FileName
的值,如烧写显示分辨率为800*600 的CE 映像文件则将第89 行改为kernelFileName "nk_800_600.nb0"
//*****************************************************************
我把kernelFileName 改为NK_1024_768.nb0,重启进eboot。
SAM-BA的 LOGFILE也生成了,是对的。
eboot 的参数设置也按手册上来,address设置好:
Physical Start Address : (0x80059000) : 0x8006c000
Starting ip : (0x8005a000) : 0x8006d000
Total ROM size : (0x75144c) : 0x2000000
出问题,于是我又根据“不成功就擦除flash再烧写”这句话,擦除flash再烧写,还是不行。
错误如下:
这个信息无限循环出现:
//***************************************************
//***************************************************
Debug serial initialized ........OK
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.1 Built Dec 12
2007 11:04:22
Microsoft Windows CE 5.0 Ethernet Bootloader for the AT91SAM926xEK board
Adaptation performed by ADENEO (c) 2007
Master Clock is 49996800 Hz
Master Clock is 49996800 Hz
Press to launch image stored in flash or to cancel.
Initiating image launch in 0 seconds
System ready!
Preparing for download...
+OEMLaunch (dwImageStart=0,dwImageLength=0,dwLaunchAddr=0
Initialize image flash .......Master Clock is 49996800 Hz
->ConfigChip
<-ConfigChip
->LoadBlocksInfo
LoadBlocksInfo::g_pBlocksInfo : 0x80050000
<-LoadBlocksInfo
OK
//////////////////////////////////////////////
//////////////////////////////////////////////////////////
硬件连接及驱动都没有问题,该找到的都找到了。就是WINCE内核启动不了。
感觉是地址不对,因为程序跳转到 但是是按手册上写的来设置的。
不知烧写程序还有什么特别的要注意的?
谢谢飞凌的支持! Preparing for download...
改一下eboot菜单的第7项:7) Launch existing flash resident image at startup
或者进入eboot菜单按L键 谢谢技术支持,但是,问题依旧:
选了7之后没有任何反映。只是打印出以下信息:
Ethernet Boot Loader Configuration :
0) Mac address .......... (00:12:72:72:20:20)
1) Ip address ........... (192.168.1.115)
2) Subnet Mask address .. (255.255.255.0)
3) DHCP ................. (Disabled)
4) Boot delay (seconds).. (5)
5) Frequency settings ... (core at 240, bus divider 2)
6) Download image to Flash
7) 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
>
若进入eboot菜单按L键,循环出现如下信息:
+OEMLaunch (dwImageStart=0,dwImageLength=0,dwLaunchAddr=0
Initialize image flash .......Master Clock is 50003200 Hz
->ConfigChip
<-ConfigChip
->LoadBlocksInfo
LoadBlocksInfo::g_pBlocksInfo : 0x80050000
<-LoadBlocksInfo
OK
FMD_DirectRead to 0x8006c000 from @0 30408704 bytes
Launching windows CE image by jumping at address 0x2006d000RomBOOT
>
INFO : Low Level Init : OK
Init Data flash
Starting eboot ...
Master Clock is 47996928 Hz
Target processor Frequency is 200 MHz
Target Bus Frequency is 50 MHz
Master Clock is 49996800 Hz
vga init 0x4::0x20
VGA INIT DONE
Master Clock is 49996800 Hz
Debug serial initialized ........OK
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.1 Built Dec 12
2007 11:04:22
Microsoft Windows CE 5.0 Ethernet Bootloader for the AT91SAM926xEK board
Adaptation performed by ADENEO (c) 2007
Master Clock is 49996800 Hz
Master Clock is 49996800 Hz
Press to launch image stored in flash or to cancel.
Initiating image launch in 0 seconds
System ready!
Preparing for download...
+OEMLaunch (dwImageStart=0,dwImageLength=0,dwLaunchAddr=0
Initialize image flash .......Master Clock is 49996800 Hz
->ConfigChip
<-ConfigChip
->LoadBlocksInfo
LoadBlocksInfo::g_pBlocksInfo : 0x80050000
<-LoadBlocksInfo
OK
FMD_DirectRead to 0x8006c000 from @0 30408704 bytes
Launching windows CE image by jumping at address 0x2006d000RomBOOT
>
INFO : Low Level Init : OK
Init Data flash
Starting eboot ...
Master Clock is 48003072 Hz
Target processor Frequency is 200 MHz
Target Bus Frequency is 50 MHz
Master Clock is 50003200 Hz
vga init 0x4::0x20
VGA INIT DONE
Master Clock is 50003200 Hz Total ROM size : (0x75144c) : 0x2000000
这个设置完之后需要保存(S)
页:
[1]