Versions Compared

Key

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

...

Step through the following procedure to build U-Boot for the NXP i.MX RT1060 EVK board:

  1. On the Linux development host, activate the cross-build environment as described in Installing and Activating Cross Development Environment:

  2. $ . ./ACTIVATE.sh

  3. Change to the U-Boot top directory:

  4. $ cd u-boot

  5. Configure U-Boot for the NXP i.MX RT1060 EVK board:

  6. $ make mrproper
    $ make imxrt1060-evk-sdcard_defconfig

  7. Run make to create the U-Boot binaries (SPL and u-boot.img):

  8. $ make -s