You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Setup.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,21 @@ Next, update the the Debian environment:
18
18
19
19
sudo apt-get update
20
20
sudo apt-get install usbmount
21
+
sudo apt-get install git build-essential
21
22
22
23
Disable the HDMI output:
23
24
24
-
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
25
+
If you are using a Debian image from 2014.8.13 or newer, do this:
26
+
27
+
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
25
28
sudo reboot
26
29
27
-
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.
30
+
If you are using an older Debian image, do this:
28
31
29
-
sudo apt-get install git build-essential
32
+
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
33
+
sudo reboot
34
+
35
+
Otherwise, modify the uEnv boot file to disable HDMI and HDMIN overlays, then reboot.
30
36
31
37
# Next, set up LEDscape:
32
38
@@ -40,7 +46,7 @@ Use git to download the repository:
40
46
Copy the device tree file into place, and add it to the slots:
0 commit comments