Re: [beagleboard] Xenomai on BBB

2013-09-24 Thread Charles Steinkuehler
s are all in the latest Xenomai, which should be released Real Soon Now...mostly waiting on some stuff from the 3.10 kernel, IIRC. Credit to Robert C Nelson for the initial versions of the kernel and image build scripts (also on github). THANKS! -- Charles Steinkuehler char...@steinkuehler.net

Re: [beagleboard] What do you recommend for a 3.3v - 5v bindirectional level shifter for i2c ?

2013-09-24 Thread Charles Steinkuehler
he older Philips I2C spec: http://www.eng.auburn.edu/~nelson/courses/elec5260_6260/39340011.pdf The following section 18.1.1 includes a review of the circuit operation. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2013-09-25 Thread Charles Steinkuehler
x27;t expect it to be a newbie oriented HOWTO code example. > Or, examples of the PRU talking to things on the i2c or SPI buses. > > Has anyone gotten the PRU to control a quadcopter? No to both of the above, AFAIK. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] BBB, PRUSSV2, using timer on IEP

2013-10-01 Thread Charles Steinkuehler
t I haven't used them recently and can't vouch for how well they work: http://bb-lcnc.blogspot.com/2013/06/beagle-bone-pru-links.html -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] Re: How to enable PRU on the BeagleBoard BeagleBone Black?

2013-10-01 Thread Charles Steinkuehler
use sudo to copy the file to where you want it. ...or, coerce the redirection to occur after the sudo, perhaps with something like: sudo -A su -c "dtc -I dtb -O dts am335x-boneblack.dtb > am335x-boneblack.dts_orig" -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] BBB, PRUSSV2, using timer on IEP

2013-10-02 Thread Charles Steinkuehler
RU was already setup, and I know the PRU program loading code works. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] Uubuntu/Robert Nelson's image and /opt/boot-scripts

2013-10-02 Thread Charles Steinkuehler
s so > nothing calls it yet. (the idea it should only be run once..) I drop an init script into /etc/init.d that removes itself once it runs: https://github.com/RobertCNelson/omap-image-builder/blob/master/machinekit/scripts/100.init.shr#L2 -- Charles Steinkuehler char...@steinkuehler.net

Re: [beagleboard] Re: BBB RT patch

2013-10-02 Thread Charles Steinkuehler
>> anybody post me the links where I can find the PT patched 3.8. kernel ? >> >> Thanks, >> Jeshwanth >> Bangalore >> > -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] BBB, PRUSSV2, using timer on IEP

2013-10-02 Thread Charles Steinkuehler
the time! :) -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2013-10-02 Thread Charles Steinkuehler
uming you have the pinmux setup properly). You can only drive a limited number of the BeagleBone header pins using PRU direct I/O, and a lot of the pins are shared with the LCD/HDMI interface. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] BBB, PRUSSV2, using timer on IEP

2013-10-02 Thread Charles Steinkuehler
alf, but at least the pencil seems to re-appear mysteriously several days after vanishing. Probably some law about the conservation of energy or something... ;-) -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] PRU with external ADC

2013-10-02 Thread Charles Steinkuehler
to see if they will mesh well with your ADC's interface. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] HDMI and LCD design

2013-10-03 Thread Charles Steinkuehler
rollers and have a second display that way, but you won't have access to it via conventional Linux constructs like the frame buffer interface. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] BBB dead after flash

2013-10-04 Thread Charles Steinkuehler
"boot > button" option does not seem to work. The boot button completely bypasses the on-board eMMC, so if your 'bone is not booting correctly from SD card when holding the boot button during reset, you need to re-image the SD card. -- Charles Steinkuehler char...@steinkuehler

Re: [beagleboard] PRU writing to DDR-ram takes long time

2013-10-04 Thread Charles Steinkuehler
that can modify the contents of memory directly. That is the same as any other DMA enabled I/O device, and requires the same care with handling of the memory regions. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] IS possible to use an LCD without controller, on the BBB?

2013-10-06 Thread Charles Steinkuehler
are if the LCD panel uses differential high-speed signaling, and you might need some hardware to drive the back-light. Dig up a manual on the LCD panel (or otherwise figure out the pinout) and see. -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

Re: [beagleboard] Is it safe to power Beagleboard XM Rev B with 5V Supply of PC ATX SMPS?

2013-10-08 Thread Charles Steinkuehler
ing the 5V aux supply for the 'Bone, you don't need to worry about turning the ATX supply on or having a proper load on the higher-current 5V and 12V lines. Just hook up two wires and you're done. :) -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit

Re: [beagleboard] Re: BBB RT patch

2013-10-08 Thread Charles Steinkuehler
ked in the ignore/ipipe and I do not see this patch. > > Regards, > John > > > > > > > > On 9/30/13 8:12 PM, "Charles Steinkuehler" > wrote: > >> AFAIK, preempt-rt on the 3.8 kernel is either brand new or still a work >> in process. T

Re: [beagleboard] Re: BBB RT patch

2013-10-08 Thread Charles Steinkuehler
more building the ipipe patch from scratch, and the BeagleBone ipipe pre/post patches have been removed from my repo. Let me know if you have any issues when building. On 10/8/2013 2:54 PM, Charles Steinkuehler wrote: > This is probably due to the very recent release of the newest official > v

Re: [beagleboard] Re: BeagleBoard.org collaborates in creation of new Arduino TRE

2013-10-08 Thread Charles Steinkuehler
ur wish-list 512K shared memory region. :) -- Charles Steinkuehler char...@steinkuehler.net -- 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 s

Re: [beagleboard] Re: BeagleBoard.org collaborates in creation of new Arduino TRE

2013-10-08 Thread Charles Steinkuehler
On 10/08/13 21:48, Przemek Klosowski wrote: > On Tue, Oct 8, 2013 at 8:50 PM, Charles Steinkuehler > wrote: > >> Ah well...maybe someone will write a virtual AVR emulator for the PRU, >> then you could have *THREE* Arduino's on a Tre! > > Now this is crazy, b

Re: [beagleboard] Are there any PRU scratch pad examples (or source) out there?

2013-10-09 Thread Charles Steinkuehler
do need to make sure you're using a version of pasm that supports these instructions. The first version from TI didn't. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] Are there any PRU scratch pad examples (or source) out there?

2013-10-09 Thread Charles Steinkuehler
us bits of the INTC, it's interrupt number 3), you're getting timeouts from not having a "matched set" of XIN/XOUT pairs. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscri

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

2013-10-10 Thread Charles Steinkuehler
If you want, I'll send you some of the local 8-bit brew: http://www.tallgrassbeer.com/beers/8-bit ...it's the least I can do for all your contributions to the community! -- Charles Steinkuehler char...@steinkuehler.net signature.asc Description: OpenPGP digital signature

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

2013-10-11 Thread Charles Steinkuehler
On 10/11/2013 7:49 AM, Robert Nelson wrote: > On Thu, Oct 10, 2013 at 8:43 PM, Charles Steinkuehler > wrote: >> On 10/10/2013 7:09 PM, Robert Nelson wrote: >>> Regression/testing: >>> Are we missing any kernel config settings from 3.8 that you used? >>> D

[beagleboard] BeagleBone and Motion Control

2013-10-13 Thread Charles Steinkuehler
thing or if you spot any goofs. -- Charles Steinkuehler char...@steinkuehler.net -- 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 receiv

Re: [beagleboard] GPIO in C weirdness with fseek/fwrite

2013-10-18 Thread Charles Steinkuehler
xcnc/blob/MachineKit-ubc/src/hal/drivers/hal_pru_generic/pru_generic.p#L135 -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To u

Re: [beagleboard] Getting started with bare-metal programming on BBB

2013-10-19 Thread Charles Steinkuehler
ting a complex SoC like the AM3359 up and running (low-level hardware initialized properly so you can do things like talk to DRAM and send serial messages out the UART) is a non-trivial task. I'd start with their examples and tweak the startup code if/when you have the need. -- Charles Ste

Re: [beagleboard] Re: Sigh, mmcqd hang in Ubuntu

2013-11-04 Thread Charles Steinkuehler
7;re asking about it, though, I figured I should share the 'magic'. :) Now does anyone know who to push this to so it gets into the upstream BeagleBone kernel patch-set for 3.8? -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] Re: Cape Device Tree Overlay fails to load during boot?

2013-11-17 Thread Charles Steinkuehler
are is already mounted and the files are visible when the kernel is trying to find the overlays. Depending on your boot sequence and kernel settings, this may or may not work. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Re: Building a Xenomai kernel

2013-11-18 Thread Charles Steinkuehler
u want to see how to apply the Xenomai patches to your own kernel tree. Note that a working ipipe patch and pre/post patches for the Bone kernel are now part of the latest Xenomai release. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss

Re: [beagleboard] Re: Building a Xenomai kernel

2013-11-18 Thread Charles Steinkuehler
st.patch >> 5- you can resume to generic installation instructions. Yes, those are the instructions for patching the BeagleBone kernel source manually and can be safely ignored if you're using my github repository. In my repo, the above patching is done for you by the scripts,

Re: [beagleboard] Help with PRU

2013-11-21 Thread Charles Steinkuehler
e easiest would just be a software loop, or you can use the IEP timer documented in the latest PRU reference manual, or many other options. More detail about exactly what you're trying to do, what you've tried, and your design constraints will probably get you more useful help. -- C

Re: [beagleboard] Help with PRU

2013-11-22 Thread Charles Steinkuehler
On 11/22/2013 5:08 AM, Ozan Çağlayan wrote: > On Thu, Nov 21, 2013 at 10:49 PM, Charles Steinkuehler > wrote: >> On 11/20/2013 9:30 AM, Ozan Çağlayan wrote: >>> I enabled the virtual PRU cape using device tree overlay and >>> successfully compiled and launched

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

2013-11-26 Thread Charles Steinkuehler
d, if you ever make a Linux syscall from a xenomai task, you have lost any real-time performance guarantees. The Linux kernel can hold your task off for as long as it wants, potentially hundreds of milliseconds or more. -- Charles Steinkuehler char...@steinkuehler.net -- For more optio

Re: [beagleboard] Re: Building a Xenomai kernel

2013-11-30 Thread Charles Steinkuehler
27;re building from scratch. But copying uImage (ie: the Linux kernel) from a yocto build probably isn't what you want to do if you're still trying to run a Xenomai kernel. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- Y

Re: [beagleboard] Re: Building a Xenomai kernel

2013-11-30 Thread Charles Steinkuehler
dtbs, etc. to their respective locations). I haven't used the tools/install_kernel.sh script...I'm sure it works for it's intended purpose, but I'm not sure exactly which OS flavors are supported, if you have to pass it any parameters, etc. If you want to use it, crawl thro

Re: [beagleboard] Re: Building a Xenomai kernel

2013-11-30 Thread Charles Steinkuehler
el to your boot image and/or built a bootable SD card image from scratch, I'm wondering why you're trying to build from source in the first place... -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message be

Re: [beagleboard] Deleting Device Tree Overlays

2013-12-01 Thread Charles Steinkuehler
ort of poor mans hot-plug infrastructure. The loading of overlays works mostly OK, but unloading an overlay is a very good way to make your system totally unstable and/or cause kernel panics. To unload a device tree overlay cleanly, you have to reboot. :( -- Charles Steinkuehler char...@stein

Re: [beagleboard] Re: Deleting Device Tree Overlays

2013-12-02 Thread Charles Steinkuehler
y convenient, and downright amazing, when you consider what the underlying device tree was intended to support. It sure beats rebooting *AND* having to edit your board.dto file! :) -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You rece

Re: [beagleboard] Re: Deleting Device Tree Overlays

2013-12-02 Thread Charles Steinkuehler
is no problem in computer science which cannot be solved by one more level of indirection." -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Beagle

Re: [beagleboard] Re: BeBoPr boards now available

2013-12-09 Thread Charles Steinkuehler
via the >> boardzoo.com website: >> >> http://boardzoo.com/index.php/beaglebone/bone-bebopr.html >> >> >> Dave Anders >> Circuitco -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Re: BeBoPr boards now available

2013-12-09 Thread Charles Steinkuehler
will be more patient and give it some more time now that I know for sure > I am on the correct trail. > > Thanks! > Dave > > On Monday, December 9, 2013 5:20:42 PM UTC-6, Charles Steinkuehler wrote: >> >> The only way to get a BeBoPr+ is to buy it directly from Bas, t

[beagleboard] BeagleBone Black Availability

2013-12-18 Thread Charles Steinkuehler
;hot" must-have Christmas toy and I didn't notice? :) -- Charles Steinkuehler char...@steinkuehler.net -- 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 t

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Charles Steinkuehler
tock, but can't say > how accurate that is. > > And yes, all our distributors reported a big uptick in demand. > Unfortunately they did not plan for such an event. There is no history to > fall back on so planning is hard to do. > > Gerald > > > On Wed, D

Re: [beagleboard] BeagleBone Black Availability

2013-12-19 Thread Charles Steinkuehler
gt; > > I know he has helped me personally and I will always be grateful for all > the help he has given me. > > Regards, > John > > On 12/18/13, 6:30 AM, "Charles Steinkuehler" > wrote: > >> Wow! Well congratulations to beagleboard.org! >> &g

Re: [beagleboard] Powering Beaglebone black through VDD_5V

2013-12-23 Thread Charles Steinkuehler
-- >> 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...@googlegroups.com. >> For more options, visit https

Re: [beagleboard] Powering Beaglebone black through VDD_5V

2013-12-23 Thread Charles Steinkuehler
ke I said I am a newbie to the BBB. > > Respectfully, > Dan Metcalf > On Dec 23, 2013 7:27 PM, "Charles Steinkuehler" > wrote: > >> Actually, VDD_5V is raw 5V power, connected directly to the DC power >> jack. It is absolutely possible to power the Beagle

Re: [beagleboard] Best stable OS for Minecraft server?

2013-12-27 Thread Charles Steinkuehler
ages work on all of the Beagle family boards (and even some others). -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsu

Re: [beagleboard] Powering Beaglebone black through VDD_5V

2013-12-28 Thread Charles Steinkuehler
stays off. In addition to the average value of 5V, the BeagleBone needs a stable 5V value that doesn't have large swings away from the 'typical' 5V value or the on-board power controller will go into under- or over- voltage lock-out mode and the system will shut down. Put a 

Re: [beagleboard] Cross compiling linux for BBB

2014-01-02 Thread Charles Steinkuehler
e difficult to recover from. If you're using an SD card, you can just pop it into another system to fix the problem, and with network booting, you don't even have to do that, you can just swap kernel files around and reboot in seconds. -- Charles Steinkuehler char...@steinkuehler.net -- F

Re: [beagleboard] How many PRU clock cycles does a LBBO instruction take?

2014-01-03 Thread Charles Steinkuehler
or longer) based on clock phasing and configured operating frequencies. -- Charles Steinkuehler char...@steinkuehler.net -- 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] HDMI License

2015-10-20 Thread Charles Steinkuehler
t;> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to beagleboard+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. -- Charles Steinkuehler char...@steinkuehler.ne

Re: [beagleboard] Problem with GPIO on P8_35 to 38

2015-10-25 Thread Charles Steinkuehler
ed *BOTH* of the HDMI overlays (the normal one and the one without audio)? -- Charles Steinkuehler char...@steinkuehler.net -- 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] Problem with GPIO on P8_35 to 38

2015-10-25 Thread Charles Steinkuehler
if you only disable BB-BONELT-HDMI. -- Charles Steinkuehler char...@steinkuehler.net -- 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 re

Re: [beagleboard] RCN, any way to only download cross tools once?

2015-10-28 Thread Charles Steinkuehler
download them each time? Create a system.sh file: https://github.com/RobertCNelson/bb-kernel/blob/am33x-v4.1/system.sh.sample#L14-L18 -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] ARP stuffing

2015-11-02 Thread Charles Steinkuehler
here "address" is the IP address you're "assigning", and hw_address is the target MAC address. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] Device tree - reclaiming resources.

2015-11-20 Thread Charles Steinkuehler
.x kernels and device tree changesets, but I haven't tried. In theory it might work on 3.8 if you made each LED it's own "cape", so you'd unload the LED cape to restore user access to the GPIO pin, but unloading device trees in 3.8 is mostly a handy way to crash the kernel.

Re: [beagleboard] Debian Overlay / Pinmux not working?

2015-11-27 Thread Charles Steinkuehler
ave tried 7.8 and 8.2 and either is really different. >> >> I was looking around to see if I was the only one in this boat and it >> turns out I found a post on stack exchange that describes my issue >> perfectly. >> >> Unfortunately the "answer&q

Re: [beagleboard] Debian Overlay / Pinmux not working?

2015-11-28 Thread Charles Steinkuehler
setting for GPIO2_0? It could be fighting your pull-down setting if it's set to pull up or drive a high level. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Grou

Re: [beagleboard] Fast data from microcontroller to Beaglebone

2015-11-30 Thread Charles Steinkuehler
ely, you could modify the PRU code from the BeagleLogic project to recognize a data/strobe handshake from the STM32 which would get the data into the BBB where you can use the reset of the BeagleLogic framework to buffer it in DRAM on it's way to wherever else it's headed (network, uSD card, et

Re: [beagleboard] BBB for CNC

2015-12-06 Thread Charles Steinkuehler
t's probably better to ask machinekit specific questions on the machinekit Google group vs. the BeagleBoard group, but there's a lot of overlap. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this messa

Re: [beagleboard] UIO and Pruss

2015-12-13 Thread Charles Steinkuehler
t; Once decompiled I have the following entries for the PRUSS: With newer kernels, you need to use the standard Linux remote-proc interface, rather than the legacy UIO driver. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You rece

Re: [beagleboard] cape-universaln error

2015-12-17 Thread Charles Steinkuehler
uname -a cat /sys/devices/bone_capemgr.*/slots ...otherwise, review the contents of the slots file and see if there's anything unexpected. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

Re: [beagleboard] Why does ioremap fail?

2015-12-17 Thread Charles Steinkuehler
y enabled or shut-down to save power. -- Charles Steinkuehler char...@steinkuehler.net -- 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

Re: [beagleboard] Re: PRU Clocks phase shifting with respect to each other??

2015-12-23 Thread Charles Steinkuehler
;>> where the result is -1 and then 2 seconds of measurements where the result >>> is +1... then back to -1, etc. >>> >>> One explanation for this is that there is a slight phase shift between >>> the PRU1 and PRU0 clocks. >>> >>> ...But

Re: [beagleboard] Re: PRU Clocks phase shifting with respect to each other??

2015-12-23 Thread Charles Steinkuehler
e and dedicating an entire PRU core to just measuring edges. And fortunately, the AM3358 is aimed at industrial control so it has several fancy timers (and capture/compare units, and quadrature encoder inputs, and PWM outputs, and other great stuff!) ready for you to use! :) -- Charles Stein

Re: [beagleboard] PRU to DMA DDR caching issues

2016-01-03 Thread Charles Steinkuehler
nd PRU cores, and have the proper memory flags setup so the ARM core will not cache reads. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard

Re: [beagleboard] PRU to DMA DDR caching issues

2016-01-03 Thread Charles Steinkuehler
can configure the hardware timers to capture on the rising and/or falling edge of a signal, and have the timer interrupt the ARM core. This provides cycle-level accuracy for timing, and you should be able to implement everything using the exiting Linux kernel drivers for the timer hardware. -- C

Re: [beagleboard] Re: 2015-09-06 machinekit image not picking up mouse/keyboard on powered USB hub.

2016-01-04 Thread Charles Steinkuehler
as does both keyboards. >> What gives? >> >> I need the hub because I need a mouse, keyboard, and webcam. Re-booting >> with the dongle attached to the hub again yields no working mouse/keyboard. >> >> > -- Charles Steinkuehler char...@steinkuehler.n

Re: [beagleboard] Can we turn BeagleBone Black to an FM receiver ?

2016-01-06 Thread Charles Steinkuehler
s to do filtering/mixing. -- Charles Steinkuehler char...@steinkuehler.net -- 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

Re: [beagleboard] Re: Is BoneScript more trouble than its worth?

2016-01-22 Thread Charles Steinkuehler
gt; >> The examples in http://beagleboard.org/cookbook have all be tested to >> work. Handling of corner cases is a bit wonky in 0.2.5, but I'm hopeful >> that moving to the 4.1 kernel and using pinmux helpers rather than >> dynamically creating device trees will redu

Re: [beagleboard] Re: Is BoneScript more trouble than its worth?

2016-01-23 Thread Charles Steinkuehler
I've been poking around in 8.2, and there are interesting differences > compared to 7.9. > > A bash script run after boot can set up the pins? > > On Friday, January 22, 2016 at 5:48:25 PM UTC-5, Charles Steinkuehler wrote: >> >> "pinmux helper" is a ke

Re: [beagleboard] Using Universal IO to set pullup/pulldown on a PRU input

2016-01-29 Thread Charles Steinkuehler
default, I set the pull-up/down for input pins based on the pin's default state at reset (most are pull-down): https://github.com/cdsteinkuehler/beaglebone-universal-io/blob/master/cape-universal-00A0.dts#L608-L609 -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit

Re: [beagleboard] Re: Large Arrays in DDR via PRU. Does prussdrv_map_extmem() always give contiguous physical addresses?

2016-02-10 Thread Charles Steinkuehler
ock up into bits which might not necessarily have contiguous >> addresses. >> >> If I can count on contiguous addresses, this radically simplifies the >> memory access code in the PRU. If I can't... well, then I can't, and I've >> got to figure so

Re: [beagleboard] Re: Large Arrays in DDR via PRU. Does prussdrv_map_extmem() always give contiguous physical addresses?

2016-02-11 Thread Charles Steinkuehler
h the same. The interesting bits related to the uio_pruss driver usage start with "DMA mappings" on page 445, with a discussion of coherent buffers beginning on the next page. Good luck! -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.o

Re: [beagleboard] Is it possible to write PRU firmware for remoteproc completely in Assembler?

2016-02-19 Thread Charles Steinkuehler
assembly and C: 6.6 "Interfacing C and C++ with Assembly Language". http://www.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=spruhv7a -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Re: beagle bone xenomai RTNET

2016-03-21 Thread Charles Steinkuehler
BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email > to beagleboard+unsubscr...@googlegroups.com > <mailto:beagleboard+unsubscr...@googlegroups.com>. > For more options, visit https://groups.google.com/d/optout. >

[beagleboard] High CPU usage after loading a cape on Jessie

2016-04-10 Thread Charles Steinkuehler
8540 S 1.0 3.2 0:02.70 Xorg > 1135 machine+ 20 03100 1252808 R 0.7 0.2 0:00.51 top > 1112 machine+ 20 09208 1596924 S 0.3 0.3 0:00.08 sshd -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/disc

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-10 Thread Charles Steinkuehler
On 4/10/2016 11:13 AM, Charles Steinkuehler wrote: > I am experimenting with getting Machinekit running on Debian Jessie, > and have run into an issue with loading capes. > > After I manually load a cape: > > $ SLOTS=/sys/devices/bone_capemgr.*/slots > $ sudo -A su -c &quo

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-10 Thread Charles Steinkuehler
On 4/10/2016 3:17 PM, Charles Steinkuehler wrote: > On 4/10/2016 11:13 AM, Charles Steinkuehler wrote: >> I am experimenting with getting Machinekit running on Debian Jessie, >> and have run into an issue with loading capes. >> >> After I manually load a cape:

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread Charles Steinkuehler
service file. Here's a fairly simple walk-through: http://n3mesisfixx.blogspot.com/2012/08/migrate-etcinittab-job-to-systemd-in.html -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subs

Re: [beagleboard] Machinekit- READ ADC VALUE ONLY!!! (NO TEMPERATURE!!!)

2016-04-20 Thread Charles Steinkuehler
r add some appropriate scaling so you can directly connect the .raw output pin to your pwmgen input. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups &

Re: [beagleboard] Machinekit- READ ADC VALUE ONLY!!! (NO TEMPERATURE!!!)

2016-04-20 Thread Charles Steinkuehler
with range 0-4000 > from > 0-1,8V (AIN0). I use machinekit,debian 3.8. and beagle bone black (own > cape).Thanks > > 2016-04-20 16:06 GMT+02:00 Charles Steinkuehler <mailto:char...@steinkuehler.net>>: > > On 4/20/2016 8:15 AM, Matus Kamensky wrote: >

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-21 Thread Charles Steinkuehler
On 4/10/2016 3:36 PM, Charles Steinkuehler wrote: > On 4/10/2016 3:17 PM, Charles Steinkuehler wrote: >> On 4/10/2016 11:13 AM, Charles Steinkuehler wrote: >>> I am experimenting with getting Machinekit running on Debian Jessie, >>> and have run into an issue with loa

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-21 Thread Charles Steinkuehler
On 4/21/2016 7:32 PM, Robert Nelson wrote: > On Thu, Apr 21, 2016 at 7:25 PM, Charles Steinkuehler > <mailto:char...@steinkuehler.net>> wrote: > > OK, this doesn't appear to be a PRU issue, it's a fundamental problem > with udev. The systemd-udevd proc

Re: [beagleboard] uio_pruss on Mainline Linux

2016-04-21 Thread Charles Steinkuehler
ot;. :) Now I just save each and every datasheet I ever download from the internet. Usually, the latest version is what I need, but sometimes there are details in the older versions that got removed in a subsequent update. -- Charles Steinkuehler char...@steinkuehler.net -- For more op

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-21 Thread Charles Steinkuehler
On 4/21/2016 7:41 PM, Charles Steinkuehler wrote: > On 4/21/2016 7:32 PM, Robert Nelson wrote: >> On Thu, Apr 21, 2016 at 7:25 PM, Charles Steinkuehler >> > <mailto:char...@steinkuehler.net>> wrote: >> >> and of course, i never added who pinged m

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-21 Thread Charles Steinkuehler
On 4/21/2016 9:37 PM, Robert Nelson wrote: > > Does the uio_pruss still work if we just nuke that whole udev rule?? Testing -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subs

Re: [beagleboard] High CPU usage after loading a cape on Jessie

2016-04-21 Thread Charles Steinkuehler
On 4/21/2016 9:43 PM, Charles Steinkuehler wrote: > On 4/21/2016 9:37 PM, Robert Nelson wrote: >> >> Does the uio_pruss still work if we just nuke that whole udev rule?? > > Testing Commenting the first line (with SYMLINK+=): == No excessive CPU usage when load

Re: [beagleboard] Re: Single Cape Expansion Connector

2016-05-04 Thread Charles Steinkuehler
>> https://www.adafruit.com/products/2076 >> >> ??? >> >> --- Graham -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Beag

Re: [beagleboard] Re: v4.4.x-ti changes (r25+)

2016-05-05 Thread Charles Steinkuehler
is now set, so it'll > install > the sgx modules by default for v4.4.x-ti kernel's going forward.. Great news! Any progress on getting an sgx accelerated desktop, or are we still waiting on wayland? -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit ht

Re: [beagleboard] Beagle on a chip - Octavo Systems releases OSD3358

2016-05-10 Thread Charles Steinkuehler
AM335x CPUs available?!? ;-) -- Charles Steinkuehler char...@steinkuehler.net -- 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 em

Re: [beagleboard] How to make device-files static in nfsroot

2016-05-13 Thread Charles Steinkuehler
ing names are just a convention. This can be cumbersome (and potentially quite confusing) in a dynamic environment, but if you're just running an automated programming script you should be fine. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboar

Re: [beagleboard] PRU multiple shift out && pattern generation

2016-05-17 Thread Charles Steinkuehler
f single bits, but that will depend on how you have the PRU I/O pinned out and if you can tolerate the extra overhead in the ARM to PRU communications. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message becau

Re: [beagleboard] PRU multiple shift out && pattern generation

2016-05-18 Thread Charles Steinkuehler
ts without slowing down the code, but you'll have to be pre-calculating the next outputs instead of busy-waiting in the clock delay loops. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message becau

Re: [beagleboard] Re: Set a registers bit according to another registers bit PRU

2016-05-22 Thread Charles Steinkuehler
struction works with any register field from 8 to 32 bits, but not with single bits. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard&quo

Re: [beagleboard] Disabling default I2C mapping

2016-06-03 Thread Charles Steinkuehler
overlay. If you need more help, please provide specific details regarding exactly what you need to do, which kernel you are using, and what you have already tried that didn't work. -- Charles Steinkuehler char...@steinkuehler.net -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] Disabling default I2C mapping

2016-06-03 Thread Charles Steinkuehler
ontrol out of the I2C device-tree entry and into something like my Universal Cape overlay, then setting the default mode of the mux to I2C. That way the pins are I2C at startup, then can be switched to GPIO (or any other supported function) at run-time. -- Charles Steinkuehler char...@steinkueh

Re: [beagleboard] Re: /etc/linuxcnc/machinekit.ini file varible MKUUID

2016-06-06 Thread Charles Steinkuehler
To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/6264d956-11b1-4742-bb62-76ab32d957e4%40googlegroups.com > > <https://groups.google.com/d/msgid/beagleboard/6264d956-11b1-4742-bb62-76ab32d957e4%40googlegroups.com?utm_medium=email&utm_source

  1   2   3   4   5   6   7   >