Skip to content

Commit

Permalink
Update to latest bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Feb 6, 2024
1 parent c12bf59 commit 70d5e55
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified bin.bbb/bootloader/MLO
Binary file not shown.
Binary file modified bin.bbb/bootloader/u-boot-dtb.img
Binary file not shown.
2 changes: 1 addition & 1 deletion bin.bbb/bootloader/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.04-gd0771d5
2022.04-gbaca7b4
2 changes: 1 addition & 1 deletion scripts/init_pre_network
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ then

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

0 comments on commit 70d5e55

Please sign in to comment.