[beagleboard] Re: setting up VNC for ubuntu

2013-11-23 Thread Bill Dussault
Thanks for the response. I tried 192.168.7.2:5900?? I am using real VNC to connect and x11vnc on the host. Is there a way to look at the BBB and figure out which ports it has open? Thanks Bill On Friday, November 22, 2013 12:29:40 PM UTC-6, Bill Dussault wrote: I am trying to set up VNC

[beagleboard] Re: Adding Cape Support of BBB in Beagleboard git repo

2013-11-23 Thread MARIA VARGHESE
Hi Robert, Thank you for your fast reply. Can you please tell me how to post my patches to beagleboard mailing list?Is there any procedures before doing that?I am not able to create a pull request.I got a fatal remote error.I am not able to push my code to

Re: [beagleboard] Re: setting up VNC for ubuntu

2013-11-23 Thread William Hermans
you can disable the windows firewall temporarily to test. If the firewall is the cause then you should be able to create a firewall rule. Just keep in mind that this is not a Windows support group, so if you need help in doing that, google would be your best friend. On Sat, Nov 23, 2013 at

Re: [beagleboard] setting up VNC for ubuntu

2013-11-23 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/22/2013 01:29 PM, Bill Dussault wrote: *** x11vnc was unable to open the X DISPLAY: :0, it cannot continue. *** There may be Xlib: error messages above with details about the failure. It doesn't seem that your x11vnc is actually starting

[beagleboard] Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread JJ
pip install Adafruit_BBIO Downloading/unpacking Adafruit-BBIO Downloading Adafruit_BBIO-0.0.18.tar.gz Running setup.py egg_info for package Adafruit-BBIO Traceback (most recent call last): File string, line 16, in module File /tmp/pip_build_root/Adafruit-BBIO/setup.py,

Re: [beagleboard] Upload OS on Beagle Bone Black

2013-11-23 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/22/2013 01:12 AM, rod calabio wrote: Gerald, How do you make a flashing image versus just a regular boot image? How it's done: http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black regards, Nuno - -- http://aeminium.org/nuno/

Re: [beagleboard] setting up VNC for ubuntu

2013-11-23 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/23/2013 09:27 AM, Nuno Sucena Almeida wrote: sudo x11vnc -auth -auth /var/run/xauth/A:0-Hu3Jac one too many -auth, pass just one: sudo x11vnc -auth /var/run/xauth/A:0-Hu3Jac - -- http://aeminium.org/nuno/ -BEGIN PGP SIGNATURE-

Re: [beagleboard] Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 06:31 AM, JJ wrote: | pip install Adafruit_BBIO Downloading/unpacking Adafruit-BBIO Downloading Adafruit_BBIO-0.0.18.tar.gz Running setup.py egg_info for package Adafruit-BBIO Traceback (most recent call last): File string, line 16, in module File

Re: [beagleboard] Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 06:31 AM, JJ wrote: | pip install Adafruit_BBIO Downloading/unpacking Adafruit-BBIO Downloading Adafruit_BBIO-0.0.18.tar.gz Running setup.py egg_info for package Adafruit-BBIO Traceback (most recent call last): File string, line 16, in module File

[beagleboard] Re: BB black screen and Android

2013-11-23 Thread Andrew Henderson
Which Android image are you using? I have spoken with 4D in the past, and they have verified that my 3.8-based Android image works with that cape. The cape reports itself as the CircuitCo LCD4, I believe. Make sure that your uEnv.txt does not explicitly list a video= argument on the kernel

Re: [beagleboard] Re: mt9p031 with kernel 3.12

2013-11-23 Thread jose antonio rubio
I can be wrong. But do not exists support to li-5m03 camera from 3.11.x kernel. The support is ended with 3.9.x kernel. 2013/11/21 Nizamov Shawkat nizamov.shaw...@gmail.com I have measured supply voltages for the older 3.8 kernel and newer 3.12. So, in 3.8 both VAUX4 and VAUX3 outputs are

[beagleboard] Re: Is there a way to access the UART registers

2013-11-23 Thread Brandon I
You can find the memory offsets for the uart control, and then the offsets for the specific registers in that reference manual. From there, you can use an mmap to the registers in your program/script or use the devmem2 command to read/write the registers directly. *mmap example with gpio

Re: [beagleboard] Re: Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 08:24 AM, JJ wrote: I managed to compile BBIO and before that I installed python2 packages. Now there's a new problem, let's see following code | importAdafruit_BBIO.ADC asADC ADC.setup() value =ADC.read(P8_36) voltage =value *1.8#1.8V printvoltage | It should print

[beagleboard] Open and Close ports on Ubuntu for VNC

2013-11-23 Thread Bill Dussault
Does anyone know how to list the open ports in the BBB flashed with Ubuntu in the emmc? Then turn on or off a port? Thanks Bill -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

Re: [beagleboard] Possible TPS65217C/Beaglebone Black Issue

2013-11-23 Thread James Littlefield
When I first observed the behavior I was testing a custom cape (sort of an LCD4 clone w/ some mechanical changes). To eliminate the cape as a factor I did the same test without the cape and powering the BBB directly from the header pins.The results were the same either way. Regards,

[beagleboard] Re: Playing .avi, .mpg, or .mp4 files

2013-11-23 Thread Brent
Has anyone had any luck playing videos on the Beaglebone? It it just a setting or codec I'm missing? On Wednesday, November 20, 2013 3:15:06 PM UTC-5, Brent wrote: This should be straightforward, but I'm having some problems getting this to work. Using mplayer, I use the following command:

Re: [beagleboard] Re: mt9p031 with kernel 3.12

2013-11-23 Thread Nizamov Shawkat
Yes, it does not work with newer kernels out of box because support was broken. There is a number of things to deal with, starting with regulators and reset gpio in device tree. It is relatively easy. I have configured voltage supplies correctly, use reset pin correspondingly but sensor

Re: [beagleboard] Re: Beaglebone-Black: Problems with the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 11:45 AM, JJ wrote: Thank you! I used the latest 3.12 kernel and installed the legacy version. Now my program works fine! By the way, why doesn't the newest kernel support the capes? lauantai, 23. marraskuuta 2013 20.28.13 UTC+2 don kirjoitti: On 11/23/2013 08:24 AM, JJ

[beagleboard] Where i can get like 'information' of the Bonescript library?

2013-11-23 Thread Pablo Oyarzo
I don't know if i am the only one who thinks the information given in the beaglebone web page is not enough... I wanna know if there is some manual to use completly the BBB with Node.js... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2013-11-23 Thread amidale
Hello, very interesting information, I try make this but my problem is I not found install_image.sh script, in tools directory only have install_kernel.sh but this make a error mkimage: Write error on /home/user/beaglebone/linux-dev/deploy/disk/uImage: Success El miércoles, 16 de enero de

[beagleboard] Re: SSH into the usb port only works intermittently

2013-11-23 Thread Rowland
I am having a similar problem. The strange thing is it worked flawlessly for a long time, then just yesterday, I was unable to SSH into the board over USB from my mac. However, the USB drive still shows up in my Finder sidebar. I can still SSH via ethernet and I can still SSH via usb from a

[beagleboard] Porting uclinux on Beagleboard-xm

2013-11-23 Thread vagabondtt1503
Dear all, I used linux and android on Beagleboard-xm. But how to porting uclinux on Beagleboard-XM? could you tell me your way to solve my problem? Thanks. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] calkboard 10 LCD Cape and bbb

2013-11-23 Thread Michael Eitel
My lcd-set stopped showing anything on screen after some daye. In startup log I see a message that eeprom shows fff. I have eventually corrupted data Can anybody provide the content of the capes eeprom. I believe there is a way to relode it myself? Want to try. Thx Mike -- For more

Re: [beagleboard] Re: Bone Kernel Rebuild instructions

2013-11-23 Thread amidale
Hello when try to flash sd card, I see this: mkimage: Write error on /home/user/beaglebone/linux-dev/deploy/disk/uImage: No space left on device El lunes, 29 de abril de 2013 09:07:16 UTC-3, RobertCNelson escribió: On Mon, Apr 29, 2013 at 5:16 AM, James S s19...@gmail.com javascript:

Re: [beagleboard] Where i can get like 'information' of the Bonescript library?

2013-11-23 Thread Gerald Coley
http://www.amazon.com/Programming-BeagleBone-Black-JavaScript-BoneScript/dp/0071832122 On Sat, Nov 23, 2013 at 5:40 PM, Pablo Oyarzo oyarzo.pa...@hotmail.comwrote: I don't know if i am the only one who thinks the information given in the beaglebone web page is not enough... I wanna know if

[beagleboard] Re: Can't connect to https://beaglebone.local and SSH to my board.

2013-11-23 Thread BeagleNoob
Thanks Rod! Before I went ahead fully with suggestion #1, I decided to just connect the board to my router and SSH over via Putty and it worked! I was able to get in with the given IP address and username. :-) Now I guess I should probably make a separate thread, but do you know where I can

Re: [beagleboard] BeagleBoard Black user LEDs not blinking after connecting via USB

2013-11-23 Thread Anantha Krishnan
Thanks Gerald, I will try flashing the eMMC device. Thanks, Anantha Krishnan On Sunday, November 24, 2013 6:49:10 AM UTC+5:30, Gerald wrote: Sounds like you unplugged the board without turning it off frist. Result could be a corrupted eMMC device.

[beagleboard] Re: Playing .avi, .mpg, or .mp4 files

2013-11-23 Thread Scott Force
I am in the process of ordering my very first BeagleBone Black so I can't attest to how it plays videos. Maybe try a different video player such as VLC and see if it makes a difference. On Wednesday, 20 November 2013 15:15:06 UTC-5, Brent wrote: This should be straightforward, but I'm

RE: [beagleboard] Re: Can't connect to https://beaglebone.local and SSH to my board.

2013-11-23 Thread William Pretty Security
Use any web browser and browse to the same IP address that you SSH'd to and add ':3000' to the end. For example ' 192.168.10.105:3000 ' This is the address of the Cloud9 IDE and there are a number of examples. Or just the 192.168.10.105 (For example. Your IP will be different) This will get