摘要: 1. compression指定内核的压缩算法 有三个选项: "none", "gzip"和"bzip2" (none表示内核未压缩) 2. 参考资料 http://www.wowotech.net/u-boot/fit_image_overview.html 阅读全文
posted @ 2020-02-19 20:42 Jello 阅读(3817) 评论(0) 推荐(0)
摘要: 1. 交叉编译busybox 1.1 使能选项CONFIG_STATI(静态链接) 1.2 使能选项CONFIG_DEBUG(编译时加入调试信息) 1.3 使能选项CONFIG_DEBUG_PESSIMIZE(禁止优化) 2. 在目标机上启动代理gdbserver $ gdbserver :<por 阅读全文
posted @ 2020-02-19 18:28 Jello 阅读(1057) 评论(0) 推荐(0)