Re: [beagleboard] Installing bc package/ floating point arithmetic in BASH

2016-03-04 Thread William Hermans
You should probably check to make sure you're actually connected to the internet . . . chances are really good based on your output that you're not.. On Fri, Mar 4, 2016 at 7:16 PM, Audrey wrote: > Hi I tried that but it still didn't work. apt-get update had problems: > > root@beaglebone:~# apt-

Re: [beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-03-04 Thread AV8TOR
Update: I think it's actually at Address 0x77. If I remove the SDI wire from the breadboard to the BB, then it does not detect anything on 77. That should be a good confirmation that it's on the bus. Where do I go from here? debian@beaglebone:~/sudo i2cdetect -r 2 WARNING! This program can conf

Re: [beagleboard] Installing bc package/ floating point arithmetic in BASH

2016-03-04 Thread Audrey
Hi I tried that but it still didn't work. apt-get update had problems: root@beaglebone:~# apt-get update Err http://repos.rcn-ee.net wheezy Release.gpg Could not resolve 'repos.rcn-ee.net' Err http://security.debian.org wheezy/updates Release.gpg Could not resolve 'security.debian.org' Err htt

Re: [beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-03-04 Thread AV8TOR
and I'm sorry for the spam. I forgot to post that I just updated the board to the latest 8.3 debian. I flashed it with this: bone-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img I can confirm that when I SSH to the board I see the following: Debian GNU/Linux 8 BeagleBoard.org Debian Image 2016-01

Re: [beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-03-04 Thread AV8TOR
Getting back to this after some days... I imagine the difference between I2C mode vs SPI is how it's physically interfaced to the board. I believe that my board is connected for I2C. debian@beaglebone:~$ i2cdetect -r 2 WARNING! This program can confuse your I2C bus, cause data loss and worse! I w

Re: [beagleboard] PRU debugging in CCS V6.1.1

2016-03-04 Thread 'Mark Lazarewicz' via BeagleBoard
Add what you want to config to gel file and try  Sent from Yahoo Mail on Android On Fri, Mar 4, 2016 at 4:07 PM, smblkche...@gmail.com wrote: I posted this on ti's forum.  No answer yet. I'm hoping some one here may be familiar with the Code Composer Studio tools Thanks, I am writing code

[beagleboard] PRU debugging in CCS V6.1.1

2016-03-04 Thread smblkchevy2
I posted this on ti's forum. No answer yet. I'm hoping some one here may be familiar with the Code Composer Studio tools Thanks, I am writing code for PRU0 on the Beagle Bone Black using CCS V6.1.1 and PRU compiler V2.1.1. My output pins are as follows: P9_27 P9_28 P9_29 P9_30 P9_31 In the ass

Re: [beagleboard] Debugging the PRU through Code Composer Studio V6.1.1

2016-03-04 Thread John Syne
I believe you need to associate your pinctrl with the bone-pinmux-helper driver. Just having the pinctrl definition in the DT does not configure the pinmux. The pinmux gets configured during the driver registration, in this case, during the platform_driver_register. With the bone-pinmux-helper t

Re: [beagleboard] Installing bc package/ floating point arithmetic in BASH

2016-03-04 Thread Robert Nelson
On Fri, Mar 4, 2016 at 4:22 PM, Audrey wrote: > So I want to do floating point arithmetic in BASH, but I have trouble > installing the bc package (https://www.gnu.org/software/bc/). > > I type in: > apt-get install bc > > and it tells me: > Reading package lists... Done > Building dependency tree

[beagleboard] Installing bc package/ floating point arithmetic in BASH

2016-03-04 Thread Audrey
So I want to do floating point arithmetic in BASH, but I have trouble installing the bc package (https://www.gnu.org/software/bc/). I type in: apt-get install bc and it tells me: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package

Re: [beagleboard] Re: bonescript analogRead() while loop

2016-03-04 Thread Audrey
Thanks so much for the help! On Thursday, March 3, 2016 at 12:46:02 PM UTC-5, William Hermans wrote: > > *I'm still a bit confused about while loops vs setInterval() though. Like >> I vaguely get that there is a difference between the two but I don't really >> understand javascript all that well

[beagleboard] Debugging the PRU through Code Composer Studio V6.1.1

2016-03-04 Thread smblkchevy
I posted this on ti's e2e forum. I am hoping you guys might be able to give me some pointers. I am writing code for PRU0 on the Beagle Bone Black using CCS V6.1.1 and PRU compiler V2.1.1. My output pins are as follows: P9_27 P9_28 P9_29 P9_30 P9_31 In the assembler code I am doing the set or cl

[beagleboard] Internet Sharing

2016-03-04 Thread Shaun Barney
Hi, I can ssh into my BBB when internet sharing is off, but as soon as i switch internet sharing on i can’t? Please can you help? Thanks, Shaun -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard

Re: [beagleboard] Issue using XDS100v2 when moved to a new version 4.1.18-ti-r49

2016-03-04 Thread William Hermans
> > *One other thing which I am unable to get is that since with the with new > build I stop uboot into loading and running the linux kernel(basically i am > at uboot command prompt), so why do I see this issue while in earlier > version its not present? Pinmux settings will come into picture only

Re: [beagleboard] Re: using analog input with a can cape

2016-03-04 Thread William Hermans
> > *Another of my concern is that the application is monitoring of a turbine > engine parametersin the aeronautical field. Is it suitable to use such a > device for that purpose or is there another device that suits best?* > More information needed. As in what are you going to be monitoring ? For

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread William Hermans
> > *whats the difference? * > > *I figured the UIO / remote proc were kind of trying to do the same > thing. * > > *which one can I use the am335x_pru_package examples with?* > > *ok, after some googling now I realize they are 2 different ways to > interact with the PRUs, * > *based on the src of

Re: [beagleboard] Re: Pinmuxing (Loadable) Kernel Module?

2016-03-04 Thread John Syne
Well, that is what I meant by mode, which is pinmux Mode1 through Mode7, plus the pullup, pulldown, direction, etc. Rather than starting from scratch, I think it would be simple to add this to gpiolib. Also, gpiolib has uses debugfs to display info about the gpio pins. Look at /sys/kernel/debug/

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Robert Nelson
On Fri, Mar 4, 2016 at 11:19 AM, Delbert Martin wrote: > OK the examples work now, Thanks for all your help. That's the difference.. uio_pruss works from 3.8 -> 4.1 remoteproc_pruss needs more examples.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagl

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Delbert Martin
OK the examples work now, Thanks for all your help. On Friday, March 4, 2016 at 12:16:33 PM UTC-5, Delbert Martin wrote: > > whats the difference? > > I figured the UIO / remote proc were kind of trying to do the same thing. > > which one can I use the am335x_pru_package examples with? > > ok, a

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Delbert Martin
whats the difference? I figured the UIO / remote proc were kind of trying to do the same thing. which one can I use the am335x_pru_package examples with? ok, after some googling now I realize they are 2 different ways to interact with the PRUs, based on the src of the am335x_pru_package exam

[beagleboard] Re: using analog input with a can cape

2016-03-04 Thread TJF
Hi Shuriken! Turbine engine controlling sounds like hard realtime requirements and fast controller loop. BBB is fine for that. Instead of two different boards, think of three different processors working at the same SoC (ARM + PRU[0-1]). Am Donnerstag, 3. März 2016 19:19:21 UTC+1 schrieb Shuri

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Robert Nelson
On Fri, Mar 4, 2016 at 10:58 AM, Delbert Martin wrote: >> For simplicity's sake, Lets say I would like to run >> PRU_memAccessPRUDataRam from the am335x_pru_package example, > > I keep getting "prussdrv_open open failed", which I'm going to guess means > something isn't enabled. "guessing" > > o

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Delbert Martin
> > For simplicity's sake, Lets say I would like to run > PRU_memAccessPRUDataRam from the am335x_pru_package example, I keep getting "prussdrv_open open failed", which I'm going to guess means something isn't enabled. "guessing" ok, so uio-pruss-enable-00A0 is an overlay for the device tre

Re: [beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Robert Nelson
On Fri, Mar 4, 2016 at 10:20 AM, Delbert Martin wrote: > I'm having some issues with PRU documentation and information gathering, or > maybe I'm just reading a lot of stuff wrong. > > Help me figure out where I am wrong. > > PRU(s) are little embedded processors in the AM335x core. > > bone_capemg

[beagleboard] basic PRU Questions I haven't found answers to

2016-03-04 Thread Delbert Martin
I'm having some issues with PRU documentation and information gathering, or maybe I'm just reading a lot of stuff wrong. Help me figure out where I am wrong. PRU(s) are little embedded processors in the AM335x core. bone_capemgr allows you to change pinmux functions of the core, to allow pl

Re: [beagleboard] Pinging to 192.168.7.2 is unsuccessful after flashing to Debian 7.9 onwards

2016-03-04 Thread Robert Nelson
On Fri, Mar 4, 2016 at 1:55 AM, wrote: > > Hi all, > > Just wanna say hi to everyone in the Beaglebone community! > It's a pleasure to be part of the community of the hobby amongst the > hobbists. > > I would like to share my encounter with all out there who might also > experienced the same issu

[beagleboard] Re: Finger touch/mouse left click stopped working on LCD Touchscreen 4DCape-70T for BeagleBoneBlack

2016-03-04 Thread Radovan Chovan
Hi, we have finally replicated this issue by constant touching of touschsreen display using two hands. [code] debian@beaglebone:~$ xinput --list \u23a1 Virtual core pointerid=2[master pointer (3)] \u239c \u21b3 Virtual core XTEST pointer id=4[s

Re: [beagleboard] Issue using XDS100v2 when moved to a new version 4.1.18-ti-r49

2016-03-04 Thread Robert Nelson
On Fri, Mar 4, 2016 at 8:10 AM, gnu gnu wrote: > Thanks Robert... But as I mentioned earlier I am not at all good at git, so > could you please let me know what commands I need to run ? Right now my > kernel makefile points to 4.1.18 So delete the repo and re-clone, then follow the guide posted i

Re: [beagleboard] Issue using XDS100v2 when moved to a new version 4.1.18-ti-r49

2016-03-04 Thread gnu gnu
Thanks Robert... But as I mentioned earlier I am not at all good at git, so could you please let me know what commands I need to run ? Right now my kernel makefile points to 4.1.18 One other thing which I am unable to get is that since with the with new build I stop uboot into loading and runni

[beagleboard] Pinging to 192.168.7.2 is unsuccessful after flashing to Debian 7.9 onwards

2016-03-04 Thread super . c . leee
Hi all, Just wanna say hi to everyone in the Beaglebone community! It's a pleasure to be part of the community of the hobby amongst the hobbists. I would like to share my encounter with all out there who might also experienced the same issue. After flashing the eMMC memory with the latest De