文件系统
yqa1027473639
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2020-08-14
ubuntu1404 编译fsl-yocto-L4.9.11_1.0.0 Yocto 错误解决: ../util-linux-2.28.1/schedutils/chrt.c:93:17: error: ‘__NR_sched_getattr’ undeclared (first use in this function) |return syscall(SYS_sched_getattr, pid, attr, size, flags); 解决: sudo dpkg --add-arch...原创 2020-08-14 09:23:44 · 278 阅读 · 0 评论 -
nfs启动:u-boot启动后从ubuntu tftp下载内核及设备树,文件系统挂载在nfs服务器目录
环境:ti-sdk-am335x-evm-07.00.00.00 硬件连接:ubunutu和arm开发板共同连接路由器 ubuntu1404:需安装tftp及nfs服务器 目的:u-boot启动后从ubunutu下的tftp服务器目录下下载内核及设备树,文件系统挂载在ubunutu下rootfs,方便调试内核及驱动 U-Boot# setenv ipaddr 192.168.1.1原创 2017-12-14 22:08:15 · 867 阅读 · 0 评论 -
ubuntu1404 MTD安装 ubi文件系统制作
ubuntu1404 zlib host$ tar -jxvf zlib-1.2.5.tar.bz2 host$ cd zlib-1.2.5/ host$ ./configure --prefix=/home/yqa1404/mtd/install host$ make host$ make install host$ cd .. Result should be li原创 2017-12-06 11:55:49 · 1067 阅读 · 0 评论
分享