Skip to content

Commit

Permalink
mark-one: update u-boot fdt offset
Browse files Browse the repository at this point in the history
Fixes the following u-boot error:

   Booting using the fdt blob at 0x71000000
ERROR: FDT image overlaps OS image (OS=0x70800000..0x71021c48)
  • Loading branch information
andrejro committed Feb 21, 2024
1 parent 3366929 commit 84d0e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ u-boot-${UBOOT_VER}/u-boot.bin: u-boot-${UBOOT_VER}.tar.bz2
cd u-boot-${UBOOT_VER} && \
wget ${USBARMORY_REPO}/software/u-boot/0001-Fix-microSD-detection-for-USB-armory-Mk-I.patch && \
patch -p1 < 0001-Fix-microSD-detection-for-USB-armory-Mk-I.patch && \
sed -ie 's/fdt_addr_r=0x71000000/fdt_addr_r=0x72000000/' include/configs/usbarmory.h && \
make usbarmory_config; \
elif test "${V}" = "mark-two"; then \
cd u-boot-${UBOOT_VER} && \
Expand Down

0 comments on commit 84d0e42

Please sign in to comment.