07 2018 档案
摘要:Jlink下载Uboot到Norflash 转自:https://blog.csdn.net/A1989A132/article/details/8630136 2440的开发板nandflash和norflash的uboot都丢了,没有JTAG只有Jlink 使用J-Flash ARM向2440开
阅读全文
摘要:很多同学使用笔记本作为自己的ARM开发和学习的平台,绝大多数笔记本都没有并口,也就是无法使用JTag调试和烧写程序到Nand Flash中,幸好我们还有JLINK,用JLINK烧写U-boot到Nor Flash中很简单,大部分NOR Flash都已经被JLink的软件SEGGER所支持,而新手在学
阅读全文
摘要:1. 简介: 转自: https://blog.csdn.net/qqliyunpeng/article/details/52700331 1.1 platform 总线是虚拟总线,当使用这个虚拟总线是带来的好处主要有两点: (1)使得设备被挂接在一个总线上,因此,符合 Linux 2.6 的设备模
阅读全文
摘要:1. 线程属性: 使用pthread_attr_t类型表示,我们需要对此结构体进行初始化, 初始化后使用,使用后还要进行去除初始化! pthread_attr_init:初始化 pthread_attr_destory:去除初始化 #include<pthread.h> intpthread_att
阅读全文
摘要:源码如下: #include<stdio.h>#include <unistd.h>#include<pthread.h> void* thread1(void* arg) { unsigned int i,j; int policy; struct sched_param param; pthre
阅读全文
浙公网安备 33010602011771号