[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2020-08-19 Thread TJF
Am Mittwoch, 19. August 2020 22:40:03 UTC+2 schrieb andrew...@gmail.com: > > I get this error when running your code. I can read the adc just fine. > > AssertionError: P9_24 configuration failed (b'pinmux missing') > > Your system is not prepared for pinmuxing (check error messages

[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2020-08-19 Thread andrew . harres
I get this error when running your code. I can read the adc just fine. AssertionError: P9_24 configuration failed (b'pinmux missing') -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2020-08-19 Thread TJF
Am Mittwoch, 19. August 2020 21:56:23 UTC+2 schrieb andrew...@gmail.com: > > I can't find a reference to the setPin function in the python library > Check out example pruss_toggle.py . > I assume I should

[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2020-08-19 Thread andrew . harres
I can't find a reference to the setPin function in the python library I assume I should be able to do this: from libpruio import * io = pruio_new(PRUIO_DEF_ACTIVE, 4, 0x98, 0) pruio_setPin(io, P9_24, 0) -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-19 Thread jonnymo
Try downloading the gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf toolchain and set the Cross Settings to reference this: https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/ Just unpack the file and reference it in Exlipse. Ex: Prefix:

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-19 Thread robert.sty...@gmail.com
I feel for Nagabhooshanam I have found getting the cross compiler working on Windows very difficult (compared to Linux, but no picnic there either). I usually resort to the tools provided by the silicon manufacture and end up with several Eclipse based

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-19 Thread NAGABHOOSHANAM VEMULA
Hi, In continuation of this discussion. I am progressing, but yet to make the environment to work. With this eclipse, I am successful to build and run c program (Hello world) in the native/host platform, windows machine. But I am unable to add cross -compile option to "*arm-linux-gnueabihf*-"

[beagleboard] Re: reliability and support

2020-08-19 Thread NAGABHOOSHANAM VEMULA
Hi Bhagyasri, I think your question may find an answer as part of the previous discussion. please see this... https://groups.google.com/g/beagleboard/c/2X2xkSIhgOQ/m/zVQoVtYzBgAJ On Wednesday, August 19, 2020 at 7:05:59 PM UTC+5:30 bhag...@gmail.com wrote: > Hi , > > This bhagysri, Senior

Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-19 Thread Pavel Yermolenko
Hi Robert, I don't know what the problem was, but after rebooting the Ubuntu host machine (and also BBB) it works. Sincerely, Pavel. P.S. the kernel is: 4.14.108-ti-r119 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Re: Sensors for weather station?

2020-08-19 Thread Dennis Lee Bieber
On Tue, 18 Aug 2020 14:29:43 -0700 (PDT), in gmane.comp.hardware.beagleboard.user Ren W wrote: > >AdaFruit sells such a thing (AM2302 ), >but the protocol looks iffy (I'm using Bonescript, not Python). SparkFun >has a bunch of options also, but they all

[beagleboard] Re: Real time clock options for use with Beaglebone?

2020-08-19 Thread Carl James
I see this is an old thread but as its still a recurrent question for BeagleBone users I thought I'd chip in... The *SanCloud BeagleBone Enhanced WiFi 1G + RTC i*s a pin-to-pin compatible enhancement of the BeagleBone Black. It comes with *an integrated RTC board including a CR2032 battery

Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-19 Thread Robert Nelson
On Wed, Aug 19, 2020 at 9:25 AM Pavel Yermolenko wrote: > > But I just bought it. Could TX and RX alternation damage the USB adapter? > After all, if it was completely interrupted, the communication will not work > at all. > Probably "partly" broken. But how to check it ? IDK, i have that same

Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-19 Thread Pavel Yermolenko
But I just bought it. Could TX and RX alternation damage the USB adapter? After all, if it was completely interrupted, the communication will not work at all. Probably "partly" broken. But how to check it ? On Wednesday, August 19, 2020 at 4:13:05 PM UTC+2, RobertCNelson wrote: > > On Wed, Aug

Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-19 Thread Robert Nelson
On Wed, Aug 19, 2020 at 9:06 AM Pavel Yermolenko wrote: > > Resolved. > But there is another problem: difficult to login. You must press the key > several times before the symbol appears. It is therefore difficult to check > whether the password has been entered correctly. That's not normal..

[beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-19 Thread Pavel Yermolenko
Resolved. But there is another problem: difficult to login. You must press the key several times before the symbol appears. It is therefore difficult to check whether the password has been entered correctly. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] reliability and support

2020-08-19 Thread bhagi407
Hi , This bhagysri, Senior Hardware Engineer. I want to use Beagle pocket in one of my projects. I want to know about reliability and support i.e,how many years of Production guarantee can we expect ? Regards Bhagyasri -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] USB3 on BBAI

2020-08-19 Thread 'Roger Quadros' via BeagleBoard
David, On 18/08/2020 21:35, David Nolan wrote: Hi Roger, Thanks for your email. Apologies for the delay getting back to you. Yes, I'm connecting the camera to the Type-C port. The camera has a Micro B

[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2020-08-19 Thread TJF
Am Dienstag, 18. August 2020 23:32:17 UTC+2 schrieb andrew...@gmail.com: > > I'm unable to use the config-pin: > Cannot read pinmux file: /sys/devices/platform/ocp/ocp*P9_24_pinmux/state > config-pin is based on the cape universal device tree blobs. They consime a lot of memory and slow down