posted @ 2018-08-08 11:18 ricks 阅读(619) 评论(0) 推荐(0)
摘要:
在当前目录下所有.cpp文件中查找efg函数 xargs展开find获得的结果,使其作为grep的参数 另外 rm mv等命令对大量文件操作时报错 -bash: /bin/rm: Argument list too long也可用xargs 解决删除当前目录下所有.cpp文件 /////////// 阅读全文
摘要:
控制台终端输入AT命令到smd8,步骤如下: 1. 先执行命令 cat /dev/smd8 & 2. 再执行 echo -e "ati\r\n" > /dev/smd8 已经在quectel 的模块EC20 上试过了,可行 当然,更简单的方法是链接Quectel USB AT Port, 直接下at 阅读全文
posted @ 2018-08-03 10:57 ricks 阅读(2064) 评论(0) 推荐(0)
摘要:
ec20 module would print debug info via debug uart, and you can log in by user root, the passwd is quectel123. the uart bardrate is 115200 阅读全文
posted @ 2018-08-02 11:23 ricks 阅读(556) 评论(0) 推荐(0)
摘要:
environment setting are as below: 1. ubuntu 14.04, linux kernel 4.4,OpenLinux(QuecLinux) 2. module: EC20-CE-TE-A 3. sim: Unicom 编译ql-ol-sdk/ql-ol-exts 阅读全文
posted @ 2018-08-01 16:00 ricks 阅读(2197) 评论(1) 推荐(0)
摘要:
quectel usb driver for Linux 阅读全文
posted @ 2018-08-01 15:37 ricks 阅读(1301) 评论(0) 推荐(0)
摘要:
这是因为ubuntu系统中缺少一个套件 ncurses devel 问题解决 阅读全文
posted @ 2018-08-01 14:09 ricks 阅读(304) 评论(0) 推荐(0)
摘要:
编译kernel的时候发生以上错误。 解决办法如下: make clean 和 make mrproper的区别请参考 https://www.cnblogs.com/ricks/articles/9400334.html 阅读全文
posted @ 2018-08-01 11:39 ricks 阅读(470) 评论(0) 推荐(0)
摘要:
在编译完quecOpen的example helloworld之后,我运行此程序,结果报错,详情如下: 很明显,文件格式错误。因为这个例子是用 arm-gcc交叉编译工具编译的,所以不能在ubuntu环境下的bash下运行。 所以,我把helloworld例程push到EC20模块,如下所示: 在Q 阅读全文
posted @ 2018-08-01 10:26 ricks 阅读(10976) 评论(0) 推荐(0)
浙公网安备 33010602011771号