[bootlin/training-materials updates] master: lab-data: bbb-recovery: Roll back to v2021.01 which is more stable (4c9fea5c)

Miquel Raynal miquel.raynal at bootlin.com
Thu Jul 20 11:17:38 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/4c9fea5c2fda65f7637e8b1ea609687bf70d9f7d

>---------------------------------------------------------------

commit 4c9fea5c2fda65f7637e8b1ea609687bf70d9f7d
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Thu Jul 20 11:17:36 2023 +0200

    lab-data: bbb-recovery: Roll back to v2021.01 which is more stable
    
    The following thread summarizes the problem. Somewhere when there is a
    network related command which is handled over USB (ethernet gadget),
    there is an environment variable that gets set and a malloc that is
    being done which (sometimes) leads to a data abort.
    
    Running "fastboot usb 0; Ctrl-C" makes it magically work.
    
    Let's switch back to a more stable U-Boot version while the
    investigations are ongoing.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

4c9fea5c2fda65f7637e8b1ea609687bf70d9f7d
 lab-data/common/bootloader/beaglebone-black/MLO    | Bin 109696 -> 107760 bytes
 .../common/bootloader/beaglebone-black/README.txt  |   4 ++--
 .../common/bootloader/beaglebone-black/sdcard.img  | Bin 2097664 -> 2097664 bytes
 .../bootloader/beaglebone-black/u-boot-spl.bin     | Bin 109176 -> 107240 bytes
 .../common/bootloader/beaglebone-black/u-boot.img  | Bin 1439992 -> 883168 bytes
 5 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lab-data/common/bootloader/beaglebone-black/MLO b/lab-data/common/bootloader/beaglebone-black/MLO
index 61f66d52..1e187020 100644
Binary files a/lab-data/common/bootloader/beaglebone-black/MLO and b/lab-data/common/bootloader/beaglebone-black/MLO differ
diff --git a/lab-data/common/bootloader/beaglebone-black/README.txt b/lab-data/common/bootloader/beaglebone-black/README.txt
index e745e007..28e1b506 100644
--- a/lab-data/common/bootloader/beaglebone-black/README.txt
+++ b/lab-data/common/bootloader/beaglebone-black/README.txt
@@ -163,9 +163,9 @@ an MMC card with Debian on it (see http://beagleboard.org/latest-images).
 Compiling U-Boot
 ----------------
 
-git checkout v2023.04
+git checkout v2021.01
 cp src/snagboot/u-boot/uEnv.txt ~/u-boot/
-cp src/snagboot/u-boot/u-boot-2023.04.config ~/u-boot/.config
+cp src/snagboot/u-boot/u-boot-2021.01.config ~/u-boot/.config
 make
 
 You can as well re-create this configuration with:
diff --git a/lab-data/common/bootloader/beaglebone-black/sdcard.img b/lab-data/common/bootloader/beaglebone-black/sdcard.img
index 83b354e5..cae36eb2 100644
Binary files a/lab-data/common/bootloader/beaglebone-black/sdcard.img and b/lab-data/common/bootloader/beaglebone-black/sdcard.img differ
diff --git a/lab-data/common/bootloader/beaglebone-black/u-boot-spl.bin b/lab-data/common/bootloader/beaglebone-black/u-boot-spl.bin
index d03c3a5c..d6f5f600 100755
Binary files a/lab-data/common/bootloader/beaglebone-black/u-boot-spl.bin and b/lab-data/common/bootloader/beaglebone-black/u-boot-spl.bin differ
diff --git a/lab-data/common/bootloader/beaglebone-black/u-boot.img b/lab-data/common/bootloader/beaglebone-black/u-boot.img
index 95f47609..3c3775b2 100644
Binary files a/lab-data/common/bootloader/beaglebone-black/u-boot.img and b/lab-data/common/bootloader/beaglebone-black/u-boot.img differ




More information about the training-materials-updates mailing list