-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Post on http://groups.google.com/group/beagleboard/browse_thread/thread/b55fec7a71d1c6c1:
Hello all,
Since a couple of days now I'm trying to get SGX running on my
Beagleboard Rev C4 with Ubuntu 11.10. I followed the Instructions on
http://elinux.org/BeagleBoardUbuntu#Oneiric_11.10 exactly:
- I downloaded ubuntu-11.10-r3-minimal-armel.tar.xz
- executed the script setup_sdcard.sh on an Ubuntu x86 Host as
follows:
sudo ./setup_sdcard.sh --mmc /dev/sdc --uboot beagle_cx - I installed the lastest Kernel Image following the instructions on
http://elinux.org/BeagleBoardUbuntu#Install_Latest_Kernel_Image - I made an apt-get install xfce4 gdm xserver-xorg-video-omap3 (and
maybe something more) - I installed the SGX package I created on the x68 Host (following
http://elinux.org/BeagleBoardUbuntu#SGX_Video_Acceleration)
the first run of run-SGX.sh after install worked and after each boot
all SGX modules are loaded (see dmesg on http://paste.ubuntu.com/792534/)
Then I tested the SGX acceleration with the EvilSkull demo as user
ubuntu (root makes no difference) with the immediate result in a
kernel panic (see http://paste.ubuntu.com/792545/).
Doing a pvr restart after reboot also leads to panic (see
http://paste.ubuntu.com/792540/).
Here's my Xorg.log: http://paste.ubuntu.com/792565/
This try was my last try after many attempts with ubuntu 11.04, I also
tried pre installed Ubuntu Images from https://wiki.ubuntu.com/ARM/OMAP
doing "sudo apt-get install libegl1-sgx-omap3 libgles1-sgx-omap3
libgles2-sgx-omap3", that didn't work either.
Does anyone has an idea?
Regards,
Simon