Re: [beagleboard] Physical Dimensions

2015-02-25 Thread Giuseppe Iellamo
at 1:24 AM, Giuseppe Iellamo pep...@gmail.com javascript: wrote: I know it's maybe too early, but aside the new (and very intresting x15) is there any plan for a new BeagleBone (am43xx based for example) ? Il giorno lunedì 23 febbraio 2015 13:33:07 UTC+1, Gerald ha scritto: Trying to keep

Re: [beagleboard] Physical Dimensions

2015-02-24 Thread Giuseppe Iellamo
I know it's maybe too early, but aside the new (and very intresting x15) is there any plan for a new BeagleBone (am43xx based for example) ? Il giorno lunedì 23 febbraio 2015 13:33:07 UTC+1, Gerald ha scritto: Trying to keep it as small as possible, but it takes space for al the stuff on the

Re: [beagleboard] Official eQEP driver Support

2014-04-18 Thread Giuseppe Iellamo
I'm using it but in order to be fast ( I know it's not very linux style ... but ) Set up #ifdef __arm__ #define MAP_SIZE 4096UL // Constant used for the memory mapping of the eqep #define MAP_MASK (MAP_SIZE - 1) // mmaping device register in order to speed up things if((fd =

[beagleboard] [BBB] PRUSS and EPWM and EQEP

2014-03-21 Thread Giuseppe Iellamo
Hi all, I've seen that many used PRUSS in order to generate the PWM signal needed to drive DC motors... Given that on the sitara already has there are the controllers that do it in HW, I was wondering if it is feasible to program the PWMSS subsystem of the Sitara, driving it from within the

Re: [beagleboard] [BBB] PRUSS and EPWM and EQEP

2014-03-21 Thread Giuseppe Iellamo
talk to the PWM hardware with the PRU. On 3/21/2014 9:24 AM, Giuseppe Iellamo wrote: Hi all, I've seen that many used PRUSS in order to generate the PWM signal needed to drive DC motors... Given that on the sitara already has there are the controllers that do it in HW, I

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-03-15 Thread Giuseppe Iellamo
Just to say... My three boards arrived... after just six week not so orrible as I feared... Il giorno giovedì 13 marzo 2014 18:08:37 UTC+1, Todd Riffel ha scritto: I'm guessing the capes Seeed Studio seels are Chinese clones too? I was thinking of buying their LCD7 cape for their $89 price.

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-03-12 Thread Giuseppe Iellamo
And then three board arrived me!!! Yahooo! Il giorno mercoledì 12 marzo 2014 15:08:33 UTC+1, dwfunk4475 ha scritto: and then the boards would not be available for it's intended market. -david On Wed, Mar 12, 2014 at 5:20 AM, Satz Klauer satzk...@googlemail.comjavascript: wrote:

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-27 Thread Giuseppe Iellamo
Just to say our order on RS (italy) placed one month ago got cancelled. And now they say it will be available on July. Il giorno giovedì 27 febbraio 2014 15:30:03 UTC+1, Gerald ha scritto: I will continue to show shipment numbers per day. Nothing more. Gerald On Thu, Feb 27, 2014 at

Re: [beagleboard] Xenomai master - BBB RCNelson 3.13-bone5 kernel patches

2014-02-13 Thread Giuseppe Iellamo
Just follow this guide http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SerialLogin Il giorno giovedì 13 febbraio 2014 10:52:03 UTC+1, dlewin555 ha scritto: well not really, it didn't succeeded unlesse the following is wrong: flashing :

Re: [beagleboard] Read current register values in BBB during OS running

2014-02-10 Thread Giuseppe Iellamo
If they are memory mapped register you can also use a tool like devmem2 or mmap yourself the register to access them directly. This is not real linux style and a bit dangerous and certainly not portable at all-- but you can do it Il giorno domenica 9 febbraio 2014 23:07:44 UTC+1, john3909 ha

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-04 Thread Giuseppe Iellamo
Maybe the world is a little bigger than Marietta ;-) Il giorno mercoledì 5 febbraio 2014 01:11:27 UTC+1, Ronny Julian ha scritto: Guess no one saw my comment because Microcenter in Marietta GA still had two on the shelf again today. On Tue, Feb 4, 2014 at 9:28 AM, Paul Tan

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-04 Thread Giuseppe Iellamo
Maybe the world is a little bigger than Marietta ;-) Distributors in Italy (RS components, Mouser, Farnell) are still without boards. RS says you can reserve boards for April... Il giorno mercoledì 5 febbraio 2014 01:11:27 UTC+1, Ronny Julian ha scritto: Guess no one saw my comment because

[beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-01-23 Thread Giuseppe Iellamo
It doesn't seem that using BBC on a commercial project is an infringement to the term of use. There is only a warning... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

[beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-01-23 Thread Giuseppe Iellamo
It doesn't seem that using BBC on a commercial project is an infringement to the term of use. There is only a warning... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

Re: [beagleboard] BBB and ftdi problem

2014-01-21 Thread Giuseppe Iellamo
I think he is using usb to ttl converter like with the FTDI on chip... I'm using it with different RCnelson kernels (3.8 - 3.12) and it works seamless Il giorno lunedì 20 gennaio 2014 16:55:59 UTC+1, lazarman ha scritto: Black has no FTDI Sent from Yahoo Mail on

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-01-10 Thread Giuseppe Iellamo
And it worked! Thank you very much John and Robert! Now I'm heading to QT5 realm! Il giorno giovedì 9 gennaio 2014 21:50:46 UTC+1, john3909 ha scritto: From: Giuseppe Iellamo pep...@gmail.com javascript: Reply-To: beagl...@googlegroups.com javascript: Date: Thursday, January 9, 2014

[beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-01-09 Thread Giuseppe Iellamo
Sorry I can't help you but maybe you can help me. I'm using your exact configuration... But I still read *root@arm:/opt/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2# ./OGLES2ChameleonMan PVRShell: EGL 1.4 initializedExit message has been set to: PVRShell: Unable to create

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Giuseppe Iellamo
Hi Olof, I'm Struggling with this SGX stuff, I'm building the Robert kernel and it seems to work, but in the Graphics SDK 5_01_00_01 instructions it says* Ensure that the NFS target is setup * What NFS target have you used?? Thanks, Giuseppe Il giorno domenica 5 gennaio 2014 13:29:11 UTC+1,

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Giuseppe Iellamo
: wrote: On 1/8/14, 5:45 AM, Robert Nelson robert...@gmail.com javascript: wrote: On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo pep...@gmail.comjavascript: wrote: I built the kernel successfully and installed it and now if I try with the demo included in GFX sdk I get

[beagleboard] Re: PWM: changing Period of EHRPWM

2014-01-06 Thread Giuseppe Iellamo
Hi, the problem is a bug in pwm_test so that once you enabled two channels of the same ehrpwm you cannot change the period. Try look at http://saadahmad.ca/using-pwm-on-the-beaglebone-black/ https://github.com/SaadAhmad/beaglebone-black-cpp-PWM Il giorno lunedì 6 gennaio 2014 21:13:37 UTC+1,

[beagleboard] Re: newbie: Trying to get PWM to work to move a servo - not working

2013-12-12 Thread Giuseppe Iellamo
Just to tell you. I use PWM on BBB and encoders and they are working quite well. You have to use kernel 3.8.13 You have to patch pwm test using https://github.com/Teknoman117/beaglebot and if you have encoders try https://github.com/Teknoman117/beaglebot all that you need is:

[beagleboard] Re: newbie: Trying to get PWM to work to move a servo - not working

2013-12-12 Thread Giuseppe Iellamo
Just to tell you. I use PWM on BBB and encoders and they are working quite well. You have to use kernel 3.8.13 You have to patch pwm test using https://github.com/SaadAhmad/beaglebone-black-cpp-PWMhttps://github.com/Teknoman117/beaglebot and if you have encoders try

[beagleboard] Re: Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12?

2013-12-11 Thread Giuseppe Iellamo
graphics on the display connected over HDMI, so the SGX drivers are now available för the 3.12 kernel (in arago) but still not packaged nicely for the BBB I guess. Regards Daniel On Monday, December 9, 2013 10:38:10 AM UTC+1, Giuseppe Iellamo wrote: As the title states... has anybody tried

[beagleboard] Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12?

2013-12-09 Thread Giuseppe Iellamo
As the title states... has anybody tried? http://processors.wiki.ti.com/index.php/RN_5_00_00_01_alpha http://e2e.ti.com/support/arm/sitara_arm/f/791/p/298596/1072533.aspx#1072533 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: Cape IIO Kernel NULL Pointer derefence

2013-12-03 Thread Giuseppe Iellamo
As others have noted here https://groups.google.com/forum/#!category-topic/beagleboard/beaglebone-black/ZLSuKKM9Im4 Unloading cape is a bit problematic... shortly don't expect it to work reliably Il giorno mercoledì 4 dicembre 2013 01:41:47 UTC+1, Doug Edey ha scritto: Using Ubuntu 13.04

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

2013-11-28 Thread Giuseppe Iellamo
Hi, I've tried to build pwm_test under 3.12 and it works seamless BUT the dts_common file is hesvy changed so I didn't figure how to match the old overlay with the new kernel... after that I gave up and went back to 3.8.13. I'm also interested in other experience Il giorno martedì 19 novembre

[beagleboard] Re: Beagleboard black for the dumb evil genius?

2013-11-28 Thread Giuseppe Iellamo
Well it can certainly used (see http://www.linuxcnc.org/ ) but if you fall into coma when someone starts talking about programming... maybe you've to hire someone Il giorno mercoledì 27 novembre 2013 08:51:37 UTC+1, Maximus ha scritto: Hi all, OK so I am one of those guys who likes to

Re: [beagleboard] Help: Fast ADC sampling on the beagleboneblack

2013-11-27 Thread Giuseppe Iellamo
@Fe wi John is totally right, I'd like to add that you don't have to mmap linux devices like those in /dev or via /sys but you have to map directly register, e.g. in my case (the eqep) ... constexpr uint32_t eQEP1phAdd=0x48302180; // if you look at am335x TRM this is the base address of

[beagleboard] Re: Help: Fast ADC sampling on the beagleboneblack

2013-11-26 Thread Giuseppe Iellamo
Hi, I'm using the same kernel (with xenomai) as you, and I'm facing a similar issue with the encoder interface If you use xenomai and then access via sysfs to the driver you0re causing a domain switch to linux OS over xenomai. Moreover this way in any cycle you're issuing to many syscalls to

Re: [beagleboard] Re: Help: Fast ADC sampling on the beagleboneblack

2013-11-26 Thread Giuseppe Iellamo
I suggest all to subscribe to xenomai mailing list as this issue is more xenomai related than beagle... -- 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

[beagleboard] Re: Flashing Ubuntu 12.04 To eMMC

2013-11-25 Thread Giuseppe Iellamo
Try sudo su and then issue the commands... Il giorno lunedì 25 novembre 2013 05:37:58 UTC+1, napp...@gmail.com ha scritto: Been trying to flash the Ubuntu 12.04 image from the uSD card to the eMMC on the BBB. Everytime I try to do this a permission denied error appears when when

[beagleboard] kernel 3.12 and SGX: something is moving

2013-11-20 Thread Giuseppe Iellamo
It seems that something is moving, even if this is not a BBB specific release at the moment ! Now I'm working on the lower half of the project (No GUI at all BBB) so I cannot try it... Just to let you know. http://tigraphics.blogspot.in/2013/11/4q-2013-linux-graphics-sdk-release.html -- For

[beagleboard] Kernel 3.12 and PWM_TEST

2013-11-18 Thread Giuseppe Iellamo
Hi all, Yesterday I've compiled a 3.12 kernel and applied tha PREEMPT_RT patch on it. It seems to be working, but I've noted that pwm_test.c module was not included, so I've built it and loaded and everything seems to work, except that the overlay aren't working now, because the common DTS

[beagleboard] Re: Patching the kernel to read encoders

2013-11-07 Thread Giuseppe Iellamo
Hi, I just did it and I followed the instruction on http://eewiki.net/display/linuxonarm/BeagleBone+Black and then you can patch the whole with https://github.com/SaadAhmad/beaglebone-black-cpp-PWM and https://github.com/Teknoman117/beaglebot/tree/master/encoders/patches It should be

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-26 Thread Giuseppe Iellamo
We are all users contact TI directly. ;) Regards, Did it. I'm sorry but from time to time is it difficult to track all the news... thank you very much for the support to everyone. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Giuseppe Iellamo
It seems to me not very fair to say we have a board with a 3d accelerator, we sell it and we won't give you the driver nor the specs to use it... To my understanding with 3.2 kernel it was working. Any advice on how to resume a working 3.2 distribution I may use? Il giorno giovedì 24 ottobre

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Giuseppe Iellamo
HDMI e OpenGl support... Il giorno venerdì 25 ottobre 2013 09:34:40 UTC+2, Mickae1 ha scritto: You don't have a most recent Kernel that is working correctly with the SGX drivers ? 3.2 it's very old On Fri, Oct 25, 2013 at 8:52 AM, Giuseppe Iellamo pep...@gmail.comjavascript: wrote

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Giuseppe Iellamo
, Oct 25, 2013 at 1:52 AM, Giuseppe Iellamo pep...@gmail.comjavascript: wrote: It seems to me not very fair to say we have a board with a 3d accelerator, we sell it and we won't give you the driver nor the specs to use it... To my understanding with 3.2 kernel it was working. Any advice

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Giuseppe Iellamo
I'm Just realizing that maybe I misunderstood. Is IT unlikely that a sgx driver will be release for 3.8.x kernel OR for any other subsequent release? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] uboot options

2013-10-22 Thread Giuseppe Iellamo
Where can i find the list of kernel parameters like qemu=1? -- 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

[beagleboard] Re: eQep -quadrature encoder controller - anybody using it?

2013-10-15 Thread Giuseppe Iellamo
, October 14, 2013 5:31:24 AM UTC-5, Giuseppe Iellamo wrote: Hi James, After a lot of other tests I'm quite sure the pins are hooked correct, really the eQep reads something, the only thing is tath it is continually underflow/Overflow... I'm experimentig varying the QEPCTL settings

[beagleboard] Re: eQep -quadrature encoder controller - anybody using it?

2013-10-14 Thread Giuseppe Iellamo
it. The only problems I noticed were you have to make sure you're hooked up to the correct pins, and the pullup/pulldown settings don't seem to do anything in eQEP mode. On Friday, October 11, 2013 9:42:57 AM UTC-5, Giuseppe Iellamo wrote: Hi all, Since I want to use Beaglebone black

[beagleboard] eQep -quadrature encoder controller - anybody using it?

2013-10-11 Thread Giuseppe Iellamo
Hi all, Since I want to use Beaglebone black in order to perform e motor position controller I need to use an Encoder. I'm struggling with the eQep configuration. Searching other posts I found this:

[beagleboard] Re: A Guide for Determining Pin Mux Settings in the Device Tree:

2013-10-10 Thread Giuseppe Iellamo
But this tool is for BBW or BBB? Il giorno lunedì 19 agosto 2013 15:39:48 UTC+2, Rafael Fiebig-Bindner ha scritto: Hi, I just found this tool: http://pinmux.tking.org/p9.html It does the same thing, but is a lot easier to use. Best regards Rafael -- For more options, visit

[beagleboard] [PWM] Changing two Duty Cycle in a synchronized way.

2013-10-03 Thread Giuseppe Iellamo
Hi all, In my travel with BBB, I have succeded in driving a brushed dc motor with the BeagleBone Black but the interface given by pwm_test kernel module operate on one pwm at time. The fact is that I need to to drive two complementary signals, so when I modify the duty cicle of one PWM i need

[beagleboard] Re: BBB RT patch

2013-10-01 Thread Giuseppe Iellamo
With the help of Charles Steinkuehler I brought up Xenomai on my BBB and it seems to work very well. The post is here: https://groups.google.com/forum/#!category-topic/beagleboard/beaglebone-black/BC5Et2nQFOU Il giorno martedì 1 ottobre 2013 03:44:36 UTC+2, wittend ha scritto: I am interested

[beagleboard] StarterWare on beaglebone black?

2013-09-24 Thread Giuseppe Iellamo
Is it possible to use beaglebone black with Starterware without using a JTAG connector? I'm currently using a UBUNTU distro but I wanted to do a motor control application... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to