Skip to content

Commit

Permalink
Minor update for alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Mar 27, 2020
1 parent 03ef4cf commit c31246a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SD/FPP_Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
#############################################################################
SCRIPTVER="4.0"
FPPBRANCH=${FPPBRANCH:-"master"}
FPPIMAGEVER="4.0-alpha"
FPPCFGVER="60"
FPPIMAGEVER="4.0-alpha3"
FPPCFGVER="61"
FPPPLATFORM="UNKNOWN"
FPPDIR=/opt/fpp
FPPUSER=fpp
Expand Down
8 changes: 4 additions & 4 deletions SD/README.BBB
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FPP BBB Images creation notes (work in progress)
#
# FPP images are currently based on the following Debian BeagleBone images:
# bone-debian-10.3-console-armhf-2020-02-10-1gb.img.xz
# from https://rcn-ee.com/rootfs/bb.org/testing/2020-02-10/buster-console/
# bone-debian-10.3-console-armhf-2020-03-26-1gb.img.xz
# from https://rcn-ee.com/rootfs/bb.org/testing/2020-03-26/buster-console/
#
# The below steps (much can be run via copy/paste into a terminal) will
# prepare the "clean image" from above to have the appropriate
Expand Down Expand Up @@ -56,7 +56,7 @@ cd /opt/scripts/tools
# ./update_kernel.sh --lts-4_19 --bone-kernel
# and see what is the latest kernel version and put it here

export KERNEL_VERSION=4.19.100-bone46
export KERNEL_VERSION=4.19.106-bone49
./update_kernel.sh --lts-4_19 --bone-kernel $KERNEL_VERSION
apt-get install -y linux-headers-$KERNEL_VERSION

Expand All @@ -79,7 +79,7 @@ cd /opt/scripts/tools/developers/
sudo ./update_bootloader.sh

cd /opt/backup/uboot
export BOOTLOADERVER=v2019.04-r9
export BOOTLOADERVER=v2019.04-r11
wget https://rcn-ee.com/repos/bootloader/am335x_evm/MLO-am335x_evm-${BOOTLOADERVER}
wget https://rcn-ee.com/repos/bootloader/am335x_evm/u-boot-am335x_evm-${BOOTLOADERVER}.img
mv -f MLO-am335x_evm-${BOOTLOADERVER} MLO
Expand Down

0 comments on commit c31246a

Please sign in to comment.