
linux
XHLluosuo
DGFGH
展开
-
Android修改文件权限遇到的问题
luosuo@ubuntu:~$ adb shell / # cd test /test # ls spi spitest test /test # chmod 666 test /test # ls -l test -rw-rw-rw- root root 7 2014-01-11 13:48 test /test # chmod +x test Bad mode原创 2014-02-26 12:33:47 · 2080 阅读 · 0 评论 -
linux下安装串口调试助手
参考博文:http://blog.163.com/brave_smile_heart/blog/static/187238171201221474640314/ 本机系统:ubuntu 11.10 软件来源:http://code.google.com/p/xgcom/ 软件说明: ==============================================原创 2014-02-26 14:03:29 · 4288 阅读 · 0 评论 -
Linux驱动总结3- unlocked_ioctl和堵塞(waitqueue)读写函数的实现
摘自:http://blog.chinaunix.net/uid-20937170-id-3033633.html 学习了驱动程序的设计,感觉在学习驱动的同时学习linux内核,也是很不错的过程哦,做了几个实验,该做一些总结,只有不停的作总结才能印象深刻。 我的平台是虚拟机,fedora14,内核版本为2.6.38.1.其中较之前的版本存在较大的差别,具体的实现已经在上一次总结中给转载 2014-03-03 11:40:51 · 1059 阅读 · 0 评论