会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
59
60
61
62
63
64
65
66
67
···
77
下一页
2018年12月4日
openwrt如何查看当前使用的硬件平台
摘要: 答:输入cat /tmp/sysinfo/board_name即可获取
阅读全文
posted @ 2018-12-04 12:04 Jello
阅读(2144)
评论(0)
推荐(0)
2018年12月3日
使用ubifs作为根文件系统的openwrt如何在进行sysupgrade时保存旧的配置
摘要: 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)
2018年11月30日
uboot的FIT功能
摘要: 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)
uboot的配置文件在哪里
摘要: 答:位于configs目录下,里面有各种各样板子的配置文件
阅读全文
posted @ 2018-11-30 10:40 Jello
阅读(1886)
评论(0)
推荐(0)
2018年11月29日
uboot的flash sectore的大小由哪个宏指定
摘要: 答:宏CONFIG_ENV_SECT_SIZE
阅读全文
posted @ 2018-11-29 17:04 Jello
阅读(546)
评论(0)
推荐(0)
openwrt中的append-ubi定义在哪里
摘要: 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)
vi在行首插入注释符号#
摘要: 1.ctrl+v 2.上下键选中要插入的位置 3.按下shift+i,接着输入#符号 4.按键ESC(稍等一下,就会自动插入了)
阅读全文
posted @ 2018-11-29 13:24 Jello
阅读(935)
评论(0)
推荐(0)
2018年11月28日
openwrt设置uboot环境变量在flash上的存储地址
摘要: 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重命名分支名
摘要: git branch -m old_branch_name new_branch_name
阅读全文
posted @ 2018-11-28 15:50 Jello
阅读(311)
评论(0)
推荐(0)
2018年11月26日
ifconfig设置ip时出现提示 ifconfig: SIOCSIFFLAGS: Address not available
摘要: 一.笔者使用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
下一页
公告