会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rrrzx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2020年2月29日
ubuntu添加新用户
摘要: useradd linc -m -s /bin/bash 添加sudoers su - vim /etc/sudoers # Allow members of group sudo to execute any command%sudo ALL=(ALL:ALL) ALLrzx ALL=(ALL)
阅读全文
posted @ 2020-02-29 12:35 rrrzx
阅读(188)
评论(0)
推荐(0)
2020年2月8日
iperf交叉编译测试网口带宽
摘要: 下载源码包iperf-2.0.13.tar.gz解压 $ tar -vxf iperf-2.0.13.tar.gz$ cd iperf-2.0.13/ 配置交叉编译器(根据交错编译器的安装位置进行更改)。 $ PATH=${PATH}:/usr/local/gcc-linaro-4.9.4-2017
阅读全文
posted @ 2020-02-08 21:27 rrrzx
阅读(473)
评论(0)
推荐(0)
2020年2月6日
uboot ping不通host一例
摘要: 问题很奇怪,ping不通主机,但是在uboot中使用tftp下载内核却能使用,但是会在开始时卡顿几秒钟,因为强迫症所以就仔细检测了一番。 开发版和host通过路由器相连,所以首先尝试ping连接此路由器的其他设备,发现可以ping通,所以连接应该没问题。 当初为了方便,在路由器中设置了静态ip,就是
阅读全文
posted @ 2020-02-06 14:46 rrrzx
阅读(1164)
评论(0)
推荐(0)
2020年2月5日
VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6
摘要: 确认host端的nfs支持的版本,使用命令nfsstat查看 rzx@rzx-desktop:~$ nfsstatServer rpc stats:calls badcalls badfmt badauth badclnt12242 41 41 0 0 Server nfs v3:null geta
阅读全文
posted @ 2020-02-05 18:23 rrrzx
阅读(3533)
评论(0)
推荐(0)
2020年1月27日
使用crosstool-ng编译toolchain
摘要: host为ubuntu16.04 下载相关工具 $ sudo apt-get install automake bison chrpath flex g++ git gperf \ gawk libexpat1-dev libncurses5-dev libsdl1.2-dev libtool \
阅读全文
posted @ 2020-01-27 13:35 rrrzx
阅读(614)
评论(0)
推荐(0)
2020年1月22日
yocto
摘要: 使用前需要安装google的repo工具。 $ mkdir ~/bin $ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $ chmod a+x ~/bin/repo $ PATH=
阅读全文
posted @ 2020-01-22 22:33 rrrzx
阅读(376)
评论(0)
推荐(0)
2020年1月20日
yocto
摘要: 使用yocto构建的linux kernel使用systemd,不需要在bootcmd中写入init=/linuxrc
阅读全文
posted @ 2020-01-20 21:03 rrrzx
阅读(168)
评论(0)
推荐(0)
2020年1月16日
ssr & privoxy config
摘要: git clone https://github.com/xzymoe/gfwlist2privoxy.git 给ssr执行权限后,放入/usr/local/bin ssr install ssr config 安装privoxy 修改配置文件/etc/privoxy/config 把这一行注释掉l
阅读全文
posted @ 2020-01-16 15:02 rrrzx
阅读(155)
评论(0)
推荐(0)
2020年1月13日
vmware添加硬盘
摘要: 虚拟机安装在C盘固态盘,空间不够了,打算在把虚拟磁盘文件放到机械盘 一路默认下来磁盘文件一直存放在C盘的安装目录下,需要在最后一步手动改文件路径 需要手动加上盘符F:\就可以成功创建。 启动虚拟机后就可以在/dev下看到新增的sd*,我的是/dev/sdb 使用fdisk创建分区 fdisk /de
阅读全文
posted @ 2020-01-13 16:59 rrrzx
阅读(216)
评论(0)
推荐(0)
2019年11月22日
rIoTboard学习系列
摘要: 刚在咸鱼买了块开发板,比较老了14年的,SOC为imx6solo,内核3.10,uboot2009的,准备先移植一个较新的uboot 到nxp的git下获取他们维护的uboot,网址http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git 选择i
阅读全文
posted @ 2019-11-22 21:14 rrrzx
阅读(1082)
评论(5)
推荐(1)
上一页
1
2
3
下一页
公告