BeagleBone Black & BB-View
So jetzt beende ich mal den Beitrag.
Ich hab mir ein Display von 4D-Systems gekauft.
Einstecken und funktioniert 🙂
Gibt’s bei SOS-Electronic
Lange rumgemacht und immer noch keine Lösung gefunden. Jetzt dachte ich benutz mal das TI Image, soweit so gut, hat aber keinen Paket Manager. Also alles nochmal mit Debian versuchen.
Und nochmal
bone-debian-7.4-2014-04-23-2gb.img auf SD-Karte schreiben
Debian von BeagelBone.org
3.8.13-bone37.zImage auf USB Stick kopieren
PuTTY root
mkdir /media/udisk
mount /dev/sda1 /media/udisk
cp /media/udisk/3.8.13-bone37.zImage /home/debian
cp /media/udisk/3.8.13-bone37.zImage /boot/uboot/zImagere
cp /media/udisk/BB-VIEW-LCD7-01-00A0.dtbo /lib/firmware
nano /boot/uboot/uEnv.txt
cp /media/udisk/BB-VIEW-LCD7-01-00A0.dts /lib/firmware
dtc -O dtb -o BB-VIEW-LCD7-01-00A0.dtbo -b 0 -@ BB-VIEW-LCD7-01-00A0.dts
cp -f /media/udisk/uImage /boot/uboot/
cp am335x-boneblack-lcd7.dtb /boot/uboot/dtbs/am335x-boneblack.dtb
ich versuche das BB-View mit dem Beaglebone zu verbinden, nach der Anleitung: http://armsdr.blogspot.de/2014/01/element14-bb-view-and-debian-beta.html
Debian Downloaden, dabei gibt’s bei github einen Zertifikatfehler. Damit gibt’s dann keinen: git config –global http.sslverify false
Es tut auch mit der Debian Version von BBB
Image von hier http://beagleboard.org/latest-images
Dann das Angstrom Image BB-VIEW Angstrom Image.zip von hier www.element14.com/BeagleBone
den Rest von hier:
6.1.1 Image Programming
1) Use the format tool from HP named “HPUSBFW.exe” to format a flash
drive with the FAT32 file system.
2) Download the “BB-VIEW Angstrom Image.zip” to get following files
from:
URL: www.element14.com/BeagleBone
File Names: am335x-boneblack-lcd4.dtb
am335x-boneblack-lcd7.dtb
am335x-boneblack.dtb
kernel_modules.gz
uImage
Unzip the files and copy all the image files to the flash drive.
3) Connect the flash drive to the BeagleBone Black and power it ON.
4) Execute the following instructions in a terminal program (such as PuTTY)
to mount the flash drive:
$ mkdir /media/udisk
$ mount /dev/sda1 /media/udisk
5) Execute the following instructions to install the image and then restart the
system;
$ cp -f /media/udisk/uImage /boot/
$ cp -f /media/udisk/*.dtb /boot/
$ tar -xvf /media/udisk/kernel_modules.gz -C /
$ sync
6.1.3 Setup for 7” LCD Module
The following instructions are executed in PuTTY for use of 7” LCD module;
root@beaglebone:~# cd /boot
root@beaglebone:~# cp am335x-boneblack-lcd7.dtb am335x-boneblack.dtb
root@beaglebone:~# sync
Now restart the board to finish the setup for 7” LCD module.
und
We need to do one more thing before the LCD will work. Since the cape doesn’t have an EEPROM, we need to black-list the HDMI drivers and force-load the BB-VIEW drivers in the boot command file:
bbb> sudo nano /boot/uboot/uEnv.txt
Find the „optargs“ line and edit it to be:
optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr.enable_partno=BB-VIEW-LCD7-01
Nur der Touch Screen tut noch nicht so richtig
Hmmm.
hat sich doch geweigert,
also alles nochmal von vorn.
1. SD-Karte mit HPUSBFW.EXE im Admin Modus formatieren
2. Image auf SD-Karte mit Win32DiskImager.exe schreiben (http://beagleboard.org/latest-images)
Tut noch nicht, aber hier noch ein Link
http://datko.net/2014/03/21/bbb_upgrade_3_13/
cd /sys/devices/bone_capemgr.9
cat slots
echo BB-VIEW-LCD7-01 > Slots
echo BB-BONE-LCD7-01 > slots
cat /sys/devices/bone_capemgr.9/slots
echo BB-VIEW-LCD7-01 > /sys/devices/bone_capemgr.9/slots
echo BB-BONE-LCD7-01 > /sys/devices/bone_capemgr.9/slots
echo -6 > /sys/devices/bone_capemgr.9/slots
cd /lib/firmware
ls -ltr
ls /lib/firmware -ltr
cp /media/udisk/BB-VIEW-LCD7-01-00A0.dtbo /lib/firmware/
chown root:root /lib/firmware/BB-VIEW-LCD7-01-00A0.dtbo
http://armsdr.blogspot.de/2014/01/element14-bb-view-and-debian-beta.html
https://learn.adafruit.com/downloads/pdf/introduction-to-the-beaglebone-black-device-tree.pdf
Iceweasel installieren
apt-get install iceweasel
iceweasel in PuTY eingeben und nach X11 weiterleiten
Gnome instalieren
apt-get install gnome
Debian bone-debian-7.4-2014-04-23-2gb.img
KDE installieren
apt-get install kde –> tut nicht
apt-get install kde-desktop <-- vielleicht das?
??? apt-get install aptitude tasksel
??? aptitude --without-recommends install ~t^standard$ ~t^desktop$ ~t^kde-desktop$
Zum schreiben eines Kommentars musst Du angemeldet sein.