Re: [beagleboard] Re: How do I make a copy of my BBB SD card?

2016-10-29 Thread Lidia Toscano
On Sat, Oct 29, 2016 at 1:32 PM, Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote: > On Sat, 29 Oct 2016 11:48:55 -0400, Lidia Toscano > <lidia.tosc...@gmail.com> declaimed the > following: > > >Yes but it is not just the image I originally burned onto the SD card, >

Re: [beagleboard] Re: How do I make a copy of my BBB SD card?

2016-10-29 Thread Lidia Toscano
:50 -0700 (PDT), Lidia Toscano > <lidia.tosc...@gmail.com> declaimed the > following: > > >I am using Debian on my BBB. I would like to make a copy of my SD card. > >What is the process to replicate my SD card? Your help will be greatly > >appreciated. > > &g

[beagleboard] How do I make a copy of my BBB SD card?

2016-10-28 Thread Lidia Toscano
I am using Debian on my BBB. I would like to make a copy of my SD card. What is the process to replicate my SD card? Your help will be greatly appreciated. Thanks, Lidia -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] Re: numpy won't install for me

2016-09-29 Thread Lidia Toscano
> > Would determine if the script is in the current working directory. > > On Thu, Sep 29, 2016 at 5:05 PM, Dennis Lee Bieber <wlfr...@ix.netcom.com> > wrote: > >> On Thu, 29 Sep 2016 15:35:57 -0700 (PDT), Lidia Toscano >> <lidia.tosc...@gmail.com> declaimed

[beagleboard] numpy won't install for me

2016-09-29 Thread Lidia Toscano
Hi, I am running Debian GNU/Linux 8 on a BBB. I have been trying to download numpy but when I use pip install numpy the installation process crashes. I've been using the following process: http://docs.scipy.org/doc/numpy-1.10.1/user/install.html#id6 root@beaglebone:~# python setup.py

[beagleboard] Help on how to use the BBB UART

2016-09-19 Thread Lidia Toscano
Howdy, Here is the newbie again! I am learning how to use the BB UARTs. I am working on the example at https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/uart The minicom commands are not working for me. 1. #first terminal window: 2. minicom -b 9600 -D

[beagleboard] Ran out of memory on SD card

2016-08-15 Thread Lidia Toscano
I am running Debian on my BBB and have a bootable 8G SD card but ran out of memory - I think it is because I did not partition or mount the card and when I burned the Debian image on the card, it was downgraded in memory. I am a real newbie! I found these comments from 2013 and I am not sure

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-12 Thread Lidia Toscano
This gets in the weeds really fast . . . I'll have to read it and re-read it . . . lol http://www.twam.info/hardware/beaglebone-black/u-boot-on-beaglebone-black On Fri, Aug 12, 2016 at 5:40 PM, Lidia Toscano <lidia.tosc...@gmail.com> wrote: > Ok, so I have tracked down what may be

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-12 Thread Lidia Toscano
don't lose power when I disconnect the USB and then putty via ethernet. It's a clunky way to do it. There's got to be a way to force it to remember . . . On Tue, Aug 9, 2016 at 10:39 AM, Lidia Toscano <lidia.tosc...@gmail.com> wrote: > root@beaglebone:/usr/local/lib# ls > PyBBIO

Re: [beagleboard] Lost ethernet downloading dronekit

2016-08-11 Thread Lidia Toscano
to > dhcp. Can you check that for us ? > > On Thu, Aug 11, 2016 at 2:31 PM, Lidia Toscano <lidia.tosc...@gmail.com> > wrote: > >> Sorry about that . . . here it is >> >> # This file describes the network interfaces available on your system >> # and how to

Re: [beagleboard] Lost ethernet downloading dronekit

2016-08-11 Thread Lidia Toscano
get (g_ether) # Used by: /opt/scripts/boot/autoconfigure_usb0.sh iface usb0 inet static address 192.168.7.2 netmask 255.255.255.252 network 192.168.7.0 gateway 192.168.7.1 On Thu, Aug 11, 2016 at 5:29 PM, Lidia Toscano <lidia.tosc...@gmail.com> wrote: > # This file describes

Re: [beagleboard] Lost ethernet downloading dronekit

2016-08-11 Thread Lidia Toscano
despise >> connman, and like tools, I do not use it. So . . . I do not know how they >> work. >> >> @Robert, >> >> connman is running on that image stock ? >> >> On Thu, Aug 11, 2016 at 9:58 AM, Lidia Toscano <lidia.tosc...@gmail.com> >> wr

[beagleboard] Lost ethernet downloading dronekit

2016-08-11 Thread Lidia Toscano
I am using Debian GNU/Linux 8 beaglebone ttyGS0 BeagleBoard.org Debian Image 2016-06-19 Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian default username:password is [debian:temppwd] The IP Address for usb0 is: 192.168.7.2 The IP Address for usb0 is: 192.168.7.2 I am not

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-09 Thread Lidia Toscano
root@beaglebone:/usr/local/lib# ls PyBBIO node_modules python2.7 python3.4 is this going to cause me headaches? Apparently I've installed python 2.7 and 3.4 On Mon, Aug 8, 2016 at 9:19 PM, Lidia Toscano <lidia.tosc...@gmail.com> wrote: > Thanks for thinking of me . . . and

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-08 Thread Lidia Toscano
easy-install-pip >>> http://askubuntu.com/questions/115500/how-to-find-location-o >>> f-installed-library >>> >>> On Sat, Aug 6, 2016 at 5:15 PM, Lidia Toscano <lidia.tosc...@gmail.com> >>> wrote: >>> >>>> How can I tell

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-06 Thread Lidia Toscano
where to find things. Is everything being loaded on the flash memory of the BBB as opposed to the microSD card? More than likely . . . On Sat, Aug 6, 2016 at 6:44 PM, Lidia Toscano <lidia.tosc...@gmail.com> wrote: > No worries, thanks for checking in. > > On Sat, Aug 6, 2016 at 6

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-06 Thread Lidia Toscano
you might want to ask on the groups about which software > to use. Robert answered a question not long ago about drone software. > > On Sat, Aug 6, 2016 at 2:59 PM, Lidia Toscano <lidia.tosc...@gmail.com> > wrote: > >> I was able to download Mavlink successfully thanks.

Re: [beagleboard] Downloading Mavlink into BBB

2016-08-06 Thread Lidia Toscano
gt; > On Sat, Aug 6, 2016 at 11:17 AM, Lidia Toscano <lidia.tosc...@gmail.com> > wrote: > >> What is the process for downloading Mavlink into the BBB? >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You receiv

[beagleboard] Downloading Mavlink into BBB

2016-08-06 Thread Lidia Toscano
What is the process for downloading Mavlink into the BBB? -- 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 emails from it, send an email

Re: [beagleboard] Flashing the Debian eMMC issues

2016-08-02 Thread Lidia Toscano
e, Aug 2, 2016 at 12:49 PM, William Hermans <yyrk...@gmail.com> > wrote: > >> Yeah, read my post above. >> >> On Tue, Aug 2, 2016 at 12:43 PM, Lidia Toscano <lidia.tosc...@gmail.com> >> wrote: >> >>> After editing the uEnv.txt file my BBB is sti

Re: [beagleboard] Flashing the Debian eMMC issues

2016-08-02 Thread Lidia Toscano
> > After editing the uEnv.txt file my BBB is still not flashing. The LEDs > come on and stay lit after only a couple of seconds as though it had been > flashed. Any other ideas? > Thanks. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] Flashing the Debian eMMC issues

2016-08-02 Thread Lidia Toscano
First, I successfully flashed the Angstrom dMMC image to the BBB but then I issues trying to get the BBB to work using Ethernet. Someone from support suggested I use Debian instead because Angstrom is not being supported any longer. I've been trying to flash the Debian eMMC image to the BBB

[beagleboard] Trouble creating a BeagleBone Static IP

2016-08-01 Thread Lidia Toscano
I am totally a nenwbie to BBB - I am having trouble connecting it to my pc through ethernet. I am using Angstrom. I've tried following the instructions here: http://derekmolloy.ie/set-ip-address-to-be-static-on-the-beaglebone-black/ but then I run into lots of errors: login as: root