上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 77 下一页
摘要: 答:输入cat /tmp/sysinfo/board_name即可获取 阅读全文
posted @ 2018-12-04 12:04 Jello 阅读(2144) 评论(0) 推荐(0)
摘要: 1.openwrt的默认方案(squashfs + jffs2) sysupgrade脚本直接调用default_do_upgrade更新设备树、内核、根文件系统,那么它是如何保存旧配置的呢?请看default_do_upgrade(定义在package/base-files/files/lib/u 阅读全文
posted @ 2018-12-03 15:17 Jello 阅读(2876) 评论(0) 推荐(0)
摘要: 1.FIT介绍 Flattend Image Tree 英文原版介绍: FIT is formally a FDT, which can include images of various types (kernel, FDT blob, ramdisk, etc.) in a single blo 阅读全文
posted @ 2018-11-30 10:53 Jello 阅读(1325) 评论(0) 推荐(0)
摘要: 答:位于configs目录下,里面有各种各样板子的配置文件 阅读全文
posted @ 2018-11-30 10:40 Jello 阅读(1886) 评论(0) 推荐(0)
摘要: 答:宏CONFIG_ENV_SECT_SIZE 阅读全文
posted @ 2018-11-29 17:04 Jello 阅读(546) 评论(0) 推荐(0)
摘要: include/image-commands.mk 定义如下: define Build/append-ubi sh $(TOPDIR)/scripts/ubinize-image.sh \ $(if $(UBOOTENV_IN_UBI),--uboot-env) \ $(if $(KERNEL_I 阅读全文
posted @ 2018-11-29 16:16 Jello 阅读(805) 评论(0) 推荐(0)
摘要: 1.ctrl+v 2.上下键选中要插入的位置 3.按下shift+i,接着输入#符号 4.按键ESC(稍等一下,就会自动插入了) 阅读全文
posted @ 2018-11-29 13:24 Jello 阅读(935) 评论(0) 推荐(0)
摘要: 1.分析如下 ubootenv_add_app_config ubootenv_add_uci_config "/dev/mtd1" "0x40000" "0x2000" "0x20000" 这两个函数定义在文件package/boot/uboot-envtools/files/uboot-envt 阅读全文
posted @ 2018-11-28 23:36 Jello 阅读(3991) 评论(0) 推荐(0)
摘要: git branch -m old_branch_name new_branch_name 阅读全文
posted @ 2018-11-28 15:50 Jello 阅读(311) 评论(0) 推荐(0)
摘要: 一.笔者使用ifconfig观察网卡情况如下: root@jello:/# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets 阅读全文
posted @ 2018-11-26 17:59 Jello 阅读(3630) 评论(0) 推荐(0)
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 77 下一页