上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 56 下一页
该文被密码保护。 阅读全文
posted @ 2020-07-20 15:22 429512065 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1. 德州仪器原厂出的TMDSEVM6678开发板,配套一块XDS560V2仿真器,如果想单独使用这个仿真器,看下怎么接线 2. 在背面有3个接口,不过用到的是60PIN的 仿真接口,和 6PIN的电源接口。60PIN 的接口如下 电源接口如下 XDS560_IL引脚的用途,仿真器的使能引脚。需要上 阅读全文
posted @ 2020-07-13 20:19 429512065 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: 1. HTTP请求下载文件的,发送的数据如下 GET /webhdfs/v1/storage/906f91273ead74cf30a7ac5b9b8825de.zip?op=OPEN&delegation=GwADd3d3A3d3dwCKAXNF6gEpigFzafaFKY_CDRTSDZ9SCrI 阅读全文
posted @ 2020-07-13 15:58 429512065 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: 1. 目前已知的有 wget 工具和 Curl 工具,可以直接用命令行进行http的操作,但是咱这次需要用代码实现,所以 Curl 的代码库 Libcurl,不过本次只需要使用http的下载功能即可。 用Wireshark抓包看下,地址如下:http://182.150.59.81:34008/we 阅读全文
posted @ 2020-07-08 20:37 429512065 阅读(995) 评论(0) 推荐(0) 编辑
摘要: 1. 下载MQTT的代码paho.mqtt.c,https://github.com/eclipse/paho.mqtt.c,咱是从gitHUB上下载的,也可以直接在ubuntu上面,用git clone https://github.com/eclipse/paho.mqtt.c.git 下载 2 阅读全文
posted @ 2020-07-06 18:44 429512065 阅读(1807) 评论(0) 推荐(0) 编辑
摘要: 1. 出现的问题如下 can't remove : Read-only file system,无法删除文件,只读文件系统。 应该是系统的空间被占满了,占满之后,就不能移动,删除文件了。 2. 系统的提示 Your JFFS2-partition seems full and overlayfs i 阅读全文
posted @ 2020-07-06 15:03 429512065 阅读(3241) 评论(0) 推荐(0) 编辑
摘要: 这行代码什么意思? GAI_LIB = -lanl 阅读全文
posted @ 2020-07-03 11:08 429512065 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1. 编译代码出现问题 error: expected declaration specifiers or '...' before numeric constant void free(void *); 2. 先研究下这个free函数,应用代码调用的底层在哪里?看起来是stdlib.h头文件的,那 阅读全文
posted @ 2020-06-30 21:00 429512065 阅读(3201) 评论(0) 推荐(0) 编辑
摘要: 1. 交叉编译mipsel-openwrt-linux-gcc,的时候出现一个wanring 进入编译目录,输入指令 export STAGING_DIR=/home/qhq/openert_mt7621/toolchain_mipsel_24kc_gcc_8.3/bin:$STAGING_DIR 阅读全文
posted @ 2020-06-30 15:20 429512065 阅读(2432) 评论(0) 推荐(0) 编辑
摘要: 1. 安装步骤如下 wget https://ftp.gnu.org/gnu/make/make-4.2.tar.gz tar xvf make-4.2.tar.gz cd make-4.2/ ./configure make sudo make install 2. 如果出现错误说是gcc 没安装 阅读全文
posted @ 2020-06-23 14:31 429512065 阅读(1775) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 56 下一页