Re: [beagleboard] Re: [GSTREAMER] RTMP PLUGINS ON ANGSTROM [PAYMENT FOR HELP]

2013-11-03 Thread Cao Xuân Phong
Hi Frank! My PC was broken and I lost all the packages! Please open your feeds directory again! Thank you so much and sorry for inconvenience! Regards, PhongCao On 2 November 2013 23:42, Cao Xuân Phong caoxuanphong.k...@gmail.comwrote: Thank you for your help, Frank! Regards, PhongCao

Re: [beagleboard] Re: 3.12-rc4: kernel testing time...

2013-11-03 Thread mike
I've just tried 3.12.0-rc7-bone8 (bit the bullet as I'm not getting anywhere with 3.8) and have the same problem. I'm loading the following overlays (I have B-BONELT-HDMI and BB-BONELT-HDMIN disabled): BB-UART1 BB-UART2 BB-UART4 BB-UART5 BB-SPIDEV1 BB-I2C1 BB-ADC plus a whole list of GPIOs

Re: [beagleboard] Re: Start Address of RAM on BBB?

2013-11-03 Thread Satz Klauer
Indeed, it is working with 0x8000 - thanks! On Sat, Nov 2, 2013 at 5:47 PM, ronny...@gmail.com wrote: Hi Internal sram goes from 402f0400 ... 4030 sdram goes from 8000 ... 9fff all in hex ofcourse :-) Greetz Ronny On Friday, November 1, 2013 4:44:27 PM UTC+1, Satz

[beagleboard] Select CLK_M_OSC as source for DMTimer (instead of 32 kHz clock)

2013-11-03 Thread Satz Klauer
Hi, I'm trying to set up a fast timer interrupt using CLK_M_OSC as clock source for DMTimer2. For initialising this I'm calling DMTimer2ModuleClkConfig() from Starterware code which itself seems to select CLK_M_OSC as source for the timer clock using following code: /* Select the clock

Re: [beagleboard] Select CLK_M_OSC as source for DMTimer (instead of 32 kHz clock)

2013-11-03 Thread Mark Lazarewicz
Did you Read the TRM and manually check the relavent register values including any mux register values On Sunday, November 3, 2013 5:46 AM, Satz Klauer satzkla...@googlemail.com wrote: Hi, I'm trying to set up a fast timer interrupt using CLK_M_OSC as clock source for DMTimer2. For

Re: [beagleboard] Select CLK_M_OSC as source for DMTimer (instead of 32 kHz clock)

2013-11-03 Thread Satz Klauer
OK, it seems my counter/prescaler settings for initial and reload count value are ignored or used for first shot only, so it seems something is wrong in my initialisation code: DMTimer2ModuleClkConfig(); IntMasterIRQEnable(); IntAINTCInit(); IntRegister(SYS_INT_TINT2, isr_func);

Re: [beagleboard] BeBoPr boards now available

2013-11-03 Thread davedave1973
Hi Can you help please I would like to buy a BeBoPr+ or BeBoPr++ if this exists?? Thanks :) -- 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

[beagleboard] How do I enable the RS232 Cape With LCD7 on Ubuntu?

2013-11-03 Thread colnewman
I have the LCD7 Cape installed and the RS232 Cape is plugged into that. When I plug the RS232 cape in and boot up the BBB, my LCD7 cape doesn't display anything. I did a dmesg | grep tty via SSH and this was the result. [0.00] Kernel command line: console=ttyO0,115200n8 fixrtc

[beagleboard] The Breadboardinator

2013-11-03 Thread amber_cathey
The Breadboardinator is a new cape available through Salt Lake Scientific - currently offered for sale through the Salt Lake Scientific website. Basic Product Information: 1) Compatible with both original BeagleBone and BeagleBone Black (BBB) 2) brings P8 and P9 headers pins out to solder

[beagleboard] Re: Camera Cape For Sale

2013-11-03 Thread amber_cathey
Have you considered just using a regular USB camera, plugged into the slot on the Beaglebone? There are a few Youtube videos out there with more information, but if you can't get the cape fast enough, USB camera from Amazon, or just a big box store, could be an easy and cheap solution. Just a

[beagleboard] Lower power modes suspend/resume RTC wake

2013-11-03 Thread Alix
Hi guys, I have looked through some of the previous conversations related to suspend/resume RTC wake. But I still have the basic following two questions in regards to *kernel image 3.8.13-bone26:* 1. Does it support suspend/resume? 2. Can RTC be used as a wake up source from sleep mode? --

[beagleboard] Re: new CAPE with Altium Designer

2013-11-03 Thread siamesedrummer
Is there a link to these anywhere? -- 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

[beagleboard] Re: Beagleboard XM IVA2.2 support in kernel 3.11

2013-11-03 Thread jernej . turnsek
Hi, I've found out what was the problem. It turns out that OMAP_INTC_START offset was missing in the structure below. static struct omap_hwmod_irq_info omap3xxx_mmu_iva_irqs[] = { { .irq = 28 + OMAP_INTC_START, }, { .irq = -1 } }; BR, Jernej Dne sreda, 30. oktober 2013 19:20:21 UTC+1 je oseba

[beagleboard] Lower power suspend/resume and RTC wake

2013-11-03 Thread Alix
Hi guys, I went through the previous discussions concerning beagle bone black low power modes suspend/resume and RTC wake. After recompiling a *3.8.13-bone26* with kernel power mode support enabled in the menuconfig, I tried to run the command: % echo mem /sys/power/state Still I got an

Re: [beagleboard] Re: new CAPE with Altium Designer

2013-11-03 Thread Gerald Coley
http://circuitco.com/support/BeagleBoneBlack http://circuitco.com/support/index.php?title=BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28A6.29 Gerald On Sat, Nov 2, 2013 at 4:39 PM, siamesedrum...@gmail.com wrote: Is there a link to these anywhere? -- For more options, visit

[beagleboard] Re: Web based led control

2013-11-03 Thread eskimobob
Have a look herehttp://www.berriman.co.uk/beaglebone-black-bbb-simple-web-io/ HTH Martin On Saturday, 2 November 2013 06:14:35 UTC, Ray wrote: Hey guys i want to control an led over the web, tried a lot of tutorial but everything is outdated can some one help me on this topic. my device

Re: [beagleboard] Re: Matlab MEX file code

2013-11-03 Thread Przemek Klosowski
On Sat, Nov 2, 2013 at 2:47 AM, XDaniel Dai dxw@gmail.com wrote: 1- Is it possible to download MATLAB compiler on BBXM rev C ? No. MATLAB and its compiler only runs at Intel-compatitable platform. The ARM instruction set on BBXM is very different from Intel, you cannot run the MATLAB

Re: [beagleboard] Re: Web based led control

2013-11-03 Thread Pedro A. Melendez
what eskimobob seems interesting but i would recommend using bonescript is eassier and a more up-to-date approach https://github.com/jadonk/bonescript -Pedro On Sun, Nov 3, 2013 at 12:43 PM, eskimobob martinberri...@gmail.com wrote: Have a look

Re: [beagleboard] Re: Web based led control

2013-11-03 Thread Don deJuan
What makes bonescript more up to date in the approach? I get your easier comment but more up to date does not make much sense to me. On 11/03/2013 11:27 AM, Pedro A. Melendez wrote: what eskimobob seems interesting but i would recommend using bonescript is eassier and a more up-to-date

Re: [beagleboard] Select CLK_M_OSC as source for DMTimer (instead of 32 kHz clock)

2013-11-03 Thread Mark Lazarewicz
From: Satz Klauer satzkla...@googlemail.com To: beagleboard@googlegroups.com Sent: Sunday, November 3, 2013 4:46 AM Subject: [beagleboard] Select CLK_M_OSC as source for DMTimer (instead of 32 kHz clock) Hi, I'm trying to set up a fast timer interrupt using CLK_M_OSC as clock source

Re: [beagleboard] Web based led control

2013-11-03 Thread Philip Polstra
I'll just throw this out there: I'm currently tech reviewing a book on using the BBB for home automation being published real soon by Packt. There is a chapter in this short book on creating an Android app for remote control that you might find interesting. The book is a pretty good intro to

[beagleboard] Need help Arch Linux on SD

2013-11-03 Thread blatancic
Hallo my name is Michel. I need some help with Arch linux. I'm sitting in front of my mac computer and hitting my head against the desk.. for the last 4 weeks i been searching the web for how to get a Arch arn linux on my freaking sd card. and as you can hear... No luck so fare :( i just

[beagleboard] Re: problems with webcams

2013-11-03 Thread josiasinaciocanada
Excellent, excellent thread! I just purchased my BBB yesterday for a personal project, and I've been reading for many many hours how and what would be the best way to stream video from the BBB to a PC over WiFi with the lowest latency as I could get. This thread, including all the links that

Re: [beagleboard] Re: BeagleBone Black: Ethernet transmits packets but does not receive them

2013-11-03 Thread steve
Hi Gerald, On Saturday, 2 November 2013 23:37:29 UTC+2, Gerald wrote: -It could be bad cable. Cable works with other equipment. And my BBB does sometimes successfully connect. I didn't find a single consistent way to get it to connect every time. -It could be a DHCP server issue or a

Re: [beagleboard] BeBoPr boards now available

2013-11-03 Thread Bas Laarhoven
On 3-11-2013 1:55, davedave1...@gmail.com wrote: Hi Can you help please I would like to buy a BeBoPr+ or BeBoPr++ if this exists?? Thanks :) Hi Dave (?), The BeBoPr+ is available for sale. If you tell me where you're living and if you're buying private or for a company, I can quote you

[beagleboard] Re: Can beaglebone black be used for MQTT ?

2013-11-03 Thread Bruce Holmes
Hi, It's possible to use MQTT/mosquitto on the BBB, I couldn't find any Angstrom packages but it's relatively painless to compile from source. I used opkg to install the following packages, some of which may not be necessary: python-pip tcp-wrappers python-dev python-setuptools

Re: [beagleboard] Need help Arch Linux on SD

2013-11-03 Thread Eric Westphal
Did you look here? http://archlinuxarm.org/platforms/armv7/ti/beaglebone-black Worked perfectly for me, though I haven't yet flashed to eMMC. Eric On Sun, Nov 3, 2013 at 5:46 PM, blatan...@gmail.com wrote: Hallo my name is Michel. I need some help with Arch linux. I'm sitting in front of

[beagleboard] Re: Procedure to install Ubuntu / Debian from scratch

2013-11-03 Thread George B
Hi, see if this link helps: http://elinux.org/BeagleBoardUbuntu On Sunday, November 3, 2013 9:06:54 PM UTC-8, vinayak aghor wrote: Hello, I want to install ubuntu / Debian on BBB from scratch. This is same as if, installing everything from bootloader to OS on fresh manufactured board

Re: [beagleboard] Select CLK_M_OSC as source for DMTimer (instead of 32 kHz clock)

2013-11-03 Thread Satz Klauer
A mailing list is for asking questions. When you are not willing to help simply don't answer such questions. And when you are in a bad mood please go outside and run around your house until you feel better - but don't blame people for asking things! And...please never again answer to any of my