摘要: systemctl daemon-reload 阅读全文
posted @ 2019-03-14 11:03 hutian 阅读(191) 评论(1) 推荐(0) 编辑
摘要: DTB --》 DTS ./dtc -I dtb -O dts *.dtb -o *.dts DTS -》 DTB ./dtc -I dts -O dtb -o test.dtb test.dts 阅读全文
posted @ 2019-03-04 15:58 hutian 阅读(1895) 评论(0) 推荐(0) 编辑
摘要: ifconfig,看当前网卡名字 设置 ip地址,子网掩码 ,广播地址 ifconfig eth1 172.16.11.25 netmask 255.255.255.0 broadcast 172.16.11.255 设置 网关 route add default gw 172.16.11.254 阅读全文
posted @ 2018-09-19 15:47 hutian 阅读(658) 评论(0) 推荐(0) 编辑
摘要: apt install libncurses5-dev libncursesw5-dev 阅读全文
posted @ 2018-08-30 11:41 hutian 阅读(1103) 评论(0) 推荐(0) 编辑
摘要: Qt 交叉编译 opencv 集成 阅读全文
posted @ 2018-08-22 15:06 hutian 阅读(3200) 评论(0) 推荐(0) 编辑
摘要: systemd-tmpfiles-setup.service fail 一般为 /exports/rfs/var/lib/systemd/ 下的文件属性问题 , chown -R root:root /exports/rfs/var/lib/systemd/ systemd-modules-load 阅读全文
posted @ 2018-07-04 08:34 hutian 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 如果不想用 远端 slave,只访问948 选 i2c pass through all =1 ;i2c pass through =0/1 0x0c 0x17 0x9e 如果想用远端 slave,和948 ,选择 i2c pass through all = i2c pass through = 阅读全文
posted @ 2018-05-07 13:40 hutian 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 远程 GDB 首先 ,Target 为 ARM开发板 (IP = 192.168.1.200),HOST 为 Ubuntu 14.04 虚拟机 (IP = 192.168.1.4) 1. 下载 gdb源码 http://ftp.gnu.org/gnu/gdb/ 2. 解压后利用交叉编译工具链 ,对 阅读全文
posted @ 2018-01-10 17:06 hutian 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 一般调试嵌入式开发板喜欢选择 利用 TFTP 传送 内核与 设备树, 利用 nfs 加载根文件系统。 uboot 环境变量 设置如下: bootargs=root=/dev/nfs rw nfsroot=192.168.1.4:/exports/rfs ip=192.168.1.200 video= 阅读全文
posted @ 2017-12-08 19:31 hutian 阅读(4214) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 tcpdump 源码 地址 :http://www.tcpdump.org/ (4.9.2) tcpdump 依赖 libpcap 源码 地址 : http://www.tcpdump.org/ (1.7.4 好像有些版本不能用) libcap 依赖 bison 源码地址 : http: 阅读全文
posted @ 2017-12-04 18:42 hutian 阅读(5778) 评论(0) 推荐(0) 编辑