linux
hua田木又寸下
好好学习,天天向上
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ARM+Linux应用程序调试环境
建立ARM+Linux应用程序调试环境 Gdb+gdbserver+insight环境的搭建1. 下载gdb源代码 http://ftp.gnu.org/gnu/gdb/ 2. 配置安装gdb+gdbser$ tar jxvf gdb-6.6.tar.bz2$ cd x/gdb$ ./configure --target=arm-linux --p转载 2014-05-21 08:31:44 · 733 阅读 · 0 评论 -
ubuntu putty连接串口
检查USB2COM在本机上的tty文件名,输入命令: $ dmesg注意到尾部有类似于如下信息[ 4858.701759] usb 1-1.1: new full-speed USB device number 7 using ehci_hcd[ 4858.802660] ftdi_sio 1-1.1:1.0:转载 2014-06-06 16:45:41 · 3210 阅读 · 0 评论 -
linux 下各errno的含义
124 EMEDIUMTYPE Wrong medium type 123 ENOMEDIUM No medium found 122 EDQUOT Disk quota exceeded 121 EREMOTEIO Remote I/O error 120 EISNAM Is a named type file 119转载 2014-05-23 14:37:34 · 1407 阅读 · 0 评论 -
V4L2 API详解 <二> Camera详细设置
Camera的可设置项极多,V4L2 支持了不少。但Sam之前对这些设置的用法和涵义都是在看videodev2.h中边看边理解,感觉非常生涩。直到写这篇blog时,才发现v4l2有专门的SPEC来说明:http://www.linuxtv.org/downloads/legacy/video4linux/API/V4L2_API/spec-single/v4l2.html转载 2014-06-13 10:08:27 · 1524 阅读 · 0 评论 -
sed详解
1. Sed简介 sed 是一种在线编辑器,它一次处理一行内容。处理时,把当前处理的行存储在临时缓冲区中,称为“模式空间”(pattern space),接着用sed命令处理缓冲区中的内容,处理完成后,把缓冲区的内容送往屏幕。接着处理下一行,这样不断重复,直到文件末尾。文件内容并没有 改变,除非你使用重定向存储输出。Sed主要用来自动编辑一个或多个文件;简化对文件的反复操作;编写转换程序等。以下转载 2014-09-13 15:37:09 · 448 阅读 · 0 评论 -
错误: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
在ubuntu上跑smartex相机实例程序时候出现如下错误,原因很简单,但也记录一下(ImageProc_qt:3158): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed(ImageProc_qt:3158)原创 2015-08-14 11:08:16 · 20005 阅读 · 4 评论 -
HowTo Compile a 32-bit Application Using gcc On the 64-bit Linux Version
had to compile a 32-bit application using GNU gcc on the 64-bit version of Linux.Luckily, gcc man page directed me to the ‘-m32’ and ‘-m64’ options. These options generate code for 32-bit or 64-bi转载 2016-09-22 13:42:14 · 1000 阅读 · 0 评论 -
ubuntu 16.04 nvidia驱动安装系统循环登陆无法进入桌面
纠结了很久,终于找到了ubuntu16.04 nvidia驱动正确的安装方法,以下是论坛中给出的安装步骤,记录一下。Post of final script and solution0) Download your relevant CUDA.run file: mine was: cuda_7.0.28_linux.runNote, that once again this in转载 2016-12-22 14:06:41 · 5970 阅读 · 0 评论
分享