上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 77 下一页
摘要: 答: git shortlog --format='%H|%cn|%s' | grep '需要查找的字符串内容' 阅读全文
posted @ 2019-09-11 15:44 Jello 阅读(2596) 评论(0) 推荐(0)
摘要: 答: 使用'\'符号即可换行 阅读全文
posted @ 2019-09-10 16:03 Jello 阅读(1784) 评论(0) 推荐(0)
摘要: 1. 有两种方式 1.1 直接从uefi shell启动linux内核 1.2 从uefi shell启动grub,然后再从grub启动linux内核 2. 需要哪些东西? 2.1 linux内核 2.2 initrd镜像 2.3 .nsh后缀名的启动脚本(可选,可通过手动键入命令) 某个.nsh的 阅读全文
posted @ 2019-09-06 15:22 Jello 阅读(9238) 评论(0) 推荐(1)
摘要: 1. 准备文件 加入已经准备好了所有文件在/home/initrd-base目录下 2. 在内核中指定/home/initramfs-base目录 General setup -> (/home/initramfs-base) Initramfs source file(s) #指定的是绝对路径 3 阅读全文
posted @ 2019-09-06 12:09 Jello 阅读(841) 评论(0) 推荐(0)
摘要: 1. 准备rootfs.ext4文件 请参考此处: https://www.cnblogs.com/dakewei/p/10150984.html (加入已经准备好了所有文件在/home/initrd-base目录下) 2. 制作initrd镜像 $ gzip rootfs.ext4 (cd /ho 阅读全文
posted @ 2019-09-06 11:57 Jello 阅读(1497) 评论(0) 推荐(0)
摘要: 答: 如列出第一个sd卡第一个分区中的文件: fatls mmc 0:1 / 阅读全文
posted @ 2019-09-05 15:34 Jello 阅读(1827) 评论(0) 推荐(0)
摘要: 答: 进入/sys/firmware/acpi/tables, 然后输入tree命令即可查看acpi信息 阅读全文
posted @ 2019-09-05 12:54 Jello 阅读(3000) 评论(0) 推荐(0)
摘要: 1. repeater的作用 对信号进行再生和还原 2. repeater的优点 延长通讯距离 提高可靠性 增加节点的最大数目 各个网段可以使用不同的通讯速率 3. repeater的缺点 增加了延时 有帧丢失的风险 影响相邻子网 4. repeater的种类 redriver和retimer 5. 阅读全文
posted @ 2019-09-05 10:20 Jello 阅读(1258) 评论(0) 推荐(0)
摘要: 每一种layerscape系列芯片都有两种硬件型号: RDB 和QDS RDB: Refrence Design Board QDS: QorIQ Development system 阅读全文
posted @ 2019-09-04 17:34 Jello 阅读(835) 评论(0) 推荐(0)
摘要: 1. Boot stage BL1,BL2,BL31,BL32,BL33 2. Exception level EL3, EL1S, EL2 3. 那么放在表格里比较一下咯 Note: BL1 is embedded in hardware (Boot ROM + PBL commands) Not 阅读全文
posted @ 2019-09-04 15:09 Jello 阅读(986) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 77 下一页