Skip to content

Commit 70d5e55

Browse files
committed
Update to latest bootloader
1 parent c12bf59 commit 70d5e55

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

bin.bbb/bootloader/MLO

368 Bytes
Binary file not shown.

bin.bbb/bootloader/u-boot-dtb.img

840 Bytes
Binary file not shown.

bin.bbb/bootloader/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.04-gd0771d5
1+
2022.04-gbaca7b4

scripts/init_pre_network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ then
160160

161161
if [ "${BBBMODEL}" != "PocketBeagle" ]; then
162162
uboot=$(dd if=/dev/mmcblk1 count=23 skip=393488 bs=1 2>/dev/null || true)
163-
if [[ $uboot != *"U-Boot 2022.04-gd0771d5"* ]]; then
163+
if [[ $uboot != *"U-Boot 2022.04-gbaca7b4"* ]]; then
164164
cd /opt/fpp/bin.bbb/bootloader
165165
/opt/fpp/bin.bbb/bootloader/install.sh
166166
setSetting rebootFlag "1"

0 commit comments

Comments
 (0)