随笔分类 -  uboot

uboot文件——crt0_64.S
摘要:简单翻译一下文件里的注释,加深理解和记忆。 ##一、概述 This file handles the target-independent stages of the U-Boot start-up where a C runtime environment is needed. Its entry 阅读全文

posted @ 2022-03-29 23:17 OrangeGLC 阅读(245) 评论(0) 推荐(0)

为树莓派4B编译uboot
摘要:1.编译环境 OS Ubuntu 20.04 uboot源码 https://github.com/u-boot/u-boot.git 2.安装交叉编译工具链以及相关库 sudo apt install gcc-aarch64-linux-gnu make bison flex libssl-dev 阅读全文

posted @ 2022-03-06 23:51 OrangeGLC 阅读(1775) 评论(0) 推荐(0)

U-boot学习资料
摘要:U-BOOT简洁版-快速入门uboot https://www.cnblogs.com/princepeng/p/11212854.html#!comments uboot移植新手入门实践 https://www.bilibili.com/video/BV15W411m7AQ?share_sourc 阅读全文

posted @ 2022-03-06 18:43 OrangeGLC 阅读(114) 评论(0) 推荐(0)

导航