会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hello cruel world
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
下一页
2019年3月14日
change systemd service
摘要: systemctl daemon-reload
阅读全文
posted @ 2019-03-14 11:03 hutian
阅读(198)
评论(1)
推荐(0)
2019年3月4日
device tree DTB DTC 相互转换
摘要: 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
阅读(2061)
评论(0)
推荐(0)
2018年9月19日
服务器修改静态ip
摘要: 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
阅读(680)
评论(0)
推荐(0)
2018年8月30日
Install ncurses (ncurses-devel) and try again
摘要: apt install libncurses5-dev libncursesw5-dev
阅读全文
posted @ 2018-08-30 11:41 hutian
阅读(1129)
评论(0)
推荐(0)
2018年8月22日
ubuntu 环境 cross compile 交叉编译 ARM Qt 集成 opencv
摘要: Qt 交叉编译 opencv 集成
阅读全文
posted @ 2018-08-22 15:06 hutian
阅读(3368)
评论(0)
推荐(0)
2018年7月4日
systemd-tmpfiles - Operation not permitted chown ; systemd-modules-load.service
摘要: 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
阅读(631)
评论(0)
推荐(0)
2018年5月7日
Ti 949 配置 948 i2c
摘要: 如果不想用 远端 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
阅读(1332)
评论(0)
推荐(0)
2018年1月10日
segment fault 定位 与 远程 gdb
摘要: 远程 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
阅读(570)
评论(0)
推荐(0)
2017年12月8日
嵌入式 emmc 中 安装 烧录 内核 kernel,设备树 devicetree ,根文件系统 rootfs
摘要: 一般调试嵌入式开发板喜欢选择 利用 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
阅读(4480)
评论(0)
推荐(0)
2017年12月4日
aarch64 架构 交叉编译 tcpdump
摘要: 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
阅读(6076)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告