[beagleboard] Re: [Beaglebone Black, ADC, C++, Eclipse, crosscompiling]First steps: is this doable?

2015-08-14 Thread TJF
Am Freitag, 14. August 2015 08:04:01 UTC+2 schrieb Valeria M.: I need to timetag the samples with an accuracy in the order of us (or less if possible) referred to the system clock previously synchronized with ntp. Not feasible under LINUX. You'll need customized real-time software

[beagleboard] Re: [Beaglebone Black, ADC, C++, Eclipse, crosscompiling]First steps: is this doable?

2015-08-14 Thread Valeria M.
In a very semplified way you suggest that I have to: use libruio to start the measurement and read the system clock using one PRU use the other PRU to increase ADC sample freq ? I'll probably need to read more about scratchpad register and XIN XOUT and all the functionality in libruio. but

[beagleboard] Re: [Beaglebone Black, ADC, C++, Eclipse, crosscompiling]First steps: is this doable?

2015-08-14 Thread Valeria M.
Connect your external clock and let the PRU watch a GPIO pin or an analog input and start the measurement on a certain state. Check out the triggers http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/_cha_examples.html#SubSecExaTriggers example. I don't have an external

[beagleboard] Re: ADC generic_buffer.c issues || Accessing ADC from own kernel module

2015-08-14 Thread TJF
Hi! Am Donnerstag, 13. August 2015 21:58:05 UTC+2 schrieb Maro: Have you used libpruio much? I was going to access the htimers to get high precision accuracy between the ADC output. Is there a nice way to do that? or does the 5uS pru assembly give me the ability to determinately know the

[beagleboard] Huawei E303 on Beaglebone Black running Debian Image 2014-04-23 connection problem -

2015-08-14 Thread light filters
Hello Beaglebone experts: I will appreciate your help in configuring Huawei E303 cellular modem on Beaglebone Black running Debian Linux. I found some help on the web and I have tried the following: 1)I installed USB-modeswith and USB-modeswitch-data 2)I also installed sakis3G Upon

[beagleboard] Re: Strange issue with new Debian image for BBB (09-08-2015-lxqt-4gb)

2015-08-14 Thread Robert Nelson
On Aug 14, 2015 5:53 PM, Kumar Abhishek kumar.abhishek.kak...@gmail.com wrote: Hi Robert, I'm facing a strange issue here, that once I have written this new image to the SD Card, and I reboot the device, I am unable to SSH into it further. The icon on my Ubuntu PC here just keeps on blinking

Re: [beagleboard] RAM 1GB option

2015-08-14 Thread Gerald Coley
LOL!!! If you only knew. Gerald On Fri, Aug 14, 2015 at 3:57 PM, Philip Polstra ppols...@gmail.com wrote: Great to see this out there as an option! I'll have to let some of my customers know it is available if they need a little extra power on their hacking drones. On Thu, Aug 13,

Re: [beagleboard] Errors during install php5-json on bbb revB

2015-08-14 Thread Robert Nelson
On Aug 14, 2015 3:43 PM, 11pet...@gmail.com wrote: I am getting this error when trying to run my php script: PHP Fatal error: Call to undefined function json_encode() It turned out that the root cause is php not supporting json extensions, I did some googling and found the fix, but the fix

[beagleboard] Re: Strange issue with new Debian image for BBB (09-08-2015-lxqt-4gb)

2015-08-14 Thread Kumar Abhishek
However, the issue seemed to persist for me even when I switched to kernel version 3.8.13 - bone74 in the same image. Should I try another 3.8.13 kernel? Abhishek *Kumar Abhishek* Undergraduate Student Department of Electronics and Electrical Communications Engineering Indian Institute of

Re: [beagleboard] RAM 1GB option

2015-08-14 Thread Philip Polstra
Great to see this out there as an option! I'll have to let some of my customers know it is available if they need a little extra power on their hacking drones. On Thu, Aug 13, 2015 at 1:27 PM Bill Mar bill...@specialcomp.com wrote: Now offering 1GB DRAM option on our BeagleBoneBlack Rev C

Re: [beagleboard] GPIO pins and Device Trees with 3.14 kernel

2015-08-14 Thread Chris Walker
Thanks for the update dieter! I didn't know kernel version 4.1 was recently released... well, I now know what I'm going to be doing over the next month with our team's Repository. On Fri, Aug 14, 2015 at 1:30 PM, dieter.van.ees...@gmail.com wrote: I see someone has recently asked a question on

[beagleboard] DMTimer or PWM via Device Tree and/or Sysfs

2015-08-14 Thread Bill M
Hi all, Is it possible to enable an external clock signal (preferably by way of Timer7) on the Beaglebone Black via just the device tree? A combination of the device tree and sysfs? I've been able to get these working through Starterware, but have not been successful under Debian. I've tried

Re: [beagleboard] GPIO pins and Device Trees with 3.14 kernel

2015-08-14 Thread dieter . van . eessen
I see someone has recently asked a question on this old post. Controlling pwm using linux is nicely documented in kernel docs: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-pwm controlling simple servo takes period 20 ms and duty_cycle 1 - 2 ms, start with these values echo

[beagleboard] Errors during install php5-json on bbb revB

2015-08-14 Thread 11petera
I am getting this error when trying to run my php script: PHP Fatal error: Call to undefined function json_encode() It turned out that the root cause is php not supporting json extensions, I did some googling and found the fix, but the fix is not working:

Re: [beagleboard] RAM 1GB option

2015-08-14 Thread Jason Kridner
Well, guess the Green was more in-the-dark than I thought. My goal is to try to verify quality and software compatibility of clones/variations, including official Gerald-himself-designed variations. That seems to be of value to the community in my estimation. Corrections welcome. On Aug 13,

[beagleboard] Strange issue with new Debian image for BBB (09-08-2015-lxqt-4gb)

2015-08-14 Thread Kumar Abhishek
Hi Robert, I'm facing a strange issue here, that once I have written this new image to the SD Card, and I reboot the device, I am unable to SSH into it further. The icon on my Ubuntu PC here just keeps on blinking between device connected and device disconnected. If I configured my PC to have a

[beagleboard] Re: Is there a NOP opcode for the PRU?

2015-08-14 Thread Carlos Novaes
I was unable to use the NOPx instructions, same error. But you can define a macro, ex: .macro NOP MOV r1, r1 .endm .macro NOP2 MOV r1, r1 MOV r1, r1 ;endm and so on. Your code will look more readable. Le jeudi 13 août 2015 17:05:35 UTC-3, ky...@cranehome.info a écrit : On Thursday, August

[beagleboard] DMTimer or PWM via Device Tree and/or Sysfs

2015-08-14 Thread Bill M
Hi all, Is it possible to enable an external clock signal (preferably by way of Timer7) on the Beaglebone Black via just the device tree? A combination of the device tree and sysfs? I've been able to get these working through Starterware, but have not been successful under Debian. I've tried

Re: [beagleboard] How to install linux_headers

2015-08-14 Thread Bill Traynor
On Thu, Aug 13, 2015 at 9:28 PM, Kazz aspect...@gmail.com wrote: 4.1.1-ti-r2 Try: sudo apt-get install linux-headers-`uname -r` -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

Re: [beagleboard] Image 2015-7-26, kernel 4.1.3-ti-r6

2015-08-14 Thread Graham
Things are looking pretty good, now. I am running 4.1.4-ti-r9 on one BBB Rev C. and 4.1.5-ti-r10 on another. No reboots on either. Two days uptime on r9 and one day uptime on r10. I will let them run a few more days, at least. r8 set a new record of only 2 minutes between one set of reboots,

Re: [beagleboard] How to install linux_headers

2015-08-14 Thread Kazz
Robert Prematurely, Thank you for your answer. Kazz -- 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