Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 339 Bytes

File metadata and controls

15 lines (9 loc) · 339 Bytes

U-Boot Compile

虽说树莓派4B是64bit处理器,不过目前的系统镜像貌似是运行在32bit模式的,所以不要去编译64bit的U-Boot

参考文档

steps

  • export CROSS_COMPILE=arm-linux-gnueabihf-
  • make rpi_4_32b_defconfig
  • make -j4
    • u-boot.bin