Re: [beagleboard] Re: Static IP on eth0

2016-09-11 Thread Paul Wolfson
Use connman http://derekmolloy.ie/set-ip-address-to-be-static-on-the-beaglebone-black/ Hi Eric, > I followed your comment exactly and update /etc/network/interfaces file: > === > # The primary network interface > auto eth0 > iface eht0 inet s

Re: [beagleboard] Simultaneous Windows/Linux access to eMMC partition

2016-05-20 Thread Paul Wolfson
Linux VM hosted on your PC, first. ------- Paul Wolfson On Fri, May 20, 2016 at 3:25 PM, William Hermans wrote: > I've found Samba to be the best way: > > $ sudo apt-get install cifs-utils samba > $ sudo mv /etc/samba/smb.conf /etc/samba/smb.conf.bak > >

Re: [beagleboard] What? Linux development on windows... and arm support

2016-04-24 Thread Paul Wolfson
We're singing from the same hymn sheet, J Dog. For all the passion, blood sweat and tears expended on the BeagleBone, it's not a production system. I'm looking forward to Windows 10.3.2.2's release. In the interim, I'm content with a Powershell alias ssh = putty.exe. -- For more options, visit

Re: [beagleboard] What? Linux development on windows... and arm support

2016-04-24 Thread Paul Wolfson
. Thanks, Paul - Paul Wolfson, Ph.D., TX LPI, #A17473 Dallas Legal Technology 3402 Oak Grove Avenue, Suite 300-A Dallas, Texas 75204-2353 *214-257-0984 (Tel)214-838-7220 (Fax)Send me an email. * - The

Re: [beagleboard] Re: Beaglebone and Chromebook connection

2016-04-17 Thread Paul Wolfson
tly. Kind regards, Paul - Paul Wolfson, Ph.D., TX LPI, #A17473 Dallas Legal Technology 3402 Oak Grove Avenue, Suite 300-A Dallas, Texas 75204-2353 *214-257-0984 (Tel)214-838-7220 (Fax)Send me an email. * ---

Re: [beagleboard] Re: How to write a data file to Beaglebone from Python

2016-04-14 Thread Paul Wolfson
modeString = "w" fileNameString = "out.txt" f = open(fileNameString, modeString) f.write("This is a test for text output.") f.close() On Thu, Apr 14, 2016 at 4:06 PM, Melk933 wrote: > The Python on my machine throws up an error. > $ python testopen.py > Traceback (most recent call last): > File

Re: [beagleboard] Ada on the BeagleBone Black

2016-04-06 Thread Paul Wolfson
Brent: It is a rare treat to see well documented code, which includes explicit handling of (MKS) units. Your Ada raises the bar for anyone designing maintainable code for the BBB. It, at the very least, serves as pseudo-code for anyone programming in any language. Ada and Jovial before it leave

Re: [beagleboard] How to write a data file to Beaglebone from Python

2016-04-05 Thread Paul Wolfson
python >>> import os >>> os.getcwd() 'home/pwolfson' >>> ----- Paul Wolfson, Ph.D., TX LPI, #A17473 Dallas Legal Technology 3402 Oak Grove Avenue, Suite 300-A Dallas, Texas 75204-2353 *214-257-0984 (T

Re: [beagleboard] Re: Beaglebone and Chromebook connection

2016-04-04 Thread Paul Wolfson
> > Just out of curiosity, which OS image are you using for your Beaglebone? ​It was in the screenshot.​ ​ Machinekit Debian Image 2016-03-13 Linux beaglebone 3.8.13-xenomai-r17​ - Paul Wolfson, Ph.D., TX LPI, #A17473 Dallas Legal Tech

[beagleboard] Re: Control and monitor Beaglebone from azure

2016-04-04 Thread Paul Wolfson
Beaglebone and Azure are not a problem, Azure is a generic Microsoft branded cloud resource, which you can run locally. For reference, I have a mixed stack of Linux and Windows servers running on a Microsoft Hyper-V Server stack. Node.js and C#.net (mono) are common across all the platforms.

Re: [beagleboard] b.writeTextFile how to call from a web inteface

2016-03-27 Thread Paul Wolfson
but if I don't anyone with access to this Google Group is the intended recipient. Sorry for the confusion. Paul Wolfson - On Sun, Mar 27, 2016 at 8:15 PM, William Herm

Re: [beagleboard] b.writeTextFile how to call from a web inteface

2016-03-27 Thread Paul Wolfson
// Example output, using can-bus.jpg as the test file: // //Listening for requests // Field [textfield]: value: '' // File [filefield]: filename: can-bus.jpg, encoding: 7bit, mimetype: image/jpeg // File [filefield] got 52320 bytes // File [f

Re: [beagleboard] gpio48 on a Bacon Cape Rev A on a Beaglebone Black Rev B

2016-03-21 Thread Paul Wolfson
ut > ${clr}/direction --------- Paul Wolfson, Ph.D., TX LPI, #A17473 Dallas Legal Technology 3402 Oak Grove Avenue, Suite 300-A Dallas, Texas 75204-2353 *214-257-0984 (Tel)214-838-7220 (Fax)Send me an email. * - The contents of this email are co

[beagleboard] gpio48 on a Bacon Cape Rev A on a Beaglebone Black Rev B

2016-03-21 Thread Paul Wolfson
x 1 root root0 Dec 31 1999 gpiochip96 -> ../../devices/virtual/gpio/gpiochip96 --w--- 1 root root 4096 Dec 31 1999 unexport TIA Paul Wolfson Dallas -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Goog

Re: [beagleboard] Re: Beaglebone Cloud9 Default User

2016-03-18 Thread Paul Wolfson
8326c195d27a2c224f84429c6/node_modules/vfs-local/localfs.js#L1817 > > You could either modify that file to run a different command, or modify > the script that launches the server.js, to launch it from the user you want. > > ​ > ​ -- > Harutyun Amirjanyan ​ -

[beagleboard] Reference to Primer on Interprocess Communication in Linux

2016-03-13 Thread Paul Wolfson
​Dhanesh, ​ > In Linux, we create a pipe using mknod(). I would like to create a > buffered pipe( of length L, say), on which a remote process can write into > using socket. How can we associate one end of pipe to a socket? Here, http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html is a

Re: [beagleboard] BeagleBone wifi RTL819EU installation problems.

2016-02-18 Thread Paul Wolfson
Upgrade to the latest Debian build where support is built in. I had the same problem as you did with 3.8.13-bone79. http://beagleboard.org/latest-images uname -a Linux beaglebone 4.1.15-ti-rt-r43 #1 SMP PREEMPT RT Thu Jan 21 20:13:58 UTC 2016 armv7l GNU/Linux is working for me. Paul Wolfson On

Re: [beagleboard] Re: Beaglebone Cloud9 Default User

2016-02-05 Thread Paul Wolfson
work with node.js. In the latest build Debian r43 build Cloud9 is not installed by default so it's all good. Robert's little connmanctl tutorial post yesterday made networking much easier than messing with /etc/network/interfaces. --------- Pau

[beagleboard] Beaglebone Cloud9 Default User

2016-01-07 Thread Paul Wolfson
I've been using my BBB for some time with Ubuntu 3.8.13-bone30 but upgraded to Debian 4.1.12-ti-r29 because of OS stability problems. The Cloud9 IDE is back. I opened it and saw a command shell prompt running as root@beaglebone. Does anyone know off the top of their head where the default user i

[beagleboard] Cloud9 IDE default user question

2016-01-07 Thread Paul Wolfson
I've been using my Beagle Bone Black for some time with Ubuntu 3.8.13-bone30 but upgraded to Debian 4.1.12-ti-r29 because of OS stability problems. The Cloud9 IDE is back. I opened it and saw a command shell prompt running as root@beaglebone. Does anyone know off the top of their head where