针对新板调试,不针对EVM板。
TI XDS560连上DM8168 20pin仿真接口
launch 8168.ccxml,右击CortexA8,选择Connect Target
出现错误如下:
“Error connecting to the target: (Error -181 @ 0x0)
The controller has detected a dead JTAG cloc...
分类:
其他好文 时间:
2014-10-22 15:55:41
阅读次数:
266
1. 下载:下载页面:http://vimcdoc.sourceforge.net/选择“Latest platform independent tarball, including an Linux/BSD installation script”【1】下载。2. 安装:网上好多人所说的“解压,把...
分类:
系统相关 时间:
2014-10-22 14:31:57
阅读次数:
248
实现功能:使用自己已经分配的内存让skb->data指向,而不是使用alloc_malloc()。部分代码如下: 1 /* 2 * build a new sk_buff 3 */ 4 //stru...
分类:
其他好文 时间:
2014-10-22 12:47:29
阅读次数:
384
今天发现电脑的系统时间不正确,因此将时钟进行了修改,回头编译LInux kernel的时候,提示如下的warning:
warning: Clock skew detected. Your build may be incomplete.
第一感觉就是系统时间造成的,于是查找了一些资料,这个错误是由于系统时间比文件修改时间早造成的。通俗点说就是,现在是下午三点,而你的文件的时...
分类:
其他好文 时间:
2014-10-20 15:10:14
阅读次数:
138
1、环境centos 6.5 64 bitglusterfs-3.52、配置yum源http://download.gluster.org/pub/gluster/glusterfs/repos/YUM/glusterfs-3.5/LATEST/CentOS/glusterfs-epel.repow...
分类:
其他好文 时间:
2014-10-20 13:06:05
阅读次数:
259
一、问题简述: XAMPP 在使用一段时间后,Apache服务无法启动。二、详细描述: 安装Xampp服务器套件之后,部署使用正常。一段时间未使用,再次打开时,Apache服务无法启动。错误提示如下:11:28:29 [Apache] Status change detected: runni...
分类:
Web程序 时间:
2014-10-19 19:54:23
阅读次数:
161
1、下载egit插件http://www.eclipse.org/egit/http://www.eclipse.org/egit/download/Installing the Latest Release: 3.5.1.201410131835-rTo install via one of th...
分类:
系统相关 时间:
2014-10-18 16:38:49
阅读次数:
262
在asp.net mvc2中使用web编辑器提交表单时,出现如下错误: A potentially dangerous Request.Form value was detected from the client 这是由于内容中包含html标签造成的。要怎么解决这个问题呢?错误提示本身有...
分类:
Web程序 时间:
2014-10-16 14:17:02
阅读次数:
155
死锁:是指是指两个或两个以上的进程在执行过程中,因争夺资源而造成的一种互相等待的现象,若无外力作用,它们都将无法推进下去。此时称系统处于死锁状态或系统产生了死锁,这些永远在互相等待的进程称为死锁进程。未完待续、、、如上图,死锁的状况:资源R1的拥有者,需要P2的资源,才能完成工作;P2资源的拥有者,...
分类:
其他好文 时间:
2014-10-13 01:51:38
阅读次数:
142
Eclipse Kepler?4.3.2 SR2?is the most recent release from the Eclipse top-level project. It contains what you need to build applications based on Eclipse technology, including integrated developm...
分类:
系统相关 时间:
2014-10-08 15:10:55
阅读次数:
457