Skip to content

Commit

Permalink
Need all the dtbs, not just bbe
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed May 4, 2019
1 parent ac9ce99 commit b7b0757
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions SD/README.BBB
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ export KERNEL_VERSION=4.14.109-bone21
./update_kernel.sh --lts-4_14 --bone-kernel $KERNEL_VERSION
apt-get install -y linux-headers-$KERNEL_VERSION


#if the sancloud dtbs are missing in /boot/dtbs/$(uname -r)
cp -a /boot/dtbs/$(uname -r)/* /boot/dtbs/$KERNEL_VERSION/

apt-get remove -y --purge --autoremove linux-image-$(uname -r) linux-headers-$(uname -r) ti-temperature-modules-$(uname -r) ti-debugss-modules-$(uname -r)


Expand Down Expand Up @@ -252,10 +256,6 @@ nano /home/fpp/.bashrc
# edit /etc/fstab and make sure it looks OK for tmpfs


#if the sancloud dtbs are missing in /boot/dtbs/$(uname -r)
cp -a /opt/fpp/bin.bbb/dtbs/* /boot/dtbs/$(uname -r)


#place 4G SD card in sd slot
# zero out everything unused so compressing the image will work better
dd if=/dev/zero of=/dev/mmcblk0 bs=1M status=progress count=3500
Expand Down
2 changes: 0 additions & 2 deletions bin.bbb/dtbs/README

This file was deleted.

Binary file removed bin.bbb/dtbs/am335x-sancloud-bbe-uboot-univ.dtb
Binary file not shown.
Binary file removed bin.bbb/dtbs/am335x-sancloud-bbe-uboot.dtb
Binary file not shown.
Binary file removed bin.bbb/dtbs/am335x-sancloud-bbe.dtb
Binary file not shown.

0 comments on commit b7b0757

Please sign in to comment.