On Wed, Jun 18, 2014 at 8:59 PM, Nick Apperley <[email protected]> wrote: > Tried running the Magic Lantern demo on Debian 7.5 with the 3.13.11-bone10 > kernel (newly built) but had the same problems appear (Unable to create > surface).
Here's my step by step: pc: wget https://rcn-ee.net/deb/microsd/wheezy/bone-debian-7.5-console-2014-06-05-2gb.img.xz unzx bone-debian-7.5-console-2014-06-05-2gb.img.xz sudo dd if=bone-debian-7.5-console-2014-06-05-2gb.img of=/dev/sdX beaglebone: wget https://rcn-ee.net/deb/wheezy-armhf/v3.13.11-bone10/install-me.sh sudo /bin/bash install-me.sh (reboot) pc: git clone https://github.com/RobertCNelson/bb-kernel.git cd bb-kernel/ git checkout origin/am33x-v3.13 -b tmp ./build_kernel.sh ./sgx_build_modules.sh copy GFX_5.01.01.01.tar.gz (under ./deploy) to beaglebone (wget http://192.168.0.10/GFX_5.01.01.01.tar.gz) beaglebone: sudo tar xfv GFX_5.01.01.01.tar.gz -C / cd /opt/gfxinstall/ sudo ./sgx-install.sh sudo reboot debian@arm:~$ lsmod | grep omaplfb omaplfb 12065 0 pvrsrvkm 178782 1 omaplfb cd /opt/gfxsdkdemos/ogles2/ ./OGLES2ChameleonMan Can't open keypad input device (/dev/input/event0) PVRShell: EGL 1.4 initialized Watch guy running around... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
