树莓派DIY:从零开始搭建MP3播放器

2.4 独立编译

1. 编译 Uboot:

打开一个新的终端窗口,执行以下指令:

git clone https://source.codeaurora.org/external/imx/uboot-imx
cd uboot-imx
git tag rel_imx_4.14.78_1.0.0_ga
git checkout rel_imx_4.14.78_1.0.0_ga
git status

此时,你应该能看到 HEAD detached at rel_imx_4.14.78_1.0.0_ganothing to commit, working directory clean 的提示,说明你已经成功切换到了正确的 Uboot 版本。

(接下来的编译步骤...)

pdf 文件大小:2.41MB