uboot step suggestion

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

uboot step suggestion

543件の閲覧回数
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 件の賞賛
1 返信

481件の閲覧回数
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 件の賞賛