
Linux
清风晓月之物联
物联网 嵌入式控制 自动化测试 芯片驱动
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
webee S5PV210裸机开发篇 9.nandflash bug解决
我最近调了裸机开发第九课,有两个bug,现解决 1. main.c中的(大家与原来对比一下) 这是一个打印错误。 2. nand.c中的函数nand_write 这是一个时序错误 大家注意一下原创 2014-10-14 12:01:25 · 544 阅读 · 0 评论 -
linux 命令
网络命令:重启网卡:/etc/init.d/network restart关闭NetworkManager: service NetworkManager stop(-eth0 , -lo虚拟回环网卡 , -virbr0 虚拟网桥)配置tftp服务器: vim /etc/xinetd.d/tftp 重启tftp服务: /etc/init.d/xinetd restart配置nfs服务器: v原创 2016-11-01 18:13:30 · 239 阅读 · 0 评论 -
线程学习
线程的创建: include include include include include define uint unsigned inttypedef struct { uint a; uint b; } hello;void print_ids( const char *s) { pid_t pid; pthread_t tid; pid = g原创 2016-11-01 18:15:07 · 247 阅读 · 0 评论