uboot step suggestion

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

uboot step suggestion

576 Views
sam_siu
NXP Employee
NXP Employee

For the u-boot step 1, I would add the following for consistence:

  1. $ export ARCH=arm64
  2. $ export CROSS_COMPILE=aarch64-linux-gnu-

I run all the steps in my build machine and it works. So I approve this version with the above modification.

0 Kudos
1 Reply

514 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Sam Siu,

Do you mean the procedure to build u-boot?

Please refer to the following procedure

$ source /opt/fsl-qoriq/2.6/environment-setup-aarch64-fsl-linux

$ make CROSS_COMPILE=aarch64-fsl-linux- ls2088ardb_qspi_defconfig

$ make -j 4 CROSS_COMPILE=aarch64-fsl-linux- all

Thanks,

Yiping

0 Kudos