Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Build U-Boot

This how-to describes how to build the u-boot bootloader for your target platform. Building the U-Boot bootloader is a part of the Xilinx design flow described in Getting Started Xilinx Open Source Linux. U-Boot depends upon an externally build device tree compiler (dtc) in order to build successfully. Please build the dtc tool before proceeding with the steps described below.

Table of Contents

Table of Contents
excludeTable of Contents

Task Dependencies (Pre-requisites)


Tools Required


Input Files Required

  • config.mk (MicroBlaze only)
  • xparameters.h (MicroBlaze only)

Output Files Produced

  • u-boot
  • mkimage

U-boot build steps

All commands have to be executed in your u-boot source directory.

...