Re: [beagleboard] How to avoid vi and nano editors resetting Putty number of lines?

2015-01-31 Thread Charles Steinkuehler
On 1/31/2015 1:35 AM, 'dl4mea' via BeagleBoard wrote: > Hello, > > I am most of the time accessing the Beaglebone through the serial console > using Putty. Every time I open a vi or nano editor, the number of lines > that is actually used is set to 25, even if the window is much larger. > Worse

Re: [beagleboard] Static IP Trouble for internet connection

2015-01-31 Thread greedman
I've added the getaway (the address of my router), and the same thing, it works in my LAN, but it doesn't work outside my LAN. # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 #iface eth0 inet dhcp iface eth0 inet static #name Ethernet ali

[beagleboard] Re: Static IP Trouble for internet connection

2015-01-31 Thread greedman
agent paisley, to connect to the BBB from outside my LAN I use the public ip of my network, not the the static ip of the BBB in my LAN. I can't connect to it if I use 'iface eth0 inet static', but if I use 'iface eth0 inet dhcp', it works perfectly and I can connect to BBB outside my LAN. On T

[beagleboard] Re: Cloning Beaglebone eMMC

2015-01-31 Thread 'dl4mea' via BeagleBoard
Hello, I quite often have to clone a Beaglebone and dd is far too much time consuming for me. For that, I process that way: - make a reference installation on an eMMC (currently the single partition image from Robert Nelson) - use a separate SD card image and boot from this. - creat

Re: [beagleboard] 625 MHz leak?

2015-01-31 Thread 'dl4mea' via BeagleBoard
In a similar problem it helped for me to replace the 0.1R that connectes Ethernet shield to the frame of the Beaglebone by a simple solder bridge. This resistor is located on the solder side of the Beaglebone, just below the network connector. I have a spectrum analyzer and a 3GHz active probe an

[beagleboard] Re: Static IP Trouble for internet connection

2015-01-31 Thread cl
greedman wrote: > [-- multipart/alternative, encoding 7bit, 267 lines --] > > [-- text/plain, encoding quoted-printable, charset: UTF-8, 91 lines --] > > I've added the getaway (the address of my router), and the same thing, it > works in my LAN, but it doesn't work outside my LAN. > What

[beagleboard] Re: Static IP Trouble for internet connection

2015-01-31 Thread cl
greedman wrote: > [-- multipart/alternative, encoding 7bit, 267 lines --] > > [-- text/plain, encoding quoted-printable, charset: UTF-8, 91 lines --] > > I've added the getaway (the address of my router), and the same thing, it > works in my LAN, but it doesn't work outside my LAN. > > # T

Re: [beagleboard] Static IP Trouble for internet connection

2015-01-31 Thread David Lambert
It should be "gateway" NOT "getaway" On 01/31/2015 11:44 AM, greedman wrote: I've added the getaway (the address of my router), and the same thing, it works in my LAN, but it doesn't work outside my LAN. # The loopback network interface auto lo iface lo inet loopback # The primary network int

[beagleboard] EEPROM support in Beaglebone black

2015-01-31 Thread JAY KOTHARI
Hello, I found out that i2c-0 is used internally for EEPROM. For some reason I want to unload i2c-omap due to which i2c-0 interface would also be vanished. Would it create any problem in hardware or software if I remove EEPROM support?? Jay Kothari -- For more options, visit http: