IMX6ULL移植篇-uboot源码目录表

一.  uboot 源码分析前提

由于 uboot 会使用到一些经过编译才会生成的文件,因此,我们在分析 uboot的时候,需要先编译一下 uboot 源码工程。

这里所用的开发板是 nand-flash 版本。

本文学习续上一篇文章,如下:

IMX6ULL移植篇-uboot源码目录_凌肖战的博客-CSDN博客


 

二.  uboot 源码目录分析

 编译后的 uboot 源码目录如下:

wangtian@wangtian-virtual-machine:~/zhengdian_Linux/linux/uboot/alientek_uboot/uboot-imx-rel_imx_4.1.15_2.1.0_ga_alientek$ ls
api        examples                  load.imx         tools
arch       fs                        MAINTAINERS      u-boot
board      imx6ull_alientek_nand.sh  MAKEALL          u-boot.bin
cmd        imxdownload               Makefile         u-boot.cfg
common     imxdownload.c             net              uboot.code-workspace
config.mk  imxdownload.h             post             u-boot.imx
configs    include                   README           u-boot.lds
disk       Kbuild                    scripts          u-boot.map
doc        Kconfig                   snapshot.commit  u-boot-nodtb.bin
drivers    lib                       System.map       u-boot.srec
dts        Licenses                  test             u-boot.sym

1.  uboot 源码目录说明表

uboot源码目录大体说明,如下表所示:

IMX6ULL移植篇-uboot源码目录表_第1张图片

IMX6ULL移植篇-uboot源码目录表_第2张图片

3. 

你可能感兴趣的:(嵌入式C开发,Linux系统相关,arm开发,linux)