Re: [beagleboard] Re: BeagleBone Blue; Pinout diagram / System Reference Manual ?

2018-10-29 Thread James Strawson
Thank you! On Mon, Oct 29, 2018 at 4:19 AM Nuno Silva wrote: > You can use it as you see fit. Change it to make it better, to be more > appealing, etc. > > Best regards, > Nuno > > On Mon, Oct 29, 2018 at 6:34 AM JStrawson wrote: > >> This looks great and I can't believe I didn't stumble

[beagleboard] Re: [beagle-alpha] Default Images and: California: SB-327 Information privacy: connected devices.

2018-10-05 Thread James Strawson
The unique password requirement applies in the case where "a connected device is equipped with a means for authentication outside a local area network" which a beaglebone does not unless the user manually forwards ports on their router, which could be argued as the user intentionally compromising

[beagleboard] Re: [beagle-alpha] Quick update regarding BeagleBone Blue documentation

2017-05-05 Thread James Strawson
I have pinouts listed in the individual manual pages for encoders, i2c, uart, etc. Diagrams would be better but the info is here. http://strawsondesign.com/#!manual-encoders http://strawsondesign.com/#!manual-i2c http://strawsondesign.com/#!manual-spi http://strawsondesign.com/#!manual-uart

Re: [beagleboard] BBBlue Ethernet?

2017-04-17 Thread James Strawson
Hi Robert, Robotics cape is still planned, We're waiting on Element 14 and Beagleboard to start stocking shelves. Christi, any updates from E14? Best, James Dept. Mechanical & Aerospace Engineering University of California, San Diego On Mon, Apr 17, 2017 at 3:01 PM, Robert Nelson

[beagleboard] Re: [beagle-alpha] Desired existing open source cape recommendation

2017-02-07 Thread James Strawson
I like the interacto as a demonstration of clever use of the pru for image capture. Dept. Mechanical & Aerospace Engineering University of California, San Diego On Tue, Feb 7, 2017 at 12:00 PM, Jason Kridner wrote: > Anyone want to nominate an open source cape to go into

[beagleboard] Re: [beagle-alpha] Announcement: Debian 8.6 released for all boards

2016-11-14 Thread James Strawson
Excellent! I'm glad the device trees made it in. Is it possible to have an IOT image (preferably already set to flash) up there as well? I see debian.beagleboard.org/images/ still has the older IOT images. Best, James Dept. Mechanical & Aerospace Engineering University of California, San Diego

[beagleboard] Re: [beagle-alpha] 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread James Strawson
Excellent! UIO has been the only thing keeping me from migrating to Jessie. I'll report on my findings. I trust this kernel will make its way into a new stable release on beagleboard.org/latest-images at some point? On 6 Jul 2016 7:56 a.m., "Robert Nelson" wrote: > Okay,

Re: [beagleboard] UIO and Pruss

2015-12-13 Thread Strawson
Sadly I'm running into the same missing uio directories now that I'm trying to get my beaglebone code that was stable on the 3.8 kernel and Wheezy image. My old compiled dtbo wouldn't load with a 4.1 kernel until it was recompiled. Even with it loaded, the following modules don't load: PRU,

Re: [beagleboard] UIO and Pruss

2015-12-13 Thread Strawson
;; > > /* identification */ > part-number = "pruss_enable"; > version = "00A0"; > > fragment@0 { > target = <>; >__overlay__ { > status = "okay"; > > }; > }; > > }; > > A

Re: [beagleboard] Re: Official eQEP driver Support

2014-05-21 Thread Strawson
Robert held true to his word: The 2014-5-14 debian image includes the tieqep driver and works correctly when teknoman's device tree overlays (or my own) are loaded. Thank you Thank you Thank you! I am still not sure why the mmap code I attached above only works with that driver, but I suppose

[beagleboard] Re: Official eQEP driver Support

2014-05-13 Thread Strawson
overlay? The supplied DTS files do more than just initialize the driver, they setup the IO configuration, as the default board config doesn't bring out the eQEP lines. - Nathaniel Lewis On Saturday, May 10, 2014 12:25:14 AM UTC-7, Strawson wrote: I believe it is enabled. From my last

[beagleboard] Re: Official eQEP driver Support

2014-05-10 Thread Strawson
fine. Good idea, but no dice. For good measure I will write this bit anyway, but with |= instead of = since some bits are not writable and I wouldn't want to erase the enable bits for pwm and ecap. On Friday, May 9, 2014 11:33:23 PM UTC-7, James Zapico wrote: Strawson, It looks like you're

[beagleboard] Re: Official eQEP driver Support

2014-05-09 Thread Strawson
it seems my excitement was short-lived. While reading the position with the previous (and attached) code does work, it only does so when Teknoman's eqep driver is loaded. I've added writes to set up the PWMSS and eQEP configuration registers and have confirmed by reading them back that they

Re: [beagleboard] Official eQEP driver Support

2014-04-28 Thread Strawson
); pos_init_p = (uint32_t *) ((uint8_t *)pwm_addr + QPOSINIT + offset); max_pos_p = (uint32_t *) ((uint8_t *)pwm_addr + QPOSMAX + offset); - James On Sunday, April 27, 2014 10:46:46 PM UTC-5, Strawson wrote: Cheers, John! Your suggestion of 0xFA300180 matches the MMU translations and places

Re: [beagleboard] Official eQEP driver Support

2014-04-27 Thread Strawson
in the original post. Thanks for any further input, Strawson On Saturday, April 26, 2014 10:55:40 AM UTC-7, john3909 wrote: From: Strawson jstr...@gmail.com javascript: Reply-To: beagl...@googlegroups.com javascript: Date: Saturday, April 26, 2014 at 1:46 AM To: beagl...@googlegroups.com javascript

Re: [beagleboard] Official eQEP driver Support

2014-04-26 Thread Strawson
but should contain a value. My test code is below. Any thoughts? Thank you all, Strawson #include stdio.h #include stdio.h #include stdlib.h #include sys/types.h #include sys/stat.h #include unistd.h #include fcntl.h #include sys/mman.h #define MAP_SIZE 4096UL #define MAP_MASK (MAP_SIZE - 1

[beagleboard] Changing PWM frequency at run time

2014-04-17 Thread Strawson
. Best, C Briggs, J Strawson -- 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+unsubscr

[beagleboard] Official eQEP driver Support

2014-04-17 Thread Strawson
be appreciated. Best, J Strawson, C Briggs -- 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