[RK3399][Android7.1] Uboot编译配置及UBOOT目录介绍


Platform: RK3399
OS: Android 7.1
Kernel: 4.4
UBOOT-VERSION = 2014

文章目录

    • 一、Uboot 的编译
      • Uboot 配置文件 ×_defconfig
      • Uboot 配置文件 rk33plat.h
      • 交叉编译工具链
    • 二、Uboot 目录结构
    • 三、RK 平台 Uboot 生成方式

RK 的文档中有说到 其 Uboot 是给予 2014.10 官方版本进行开发的,同步更新了主分支的一些关键性更新。

一、Uboot 的编译

编译 Uboot 我们所采用的命令如下:

make rk3399_defconfig
make ARCHV=aarch64

我们从编译命令入手,分析 Uboot。

Uboot 配置文件 ×_defconfig

rk3399_defconfig 为 uboot 的配置文件,uboot 的配置文件都在 configs 中

你可能感兴趣的:(UBOOT,子类__Uboot)