Re: [beagleboard] BBXM HDMI issue on ubuntu-14.04.1 with LXDE

2014-12-06 Thread Leo738
No, no display on the TV. After the command: ubuntu@arm:~$ xrandr -display :0.0 -q Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 2048 x 2048 DVI-D-1 connected 1280x1024+0+0 160mm x 90mm 1280x1024 60.0* 720x57650.0 720x48060.0 59.9 -- For

Re: [beagleboard] Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-12-06 Thread alexschneider250
Hi Pratik, As I studied the latest kernel code (3.8.13-bone67), I noticed that the patch https://groups.google.com/d/msg/beagleboard/9mctrG26Mc8/SRlnumt0LoMJ mentioned by Jay @ Control Module Industries is already there, but apparently it doesn't help. After a lot of experiments with U-Boot,

Re: [beagleboard] tun module missing in kernel 3.14.25-ti-r37

2014-12-06 Thread toni incog
I can confirm a working tun module with openvpn with the updated kernel 3.14.25-ti-r38. Thanks! On Wednesday, December 3, 2014 12:12:01 AM UTC+1, RobertCNelson wrote: On Tue, Dec 2, 2014 at 5:06 PM, toni incog toni@gmail.com javascript: wrote: Uhhh, will this lead to a new kernel

[beagleboard] Learn Embedded Systems

2014-12-06 Thread Lucas Tanure
Hello all, I want learn more about embedded systems. I have a lot of free time. I wrote the http://elinux.org/Building_for_BeagleBone, where I download all the source code for BBB, the latest kernel from linus, config, build and run. What's the next thing that I could do learn more about

Re: [beagleboard] Learn Embedded Systems

2014-12-06 Thread meino . cramer
Lucas Tanure ltan...@gmail.com [14-12-06 17:56]: Hello all, I want learn more about embedded systems. I have a lot of free time. I wrote the http://elinux.org/Building_for_BeagleBone, where I download all the source code for BBB, the latest kernel from linus, config, build and run.

[beagleboard] Re: PRU C Project - from device tree to program execution

2014-12-06 Thread Phil W.
Hey Peter, thank you for your guide. Im a bit stuk with my own projekt. I wrote and succesfully debugged some code for reading from an ADC with CCS and a JTAG probe. I also checked the shared ram mecanism for the host/PRU communication by manipulating it via Memory Browser. It works well

[beagleboard] Re: PRU C Project - from device tree to program execution

2014-12-06 Thread Phil W.
Um, and what about the data.bin file? I see you only use the text.bin file. Am Sonntag, 7. Dezember 2014 01:51:44 UTC+1 schrieb Phil W.: Hey Peter, thank you for your guide. Im a bit stuk with my own projekt. I wrote and succesfully debugged some code for reading from an ADC with CCS and

[beagleboard] Servo PWM: Getting IOError: [Errno 2] No such file or directory: '/slots'

2014-12-06 Thread Sidharth Rajaram
Hi, On my BBB running Ubuntu 14 I am using adafruit py libs to for servo control. But I get the following error. Same with P9_14. Any idea why I am getting this and what I should do to make it go away? Thanks a lot! import Adafruit_BBIO.PWM as PWM PWM.start(P8_13, 95.0, 60) IOError:

[beagleboard] BBB throwing NMIs and time outs

2014-12-06 Thread david turvene
This is an off-shoot from the issue entitled wifi unreliable but a completely different issue. I'm very pleased with the TL-WN722N wifi plug, BTW. My setup: - BBB rev C - Debian 7.7 and 3.18-0-rc3-bone1 custom build using RCN image-builder - USB 4-port hub - Tenda W311M (Ralink

[beagleboard] Re: PRU C Project - from device tree to program execution

2014-12-06 Thread Peter Gregory
I don't know of a way to debug the PRU. I'd start with a very simple C program. You can start with setting the interrupt telling the loader the program is halting. Next, enable the OCP, then go into a tight loop toggling a pin. // Enable OCP master ports - this enables pinmux pins to R30

[beagleboard] Upstream kernel status?

2014-12-06 Thread Adam Goode
Hi, Is there any place where I can see ongoing progress or status of am335x upstream support? I would love to see something like this (from the sunxi folks): http://linux-sunxi.org/Linux_mainlining_effort Of course such a page is asking for a lot. Most specifically, I am wondering when the

[beagleboard] Re: PRU C Project - from device tree to program execution

2014-12-06 Thread Peter Gregory
If all your variables are in the .bss segment (uninitialized variables) then you only need to load the text.bin file. -- 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

Re: [beagleboard] Upstream kernel status?

2014-12-06 Thread Robert Nelson
On Dec 6, 2014 10:53 PM, Adam Goode a...@spicenitz.org wrote: Hi, Is there any place where I can see ongoing progress or status of am335x upstream support? I would love to see something like this (from the sunxi folks): http://linux-sunxi.org/Linux_mainlining_effort Of course such a page is