Re: [beagleboard] bone_capemgr missing in Linux 3.16.0-bone2 BeagleBoneBlack?

2014-08-08 Thread Jacob Ole Juul Kolding
Is it compiled in the kernel image or loaded at boot? Den 09/08/2014 04.45 skrev "Robert Nelson" : > On Fri, Aug 8, 2014 at 9:28 PM, Jacob Ole Juul Kolding > wrote: > > But how does 3.16 configure IO without capemgr? > > hard coded in the dts file > > Rega

Re: [beagleboard] bone_capemgr missing in Linux 3.16.0-bone2 BeagleBoneBlack?

2014-08-08 Thread Jacob Ole Juul Kolding
But how does 3.16 configure IO without capemgr? Den 09/08/2014 04.23 skrev "Robert Nelson" : > On Fri, Aug 8, 2014 at 7:51 PM, Jacob Ole Juul Kolding > wrote: > > I just installed linux 3.16.0-bone2 on my BBB from > > https://rcn-ee.net/deb/trusty-armhf/v3.16.0-bone2

[beagleboard] bone_capemgr missing in Linux 3.16.0-bone2 BeagleBoneBlack?

2014-08-08 Thread Jacob Ole Juul Kolding
I just installed linux 3.16.0-bone2 on my BBB from https://rcn-ee.net/deb/trusty-armhf/v3.16.0-bone2 Im used to work with dtbos and /sys/devices/bone_capemgr*/slots in Linux 3.8.x So I was surprised to find it missing in 3.16 How do I load dtbos in 3.16? Thanks /Jacob -- "In acting as if life

[beagleboard] PWM howto for BBB linux 3.16.x?

2014-08-08 Thread Jacob Ole Juul Kolding
Hi Im used to using pwm on linux 3.8.x through the pwm_test driver, but with 3.16.x there is no pwm_test module. Can anyone point me to some info on using pwm in 3.16? Thanks /Jacob -- "In acting as if life has meaning, we will find, thank God, that it does" - John Cottingham -- For more opt

[beagleboard] Enable PWM on 3.8.13-bone59 (Error: Period value conflicts with channel 1)

2014-08-08 Thread Jacob Ole Juul Kolding
Hi I'm trying to enable pwms using the pwm_test driver but I'm getting an error when changing the period. (from dmesg) Period value conflicts with channel 1 I ran the following commands modprobe pwm_test echo am33xx_pwm >> /sys/devices/bone_capemgr.9/slots echo bone_pwm_P8_13 > /sys/devices/bo

Re: [beagleboard] Reading GPIO input from mem in PRU (BBB)

2014-07-28 Thread Jacob Ole Juul Kolding
am reading from the PRU data memory. Just put r2 from the example > above into the PRU data memory and read in linux. > > > > > > > On Tue, Jul 29, 2014 at 1:00 AM, Jacob Ole Juul Kolding > wrote: >> >> Hi >> >> I found the following code and although it

[beagleboard] Reading GPIO input from mem in PRU (BBB)

2014-07-28 Thread Jacob Ole Juul Kolding
Hi I found the following code and although it compiles the example app never exits while waiting for HALT. And after that all other example apps no longer work. #define GPIO0 0x44e07000 #define GPIO1 0x4804c000 #define GPIO2 0x481ac000 #define GPIO_OE 0x134 #define GPIO_DATAIN 0x138 MOV r3, GPIO

[beagleboard] Reading GPIO input from mem in PRU (BBB)

2014-07-28 Thread Jacob Ole Juul Kolding
Hi I found the following code and although it compiles the example app never exits while waiting for HALT. And after that all other example apps no longer work. #define GPIO0 0x44e07000 #define GPIO1 0x4804c000 #define GPIO2 0x481ac000 #define GPIO_OE 0x134 #define GPIO_DATAIN 0x138 MOV r3, GPIO

[beagleboard] Where to find PRUSS SDK for BBB?

2014-07-28 Thread Jacob Ole Juul Kolding
Hi Can anyone tell me where to find the newest sdk for building and running code on the PRU's? Thanks /Jacob -- 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 gr

[beagleboard] Using I2C kernel modules on BBB?

2014-03-22 Thread Jacob Ole Juul Kolding
Hello I have a cape with a MPU6000 and a BMP180 both connected to i2c-1 They both show up with i2cdetect -r 1 but nothing happens when i modprobe bmp085-i2c or inv_mpu6050 Im not sure if inv_mpu6050 supports mpu6000 but as far as I can read the bmp085-i2c code it should support bmp180 Do I need

[beagleboard] Can anyone tell me about PWM in Linux 3.12+ Please?

2013-11-18 Thread Jacob Ole Juul Kolding
I got PWM working in Ubuntu 13.10 Linux 3.8, but the same API (pwm_test) is missing in Linux 3.12+ And I can't seem to find anything with google. Can anyone tell me how its supposed to work in Linux 3.12+ Please help! /Jacob -- For more options, visit http://beagleboard.org/discuss --- You re

[beagleboard] Building Linux 3.8 witn bone_pwm_P8_13 dts? (RobertCNelson)

2013-11-17 Thread Jacob Ole Juul Kolding
Hello Beagles! I'm been building custom kernels for my BBB from git:// github.com/RobertCNelson/linux-dev.git But when I came to the PWM part of my project I found that the bone_pwm_P8_13 dts and similar files are missing. How do I build these? Thanks! /Jacpb -- For more options, visit http:/

Re: [beagleboard] rtl8192cu_beagebone, wpa-ssid not working

2013-11-13 Thread Jacob Ole Juul Kolding
Den 14/11/2013 01.21 skrev "Dave Hylands" : > > Hi Jacob, > > > On Wed, Nov 13, 2013 at 12:47 PM, Jacob Ole Juul Kolding wrote: >> >> Hello Beagles! >> >> After I got my rtl8192cu_beaglebone module to compile, next step is >> to have wlan

[beagleboard] rtl8192cu_beagebone, wpa-ssid not working

2013-11-13 Thread Jacob Ole Juul Kolding
Hello Beagles! After I got my rtl8192cu_beaglebone module to compile, next step is to have wlan0 up at boot time. I have /etc/network/interfaces like this: auto wlan0 iface wlan0 inet dhcp wpa-ssid (also tried: wireless-essid ) But the device doesn't come up. I have to do: iwconfig wlan0 essi

Re: [beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
I applied the patch from the raspberrypi git and it compiled :) I will test the module later tonight. https://raw.github.com/cybertronic/linux/0fdfdc69c275018b29f5350b4ba64c5241fb1010/drivers/net/wireless/rtl8192cu/os_dep/linux/os_intfs.c Thanks! /Jacob 2013/11/13 Jacob Ole Juul Kolding

Re: [beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
-linux-gnueabihf-4.8-2013.10_linux/bin/arm-linux-gnueabihf- zImage modules and it was successful, but the rtl8192cu_beaglebone gave the same error. /Jacob 2013/11/13 Nuno Sucena Almeida > On 11/13/2013 10:48 AM, Jacob Ole Juul Kolding wrote: > > I tried compiling using your instructions

Re: [beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
buntu:~/linux-dev$ git remote -v origingit://github.com/RobertCNelson/linux-dev.git (fetch) origingit://github.com/RobertCNelson/linux-dev.git (push) /Jacob 2013/11/13 Nuno Sucena Almeida > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/13/2013 09:01 AM, Jacob Ole J

Re: [beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
2013/11/13 Nuno Sucena Almeida > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/13/2013 08:42 AM, Jacob Ole Juul Kolding wrote: > > But ifconfig shows that there is no inet4 address: ?? > > You might be missing a few steps there. Did you configure wpa supplic

Re: [beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
2013/11/13 Nuno Sucena Almeida > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/13/2013 07:43 AM, Jacob Ole Juul Kolding wrote: > > Can anyone tell me whats wrong? > > > > Thanks! > > /Jacob > > What hardware do you have? You might to buil

[beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
Hello Beagles! I've been working on building my own kernel using this guide: http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel And I've got it working mostly except from the wifi driver. I'm using the rtl8192cu chipset over USB and the modules loads and finds the device but w

Re: [beagleboard] How can I use GPIO as light bulb switch?

2013-11-10 Thread Jacob Ole Juul Kolding
for the hint with the relay! > > Am 10.11.2013 um 12:30 schrieb Jacob Ole Juul Kolding : > > A light bulb runs on alternating current and a transistor only works with > direct current. But you could use a relay. > Den 10/11/2013 12.27 skrev "Bodo Kaiser" : > >&

Re: [beagleboard] How can I use GPIO as light bulb switch?

2013-11-10 Thread Jacob Ole Juul Kolding
> Am 10.11.2013 um 12:24 schrieb Jacob Ole Juul Kolding : > > You can use an optically isolated triac > Den 10/11/2013 12.14 skrev "Bodo Kaiser" : > >> Hey, >> >> I want to power some good old light bulbs with my BB. As the gpios do not >> give enoug

Re: [beagleboard] How can I use GPIO as light bulb switch?

2013-11-10 Thread Jacob Ole Juul Kolding
You can use an optically isolated triac Den 10/11/2013 12.14 skrev "Bodo Kaiser" : > Hey, > > I want to power some good old light bulbs with my BB. As the gpios do not > give enough Amphere I though on powering them with a separate power source > and then using the GPIOs just as a switch. > > How

[beagleboard] Re: U-boot zImage uInitrd confusion?

2013-11-09 Thread Jacob Ole Juul Kolding
t its the new kernel) /Jacob 2013/11/10 Jacob Ole Juul Kolding > I have successfully compiled a zImage of linux 3.12.0 for my > beaglebone black but my image is called uImage-dtb.am335x-boneblack > and the kernel file in /boot/uboot/uEnv.txt is called zImage. > > How do I boot

[beagleboard] U-boot zImage uInitrd confusion?

2013-11-09 Thread Jacob Ole Juul Kolding
I have successfully compiled a zImage of linux 3.12.0 for my beaglebone black but my image is called uImage-dtb.am335x-boneblack and the kernel file in /boot/uboot/uEnv.txt is called zImage. How do I boot the uImage and what ramdisk file must I use? Thanks /Jacob -- For more options, visit htt

[beagleboard] compiling kernel 3.12 on beaglebone black?

2013-11-09 Thread Jacob Ole Juul Kolding
Hi I'd like to try compiling Linux kernel 3.12 for my BBB, but i don't really know where to start. Can anyone give me any pointers? I'd prefer to compile directly on the BBB instead of cross-compiling. Thanks /Jacob -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Re: I2C on ubuntu linux 3.8, BBB pin confusion?

2013-10-31 Thread Jacob Ole Juul Kolding
Ok, I did a cycle of the reset pin on the sensor board, and now it responds to i2cdetect -r 1 at address 0x60 :) this is using pins 19 for CLK and 20 for DATA. with VDD at pin 5 (5V) thanks for the link. /Jacob 2013/10/31 Jacob Ole Juul Kolding > I'm not sure if either my sens

Re: [beagleboard] Re: I2C on ubuntu linux 3.8, BBB pin confusion?

2013-10-31 Thread Jacob Ole Juul Kolding
I'm not sure if either my sensor isn't working or if it is something else. I've tried all combinations of 17,18 / 19,20 / 21,22 / 24,26 and i2cdetect -r 0 i2cdetect -r 1 i2cdetect -r 2 but nothing shows up at 0x60, the address of my sensor (MPL115A2) http://www.adafruit.com/products/992#Tutorials