Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
Update Setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Sep 13, 2014
1 parent 92b8b90 commit af67b08
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,21 @@ Next, update the the Debian environment:

sudo apt-get update
sudo apt-get install usbmount
sudo apt-get install git build-essential

Disable the HDMI output:

sudo sed -i 's/#cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN/cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN'/g /boot/uboot/uEnv.txt
If you are using a Debian image from 2014.8.13 or newer, do this:

sudo sed -i 's/#cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN/cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN'/g /boot/uEnv.txt
sudo reboot

Note: These packages used to be required, but now are included in the default image. You might need to install them if you're using a different Debian system.
If you are using an older Debian image, do this:

sudo apt-get install git build-essential
sudo sed -i 's/#cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN/cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN'/g /boot/uboot/uEnv.txt
sudo reboot

Otherwise, modify the uEnv boot file to disable HDMI and HDMIN overlays, then reboot.

# Next, set up LEDscape:

Expand All @@ -40,7 +46,7 @@ Use git to download the repository:
Copy the device tree file into place, and add it to the slots:

sudo cp dts/CAPE-BONE-OCTO-00A0.dtbo /lib/firmware
echo 'CAPE-BONE-OCTO' | sudo tee -a /sys/devices/bone_capemgr.9/slots
echo 'CAPE-BONE-OCTO' | sudo tee -a /sys/devices/bone_capemgr.*/slots

Then run the identification program to test if all is well:

Expand Down

0 comments on commit af67b08

Please sign in to comment.