website

home:  http://www.denx.de/wiki/U-Boot/WebHome

doc:  http://www.denx.de/wiki/U-Boot/Documentation

download:  ftp://ftp.denx.de/pub/u-boot/

 

 

1. download

download u-boot-2019.10.tar.bz2

tar -vxjf u-boot-2019.10.tar.bz2

 

 

2. build

make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- distclean

make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- imx8mq_evk_defconfig

make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- -j2

编译uboot

 

u-boot.bin and u-boot.img is final file

编译uboot

 

Note:

1) defconfig is at u-boot-2019.10/configs

2) imx8mq supports A53 and  is ARM64 architecture

 

 

3. configure

make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- menuconfig

编译uboot

 

 

 

 

相关文章:

  • 2022-12-23
  • 2021-11-26
  • 2021-11-03
  • 2021-09-24
  • 2021-05-03
  • 2021-08-07
  • 2021-12-07
  • 2021-12-23
猜你喜欢
  • 2021-10-16
  • 2022-12-23
  • 2021-06-10
  • 2021-07-19
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案