Browse Source

Merge pull request #170 from kacf/bbb_u-boot_link

Fix broken link for Beaglebone U-Boot tools download.
2.1.x
Kristian Amlie 5 years ago
committed by GitHub
parent
commit
e831c16548
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      configs/beaglebone_black_base_config

2
configs/beaglebone_black_base_config

@ -10,7 +10,7 @@ MENDER_COPY_BOOT_GAP=n
# 4MB alignment
MENDER_PARTITION_ALIGNMENT="4194304"
BEAGLEBONE_BLACK_BINARIES="${BEAGLEBONE_BLACK_CONFIG}-2018.07.004.tar"
BEAGLEBONE_BLACK_BINARIES="${BEAGLEBONE_BLACK_CONFIG}-2018.07.tar"
BEAGLEBONE_BLACK_BINARIES_URL="${MENDER_STORAGE_URL}/mender-convert/uboot/beaglebone/${BEAGLEBONE_BLACK_BINARIES}"
function platform_modify() {

Loading…
Cancel
Save