From 9a7dc18e412c8030fe04026b13b756c828abf2f1 Mon Sep 17 00:00:00 2001 From: Steev Klimaszewski Date: Wed, 16 Aug 2023 13:01:37 -0500 Subject: [PATCH] usbarmorymki: Bump u-boot to 2023.07 --- usb-armory-mki.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usb-armory-mki.sh b/usb-armory-mki.sh index 0436587..c426875 100755 --- a/usb-armory-mki.sh +++ b/usb-armory-mki.sh @@ -176,8 +176,10 @@ sync status "u-Boot" cd "${base_dir}" -wget ftp://ftp.denx.de/pub/u-boot/u-boot-2022.04.tar.bz2 -tar xvf u-boot-2022.04.tar.bz2 && cd u-boot-2022.04 +wget ftp://ftp.denx.de/pub/u-boot/u-boot-2023.07.tar.bz2 +tar xvf u-boot-2023.07.tar.bz2 && cd u-boot-2023.07 +wget $githubraw/usbarmory/usbarmory/master/software/u-boot/0001-Fix-microSD-detection-for-USB-armory-Mk-I.patch +patch -p1 --no-backup-if-mismatch <0001-Fix-microSD-detection-for-USB-armory-Mk-I.patch make distclean make usbarmory_config make ARCH=arm