57

帖子

0

TA的资源

一粒金砂(初级)

21
 
引用 19 楼 csdeny 的回复:
6410 usb调试老版本应该就可以的。我是用网口做的,usb的没试过


跟CE的组件选择应该没有关系吧?因为我看到要用USB KITL功能就必须SET BSP_NOUSBFN=1,也就是禁止USBFN的功能.

还在网上看到跟什么计算机的防火墙设置有关系什么的.

回复

66

帖子

0

TA的资源

一粒金砂(初级)

22
 
我现在 在用6410+WinCE6.0想办法使能Kitl,感觉就差一点点了……
我关闭防火墙试试
 
 

回复

80

帖子

0

TA的资源

一粒金砂(初级)

23
 
就走到这地方了
INFO: Probe: DM9000 is detected.
DM9000: MAC Address: 12:34:56:78:9a:bc
System ready!
Preparing for download...
INFO: *** Device Name 'SMDK641039612' ***
INFO: Using static IP address 1218194.
INFO: Using subnet mask 25252528.
+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
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.199.44 Port 03D4   Dest IP 192.168.199.43 Port 0AA2
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


Download BIN file information:
-----------------------------------------------------
[0]: Base Address=0x80100000  Length=0x2970290
-----------------------------------------------------
RAM image
 
 
 

回复

82

帖子

0

TA的资源

一粒金砂(初级)

24
 
引用 22 楼 haiou_arm 的回复:
就走到这地方了
INFO: Probe: DM9000 is detected.
DM9000: MAC Address: 12:34:56:78:9a:bc
System ready!
Preparing for download...
INFO: *** Device Name 'SMDK641039612' ***
INFO: Using static IP address 1218194.
INFO: Using subnet mask 25252528.
+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
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.199.44 Port 03D4? Dest IP 192.168.199.43 Port 0AA2
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


Download BIN file information:
-----------------------------------------------------
[0]: Base Address=0x80100000? Length=0x2970290
-----------------------------------------------------
RAM image

你的是网络的方式吧!
 
 
 

回复

67

帖子

0

TA的资源

一粒金砂(初级)

25
 
回楼上,是网络的,后来仔细看了kitl_cfg.h,kitl.h还有kitl的source文件,发现好像不支持网络的Kitl。现改成USB后,DNW输出如下:
kitlArgs.devLoc.LogicalLoc. 0x7c000000
kitlArgs.devLoc.PhysicalLoc 0x0
kitlArgs.devLoc.Pin........ 96
kitlArgs.ip4address........ 0.0.0.0
[KITL] Call OALKitlInit()

DeviceId................. 6410USBSerKITL

pArgs->flags............. 0x11

pArgs->devLoc.IfcType.... -1

pArgs->devLoc.LogicalLoc. 0x7C000000

pArgs->devLoc.PhysicalLoc 0x0

pArgs->devLoc.Pin........ 96

pArgs->ip4address........ 0

pDevice->Name............  s

pDevice->ifcType......... -1

pDevice->id.............. 0x7C000000

pDevice->resource........ 0

pDevice->type............ 1

pDevice->pDriver......... 0x82A89028

Wait for connecting
Error : Current Mode is Host
WARN: KITL will run in polling mode


Connecting to Desktop

Connecting to Desktop .. resending

Connecting to Desktop .. resending

Connecting to Desktop .. resending

Connecting to Desktop .. resending
然后就永远的 resending了……有人知道怎么回事吗?不知道楼主的问题解决没?
 
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

26
 
引用 24 楼 haiou_arm 的回复:
回楼上,是网络的,后来仔细看了kitl_cfg.h,kitl.h还有kitl的source文件,发现好像不支持网络的Kitl。现改成USB后,DNW输出如下:
kitlArgs.devLoc.LogicalLoc. 0x7c000000
kitlArgs.devLoc.PhysicalLoc 0x0
kitlArgs.devLoc.Pin........ 96
kitlArgs.ip4address........ 0.0.0.0
[KITL] Call OALKitlInit()

DeviceId................. 6410USBSerKITL

pArgs->flags............. 0x11

pArgs->devLoc.IfcType.... -1

pArgs->devLoc.LogicalLoc. 0x7C000000

pArgs->devLoc.PhysicalLoc 0x0

pArgs->devLoc.Pin........ 96

pArgs->ip4address........ 0

pDevice->Name............? s

pDevice->ifcType......... -1

pDevice->id.............. 0x7C000000

pDevice->resource........ 0

pDevice->type............ 1

pDevice->pDriver......... 0x82A89028

Wait for connecting Error : Current Mode is Host WARN: KITL will run in polling mode

Connecting to Desktop

Connecting to Desktop .. resending

Connecting to Desktop .. resending

Connecting to Desktop .. resending

Connecting to Desktop .. resending
然后就永远的 resending了……有人知道怎么回事吗?不知道楼主的问题解决没?


我用USB来弄,还没成功,没弄过通过网络.
 
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

27
 
我现在也该用USB实现Kitl,打印信息如24楼,红色部分为出错部分,但看了半天代码了,就是找不到什么时候变成 HOST 的……郁闷死了!请高手出招啊

不知道楼主现在情况怎么样?到哪一步了?建议楼主在kitl_cfg.h中添加#define KITL_USBSERIAL 试试

引用 25 楼 xqhrs232 的回复:
引用 24 楼 haiou_arm 的回复:回楼上,是网络的,后来仔细看了kitl_cfg.h,kitl.h还有kitl的source文件,发现好像不支持网络的Kitl。现改成USB后,DNW输出如下: kitlArgs.devLoc.LogicalLoc. 0x7c000000 kitlArgs.devLoc.PhysicalLoc 0x0 kitlArgs.devLoc.Pin........ 96 kitlArgs.ip4address........ 0.0.0.0 [KITL] Call OALKitlInit() DeviceId................. 6410USBSerKITL pArgs->flags............. 0x11 pArgs->devLoc.IfcType.... -1 pArgs->devLoc.LogicalLoc. 0x7C000000 pArgs->devLoc.PhysicalLoc 0x0 pArgs->devLoc.Pin........ 96 pArgs->ip4address........ 0 pDevice->Name............? s pDevice->ifcType......... -1 pDevice->id.............. 0x7C000000 pDevice->resource........ 0 pDevice->type............ 1 pDevice->pDriver......... 0x82A89028 Wait for connecting Error : Current Mode is Host WARN: KITL will run in polling mode Connecting to Desktop Connecting to Desktop .. resending Connecting to Desktop .. resending Connecting to Desktop .. resending Connecting to Desktop .. resending 然后就永远的 resending了……有人知道怎么回事吗?不知道楼主的问题解决没?

我用USB来弄,还没成功,没弄过通过网络.
 
 
 

回复

77

帖子

0

TA的资源

一粒金砂(初级)

28
 
引用 26 楼 haiou_arm 的回复:
我现在也该用USB实现Kitl,打印信息如24楼,红色部分为出错部分,但看了半天代码了,就是找不到什么时候变成 HOST 的……郁闷死了!请高手出招啊

不知道楼主现在情况怎么样?到哪一步了?建议楼主在kitl_cfg.h中添加#define KITL_USBSERIAL试试

引用 25 楼 xqhrs232 的回复:引用 24 楼 haiou_arm 的回复:回楼上,是网络的,后来仔细看了kitl_cfg.h,kitl.h还有kitl的source文件,发现好像不支持网络的Kitl。现改成USB后,DNW输出如下: kitlArgs.devLoc.LogicalLoc. 0x7c000000 kitlArgs.devLoc.PhysicalLoc 0x0 kitlArgs.devLoc.Pin........ 96 kitlArgs.ip4address........ 0.0.0.0 [KITL] Call OALKitlInit() DeviceId................. 6410USBSerKITL pArgs->flags............. 0x11 pArgs->devLoc.IfcType.... -1 pArgs->devLoc.LogicalLoc. 0x7C000000 pArgs->devLoc.PhysicalLoc 0x0 pArgs->devLoc.Pin........ 96 pArgs->ip4address........ 0 pDevice->Name............? s pDevice->ifcType......... -1 pDevice->id.............. 0x7C000000 pDevice->resource........ 0 pDevice->type............ 1 pDevice->pDriver......... 0x82A89028 Wait for connecting Error : Current Mode is Host WARN: KITL will run in polling mode Connecting to Desktop Connecting to Desktop .. resending Connecting to Desktop .. resending Connecting to Desktop .. resending Connecting to Desktop .. resending 然后就永远的 resending了……有人知道怎么回事吗?不知道楼主的问题解决没? 我用USB来弄,还没成功,没弄过通过网络.

不知道LS用的6410的BSP包是那个版本的,定义KITL_USBSERIAL ???为什么?我在整个BSP包里面没见到用到这个宏定义啊!!!
 
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

29
 
Wait for connecting Error : Current Mode is Host WARN: KITL will run in polling mode

我没出现这样的情况啊!!!
 
 
 

回复

82

帖子

0

TA的资源

一粒金砂(初级)

30
 
不用定义:搞错了

引用 27 楼 xqhrs232 的回复:
引用 26 楼 haiou_arm 的回复:我现在也该用USB实现Kitl,打印信息如24楼,红色部分为出错部分,但看了半天代码了,就是找不到什么时候变成 HOST 的……郁闷死了!请高手出招啊 不知道楼主现在情况怎么样?到哪一步了?建议楼主在kitl_cfg.h中添加#define KITL_USBSERIAL试试 引用 25 楼 xqhrs232 的回复:引用 24 楼 haiou_arm 的回复:回楼上,是网络的,后来仔细看了kitl_cfg.h,kitl.h还有kitl的source文件,发现好像不支持网络的Kitl。现改成USB后,DNW输出如下: kitlArgs.devLoc.LogicalLoc. 0x7c000000 kitlArgs.devLoc.PhysicalLoc 0x0 kitlArgs.devLoc.Pin........ 96 kitlArgs.ip4address........ 0.0.0.0 [KITL] Call OALKitlInit() DeviceId................. 6410USBSerKITL pArgs->flags............. 0x11 pArgs->devLoc.IfcType.... -1 pArgs->devLoc.LogicalLoc. 0x7C000000 pArgs->devLoc.PhysicalLoc 0x0 pArgs->devLoc.Pin........ 96 pArgs->ip4address........ 0 pDevice->Name............? s pDevice->ifcType......... -1 pDevice->id.............. 0x7C000000 pDevice->resource........ 0 pDevice->type............ 1 pDevice->pDriver......... 0x82A89028 Wait for connecting Error : Current Mode is Host WARN: KITL will run in polling mode Connecting to Desktop Connecting to Desktop .. resending Connecting to Desktop .. resending Connecting to Desktop .. resending Connecting to Desktop .. resending 然后就永远的 resending了……有人知道怎么回事吗?不知道楼主的问题解决没? 我用USB来弄,还没成功,没弄过通过网络.
不知道LS用的6410的BSP包是那个版本的,定义KITL_USBSERIAL???为什么?我在整个BSP包里面没见到用到这个宏定义啊!!!
 
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

31
 
关注中,如果楼主解决了的话,希望能共享一下啊!
 
 
 

回复

66

帖子

0

TA的资源

一粒金砂(初级)

32
 
碰到同样问题,还没有解决呢
 
 
 

回复

80

帖子

0

TA的资源

一粒金砂(初级)

33
 
这个我在调试kitl也遇到过,后来发现给的kitl中的usb驱动ms有问题,按eboot的usb驱动修改就可以了
 
 
 

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

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

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

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

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

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

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

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