[beagleboard] Re: WiFi data rates on Beaglebone Blue

2017-04-19 Thread Karthik Veeramalai
Hi Juliusz, I have both the antennas plugged in and will try it out with the changes you mentioned. I'll post the results soon. Thanks and Regards, Karthik On Friday, 7 April 2017 07:30:45 UTC+5:30, Juliusz Chroboczek wrote: > > > My speeds over scp have been consistently below 2MB/s. Is this

[beagleboard] Re: SSH with internet through USB not working for minimal image of BBB

2017-04-19 Thread sajeevan k
Hi Dennis Lee, Q: Did you build the added modules has kernal built-in objects, or as loadable objects ? A: I was building the added modules as loadable objects. Also I am working on systemctrl and initd systems. Initially I included all the loadable modules(g_mass_storage, usb_f_mass_storage

[beagleboard] As much as possible GPIO Outs . What should I do ?

2017-04-19 Thread Immo
Hi, I need the maximum possible GPIOs out of the BBB. I'll direct connect a optocopler to decouple the bbb form the external devices. But my first tries with P8 Pin 3-46 wher enot successful may be my overlay file is a bit to big. Or do somebody the same.? How about the boot pins ? If I use them

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread Robert Nelson
On Wed, Apr 19, 2017 at 2:38 PM, Mark A. Yoder wrote: > The big picture is: I'd like to use these in a workshop and the the > participants play all they want. Once we are done I want to run one command > to reset everything. > > I can't count on having internet, so a local git repo sounds like a

Re: [beagleboard] Newbie Question Using BBB for Telemetry

2017-04-19 Thread William Hermans
There is another way to go about this bit is slightly more complex, and would require an additional "server" somewhere. This server could be another embedded Linux system if you so wished. Such as a beaglebone. But basically how this works if you have an MQTT broker running locally, with the MQTT

Re: [beagleboard] Newbie Question Using BBB for Telemetry

2017-04-19 Thread William Hermans
I am a programmer, and have hands on with doing a few projects that fall into this category. What you're attempting to do does not sound very hard at all. But it could turn out to be fairly complex in nature. Tacking a few ADC values, GPI value as well as "toggling" a few GPO's is not that hard. Wh

[beagleboard] Newbie Question Using BBB for Telemetry

2017-04-19 Thread Ian Tulley
Hi all, first off, I'm not a programmer so the reason for this question. I want to see if there is already a BBB application to allow it to be used for telemetry and or could be modified for what I need. I am able to supply an interface board that can go from the headers of the BBB to do all th

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread William Hermans
Sorry, I get into thinking about some things, and forget the minor details of other things. So, dd will not work directly on a directory per se. Technically dd can be used on single files, but that's a rather difficult way of going about things. To clarify: Using dd on a single directory, that dire

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread William Hermans
Just a quick worklog to give an idea of how you set this up and how it works. Of course, you may want todo things a little differently. It depends on if you want to keep the cloud9 directory "updated" Meaning over time maybe updates have updated the files, so perhaps one could make a fresh img file

[beagleboard] A question on automatically rebooting if BBB hangs

2017-04-19 Thread Eric Berg
I'm looking at using a BBB in an embedded system. I have a 555 that I'm using as a watchdog which the BBB would reset every so many seconds. If a minute goes by and the 555 hasn't received a reset from the BBB then it would time out and send a signal (either high or low) to the BBB forcing it t

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread William Hermans
By the way Mark my last comment was directed at you. But one thing I forgot to mention is that once you unmount the tmpfs directory I mention above, the original directory would be there still. So you'd want to take steps to keep from overwriting files there. I mean you could technically just rever

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread William Hermans
How about using a chroot ? Basically you keep a chroot image where ever you want, mount it where ever you want, and just wipe it out for a fresh start when you need to get back to pristine. I am trying to think what would be the smartest way to do this as you wouldn't necessarily want to spend a lo

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread Mark A. Yoder
The big picture is: I'd like to use these in a workshop and the the participants play all they want. Once we are done I want to run one command to reset everything. I can't count on having internet, so a local git repo sounds like a good idea. --Mark On Wednesday, April 19, 2017 at 3:33:01

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread Mark A. Yoder
Yup, mode 674 works. --Mark On Wednesday, April 19, 2017 at 3:27:18 PM UTC-4, RobertCNelson wrote: > > On Wed, Apr 19, 2017 at 1:34 PM, Mark A. Yoder > wrote: > > Robert: > > It looks like all the files in /var/lib/cloud9/examples are owned by > > root:cloud9ide and are mode 664. They need

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread Robert Nelson
On Wed, Apr 19, 2017 at 2:26 PM, Robert Nelson wrote: > On Wed, Apr 19, 2017 at 1:34 PM, Mark A. Yoder wrote: >> Robert: >> It looks like all the files in /var/lib/cloud9/examples are owned by >> root:cloud9ide and are mode 664. They need to be mode 665, or maybe 667. >> >> Mode 667 would let p

Re: [beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread Robert Nelson
On Wed, Apr 19, 2017 at 1:34 PM, Mark A. Yoder wrote: > Robert: > It looks like all the files in /var/lib/cloud9/examples are owned by > root:cloud9ide and are mode 664. They need to be mode 665, or maybe 667. > > Mode 667 would let people easily edit the files and experiment. Though it > would

[beagleboard] Re: Debian Testing, un-root athon!!! (2017-04-18)

2017-04-19 Thread Mark A. Yoder
Robert: It looks like all the files in */var/lib/cloud9/examples* are owned by *root:cloud9ide* and are mode 664. They need to be mode 665, or maybe 667. Mode 667 would let people easily edit the files and experiment. Though it would also let people mess up the files. How about we have a p

[beagleboard] Re: Explanation of PRU Programming in C

2017-04-19 Thread Greg
Excellent! I did a couple of projects with PRU and C code, and this type of tutorial is sorely needed. I would add a link to this: https://training.ti.com/pru-compiler-tips-tricks So I wonder how common it is to use a C union and bit selector? When I first encountered this in the PRU header fi

[beagleboard] Explanation of PRU Programming in C

2017-04-19 Thread Joseph Heller
Hi guys, after a deep dive, I've found how to program to PRU in C (instead of Assembly). Here's my contribution: http://catch22.eu/omnirobot/beaglebone-pru-c/ Feel free to comment on this forum! -- For more options, visit http://beagleboard.org/discuss --- You received this message because yo

Re: [beagleboard] Bonescript support for Blue?

2017-04-19 Thread Chad Baker
Drew, I think that this spreadsheet might have the information that you are looking for. https://github.com/StrawsonDesign/Robotics_Cape_Documentation/blob/master/Revision%20C%20Archive/SD-101C%20Robotics%20Cape%20Header%20Pin%20Table.pdf Chad On 4/18/17 8:55 PM, Drew Fustini wrote: Is there

Re: [beagleboard] Re: Understanding boot process of beaglebone black.

2017-04-19 Thread Madhu K
In the beaglebone, If the eMMC and sd_card do not have bootable media, the boot proces will go to UART device number 0 to look for a bootable medium and then to USB0. Meaning the device( some bootable device) which is connected to UART0 if UART0 is also not available then it will look for the devi

[beagleboard] Re: Understanding boot process of beaglebone black.

2017-04-19 Thread arun kumar
UART0 and USB0 are the peripheral communication. The number 0 attached to the end is the peripheral number, In modern day MPUs there will be multiple communication so we have multiple UART and USB. UART-0 and USB-0 are the first devices with the same protocol. UART-0 and USB-0 are the first in

Re: [beagleboard] apt-show-versions

2017-04-19 Thread ivanlmj
Hi dude! Thanks for your post. Saved my life :)! I made a post at ServerFault in order to spread the solution. Thanks once again. Best Regards, Ivan Leon On Wednesday, June 22, 2016 at 9:04:

[beagleboard] Re: u-boot v2017.03 cross compilation failed

2017-04-19 Thread arun kumar
Hi, I am using the same toolchain as you. But I could not recreate the problem that you faced. I will list down my steps.. 1. Clone the mainline u-boot . ( git clone git://git.denx.de/u-boot.git) I have faced issues too with the ee-wiki sources, but the steps more or less work wi