[beagleboard] camera interfaces for beagle bone black

2015-05-25 Thread lkijmj
I have a plan to interface a CMOS camera module to my beagle bone black. But I wonder what kind of interfaces are available for BBB. I only know that DVP is okay (OV7670). But how about MIPI? Is it possible for BBB to get data from MIPI cameras? And what are the CAM I/F and GPMC? I found BBB's

[beagleboard] Re: absence of bone_capemgr.9. how to configure slots ??

2015-05-25 Thread Graham
It looks like you have two I2C devices operational. I2C-0 and I2C-2 I2C-0 is for the internal use of the BBB, to talk to the power supply, and on-board EEPROM. You should not use this I2C bus for anything. I2C-2 is the I2C bus brought out to Pins P9-19 and P9-20. Is there a reason that you can

[beagleboard] Remote Desktop + BSP_WINWEC7_ARM_A8

2015-05-25 Thread Michael Coulton
Hello I've successfully installed BSP_WINWEC7_ARM_A8 on my BBB. I'd like to be able to remote desktop into it from my Windows 7 desktop machine. 1.) Is this possible? 2.) What software do I need to download? Thanks in advance for any help that can be provided. -- For more options, visit

[beagleboard] Re: How to use Laptop Monitor with BB?

2015-05-25 Thread dj . pravs
Did this experiment work? I am trying to connect my laptop keyboard to BB. On Thursday, January 6, 2011 at 12:03:54 PM UTC+5:30, VISHAL SONI wrote: I want to connect my laptop monitor with BB. Can anyone help me how can i connect it? I have searched frame grabber card but dont have much

Re: [beagleboard] Cloud9 Blank White Screen

2015-05-25 Thread bisschoprick
Thanks for the effort and keeping us up to date. I just saw in your link that the solution is to simply install the latest Debian image... sometimes the most brilliant solutions are the best. ;-) Knowing this... can I install the latest image without losing data? Or will it wipe my entire

Re: [beagleboard] Remote Desktop + BSP_WINWEC7_ARM_A8

2015-05-25 Thread evilwulfie
I use X11vnc http://inspire.logicsupply.com/p/vnc-connection.html and ultraVNC viewer http://www.uvnc.com/docs/uvnc-viewer.html i setup a shell script to run it vncstart.sh x11vnc -bg -o %HOME/.x11vnc.log.%VNCDISPLAY -auth /var/run/lightdm/root/:0 -fore ver works well On 5/25/2015 2:23

Re: [beagleboard] Remote Desktop + BSP_WINWEC7_ARM_A8

2015-05-25 Thread William Hermans
According this this : https://msdn.microsoft.com/en-us/library/ee484339%28v=winembedded.70%29.aspx it does seem that it should come with remote desktop installed. If you need to know how to *use* RDP google should tell you all you need to know. On Mon, May 25, 2015 at 3:21 PM, William Hermans

Re: [beagleboard] Remote Desktop + BSP_WINWEC7_ARM_A8

2015-05-25 Thread William Hermans
Michael, I'm not sure if Windows Embedded Compact comes with remote desktop installed or not, but there is a CE remote app provided with that BSP. On Mon, May 25, 2015 at 2:51 PM, evilwulfie evilwul...@gmail.com wrote: I use X11vnc http://inspire.logicsupply.com/p/vnc-connection.html and

Re: [beagleboard] Cannot set P8_7, 8, 9, or 10 to input

2015-05-25 Thread Chad Baker
Also, did you export the gpios to sysfs? Something like echo 66 /sys/class/gpio/export #P8-7 echo 67 /sys/class/gpio/export #P8-8 echo 69 /sys/class/gpio/export #P8-9 echo 68 /sys/class/gpio/export #P8-10 On 5/25/2015 10:42 AM, smf...@gmail.com wrote: I'm trying simple scripts and find that

[beagleboard] Re: Using USB WIfi adapter on Debian 16-July-2014 image

2015-05-25 Thread mohammedasif . ec
Hi Sir, I want to interface usb wif dongle to AM335xEVM, i have DLINK DWA131E1 usb dongle. how can i start, and even opkg is not working on AM335xEVM but internet using LAN connection is fine. Regards, ASIF. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Setting MPU PLL Frequency?

2015-05-25 Thread kw9075yu
Good morning all! Say, I've been working my tail off trying to figure this out for a few days... Basically what i'm attempting to accomplish, is set the Sitara AM3358 SoC to a clock frequency higher than the max of 1000Mhz. I downloaded the kernel source, and was browsing to the Arch/AM335x

[beagleboard] Re: Chrom shows blank page for Beaglebone Black Cloud9

2015-05-25 Thread ryanku98
I've been getting the same problems as well. I tried firefox, but it seems like the tabs don't show and a lot of the buttons are misplaced. I'm looking for a problem now; will keep you updated! On Saturday, May 23, 2015 at 9:28:06 PM UTC+8, htm...@gmail.com wrote: I am new to Beaglebone and

[beagleboard] Cannot set P8_7, 8, 9, or 10 to input

2015-05-25 Thread smfp29
I'm trying simple scripts and find that P8_7 - 10 always return 1 when set as inputs. Researching this I find that all sample code uses P8_11, 12 or 14 for digital input. I understand that some pins might be requisitioned for other functions in the Beagle, but I don't see that these pins are.

Re: [beagleboard] Cloud9 Blank White Screen

2015-05-25 Thread Rick Bisschop
Thanks for the effort and keeping us up to date. I just saw that the solution is to simply install the latest Debian image... sometimes to most brilliant solutions are the best. ;-) Knowing this... can I install the latest image without losing data? Or will it wipe my entire system? On 24 May

Re: [beagleboard] Cannot set P8_7, 8, 9, or 10 to input

2015-05-25 Thread Chad Baker
Are you grounding the pin before reading? Are you connecting to 3V3 before reading? If you are reading a floating input (ie not connected) you will have problems. If you have a copy of the Device Summary, SPRS717G, you can find out what the floating pin will read. On 5/25/2015 10:42 AM,