上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 77 下一页
摘要: 1.MKUBIFS_OPTS的作用 传递参数给mkfs.ubifs 2.MKUBIFS_OPTS传递了哪些参数? 传递了最小输入输出单元大小、逻辑擦除块大小、最大物理擦除块的个数,分别由选项-m、-e、-c来指定 3.BLOCKSIZE的作用 传递物理擦除块的大小给ubinize 4.PAGESIZ 阅读全文
posted @ 2019-02-01 16:51 Jello 阅读(1546) 评论(0) 推荐(0)
摘要: 答:使用quilt工具 步骤如下: 1. 配置quilt $cat> ~/.quiltrc <<EOF QUILT_DIFF_ARGS="--no-timestamps --no-index -pab --color=auto" QUILT_REFRESH_ARGS="--no-timestamps 阅读全文
posted @ 2019-02-01 16:41 Jello 阅读(1540) 评论(0) 推荐(0)
摘要: 1.错误解析 ubi的EC header中有一个字段data_offset来记录数据偏移,数据偏移必须正确才能正确读取每一个物理擦除块中的数据 2.解决方法 擦除整块flash,然后再重新烧写包含ubi的镜像 阅读全文
posted @ 2019-02-01 14:27 Jello 阅读(762) 评论(0) 推荐(0)
摘要: 答:使用openwrt编译系统中编译的ubinize,那么这个工具在哪个目录下?在staging_dir/host/bin目录下 阅读全文
posted @ 2019-01-31 19:33 Jello 阅读(725) 评论(0) 推荐(0)
摘要: 1.ubinize支持哪些选项 Usage: ubinize [options] <ini-file> Generate UBI images. An UBI image may contain one or more UBI volumes whichhave to be defined in t 阅读全文
posted @ 2019-01-30 18:50 Jello 阅读(4692) 评论(0) 推荐(0)
摘要: 1.详细错误报告如下: ubi0 error: validate_ec_hdr: bad VID header offset 256, expected 64 ubi0 error: validate_ec_hdr: bad EC header ubi0 error: ubi_io_read_ec_ 阅读全文
posted @ 2019-01-30 18:14 Jello 阅读(1785) 评论(0) 推荐(0)
摘要: 答:分成两个步骤,如下: 1.列出当前的tmux窗口 jello@jello:~$ tmux ls 1: 1 windows (created Tue Jan 17 09:28:05 2019) [207x86]13: 1 windows (created Tue Jan 17 17:49:10 2 阅读全文
posted @ 2019-01-29 18:26 Jello 阅读(13342) 评论(0) 推荐(1)
摘要: 答:一共有两个步骤,如下: 1.列出打开的终端 who 2.kill需要kill的tty终端 pkill -kill -t pts/2 阅读全文
posted @ 2019-01-29 18:14 Jello 阅读(3829) 评论(0) 推荐(0)
摘要: 1.退出(detach)当前tmux ctrl+d 2.重新进入tmux tmux attach -t <target-session> 如:当前有很多session,那么选择哪一个呢? 2.1 使用命令tmux ls来获取target-session jello@jello:~$ tmux ls 阅读全文
posted @ 2019-01-29 18:04 Jello 阅读(21219) 评论(0) 推荐(1)
摘要: 答:git format-patch -1 <commit-id> 阅读全文
posted @ 2019-01-25 11:45 Jello 阅读(1539) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 77 下一页