[beagleboard] Make modules modules_install problem.

2014-11-05 Thread Terje Froysa
Dear forum, I am trying to compile and install a kernel module in my Debian 3.8.13-bone67 / Xenomai environment. The compile runs fine, but the modules modules_install causes a warning due to a wrong path (see below). The path is correct except for the 3.8.13+ which should have been

Re: [beagleboard] Re: Cross-compiling SDL 1.2 for BBB.

2014-11-05 Thread Jack Mitchell
Take a look at the sdl package for OpenEmbedded, it's always a good place to reference for cross compiling quirks. https://github.com/openembedded/oe-core/tree/master/meta/recipes-graphics/libsdl On 04/11/14 17:48, Andrew Henderson wrote: I build SDL1.2 natively on the BBB for BeagleSNES. I

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-05 Thread david turvene
On Tuesday, November 4, 2014 9:01:53 AM UTC-5, Ives van der Flaas wrote: Have you had *any* resets since the upgrade to the new u-boot version? I've also been suspecting u-boot, hence my Meaning that I'm also running an old u-boot. in the last post. Yes, it has rebooted a couple times

[beagleboard] Re: Seriously Confused

2014-11-05 Thread Brandon I
https://github.com/adafruit/adafruit-beaglebone-io-python/blob/master/source/c_adc.c The adc source for bbio should be useful. Keep in mind that these sysfs interfaces are incredibly slow compared to memory poking since each operation requires opening, reading/writing and closing the file.

[beagleboard] load device tree overlay through uEnv.txt on startup

2014-11-05 Thread janszymanski12345
Hi, I want to load a device tree overlay on startup by including it in uEnv.tx like this ... #cape_enable=capemgr.enable_partno=BB-BONE-AUDI-02 cape_enable=capemgr.enable_partno=SPI-4SS ... It desn't work as there is another file I need to modify and I forgot where it is. my image is:

[beagleboard] Re: load device tree overlay through uEnv.txt on startup

2014-11-05 Thread janszymanski12345
OK, found it. It's here http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Loading_custom_capes In case other people have a similar problem. Workaround: add CAPE=BB-SPI1-01 to /etc/default/capemgr The problem is that all that info is all over the places and changes all the time. On

[beagleboard] how to set a static ip address for beagle bone

2014-11-05 Thread Dileep
Hi, Could any one explain how to find out beagle bone ip address how to set a static IP addres. I'm new to Ubuntu Beagle Bone. Regards, Dileep -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: PRU0 base address

2014-11-05 Thread Karl Karpfen
OK, the base address seems to be correct. Nevertheless CTRL-register isn ot readable, so it seems some important PRU-initialisations are missing. So is there any clock or power that has to be turned on for PRU? Am Dienstag, 4. November 2014 17:54:03 UTC+1 schrieb Karl Karpfen: OK, I'm sure