[beagleboard] Reference for Enabling GPIO Interrupt

2014-02-17 Thread matt
Hi, I'm trying to work with Interrupts, firstly on GPIO. Is there a reference code for enabling and working with interrupts on the AM335X? (BBB) Thank you. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: How to turn on/off GPIOs in BBB

2014-02-17 Thread Brandon I
Pad control registers can only be changed in kernel space. You could write a kernel driver or do it the right way and use device tree. See https://github.com/nomel/beaglebone/tree/master/gpio-header If you don't want to use it directly, you can use the generated files as an example. -- For

[beagleboard] Is there a 'latest stable build' of Angstrom available, and changed regularly?

2014-02-17 Thread cl
I have just got my Beaglebone Black and (being a long time Linux user, from the early 1990s) was looking for a sensible list of Angstrom versions for the Beaglebone Black but I can't really find one. Is there a repository where one can find the 'current' version of Angstrom for the BBB? It

[beagleboard] Re: GPIO does not turn on LED

2014-02-17 Thread Ralf Roesch
Hi Matt, your dts seems not to be complete. Please append following code after your existing fragment@0 section: fragment@1 { target = ocp; __overlay__ { /* avoid stupid warning */ #address-cells = 1; #size-cells = 1;

[beagleboard] BBB with custom GUI

2014-02-17 Thread Kenji Nakasone
Hi, I new in BBB and linux. I need to display on a LCD (22) a loop of a video file and the state of some pushbuttons and analog sensors. How I do this? I have tutorials of python and cloud9 programming on BBB so I think I can manage with the firmware of pushbuttons and sensors. python + GTK?

[beagleboard] Re: Detecting a Beaglebone IP Addtress

2014-02-17 Thread Walter Schilling
On Thursday, February 13, 2014 9:58:03 PM UTC-6, Walter Schilling wrote: Board members: I've got an interesting problem that I'm trying to come up with a solution for. I am going to be teaching a class next quarter on the Beaglebone Black. Students will attach their bones to a network

Re: [beagleboard] Re: Beaglebone LVDS LCD

2014-02-17 Thread dajose22
I added to uEnv.txt bootfile=/boot/uImage and the error is gone :) but no display yet :( , I also tried with 3.8 and it's the same. It boots ok, but no display. On Friday, 14 February 2014 12:51:41 UTC-6, dajo...@gmail.com wrote: I have an uImage, I just replaced the one in /boot/ with the

[beagleboard] u-boot splash screens of different resolutions

2014-02-17 Thread Brahim Hamadicharef
Maybe inspiration from ... LCD Splash Support in U-Boot (AM3517) http://e2e.ti.com/support/embedded/linux/f/354/t/109387.aspx http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer-Discussions-Components-Files/354/7220.u_2D00_boot_2D00_2009.11_2D00_psp03.00.01.06.sdk_2D00_omapdss.patch.txt

[beagleboard] php+postgresql on Angstrom with nginx

2014-02-17 Thread ethanbuchman
I'm trying to set up a php+postgresql+nginx stack on Angstrom (on the BBB). I have nginx serving me php pages, and I have postgresql, but I can't seem to get php and postgresql talking. Usually, one can do a package manager install of php+postgresql, but opkg doesn't offer such an option.

[beagleboard] Re: New beaglebone (white or black) I/O expansion cape

2014-02-17 Thread shesaidyes . ssy
On Wednesday, October 30, 2013 10:30:58 AM UTC-4, Franco Lanza wrote: Osso is a beaglebone cape for both white and black that provide 8 relay up to 275VAC @10A and 6 opto-isolated digital inputs. It come in a standard 9 units DIN rail mount box format, and it can power the beaglebone

[beagleboard] Incompatible ELFs?

2014-02-17 Thread leedanielcrocker
I've noticed that some of the ARM ELF executables I get from other places, or some that I build with OpenEmbedded cross-compiler tools, will not execute on BBB Angstrom (giving the supremely unhelpful so such file or directory error). The working binaries on the BBB have the ELF header flags

[beagleboard] Is there aufs or other union file system support for android?

2014-02-17 Thread Saimen Ortega
Hi, is it possible to use a union filesystem with android? I do not find anything inside the kernel configuration. It seems that there is a lot of union filesystem stuff for ubuntu and other distributions, but not yet something for android. I am wondering because my expectation is the

[beagleboard] BeagleBone Black Webcam

2014-02-17 Thread mail . bozeman
Hello all, Sorry for the long message, but I want to include all the details I thought were necessary. I am extremely new to Linux, but I have recently purchased a Beaglebone Black, and I am trying to set up a webcam server on it. I have tried to follow several tutorials online, but none

[beagleboard] Need aufs or other union filesystem with android on beaglebone black

2014-02-17 Thread Saimen Ortega
Hi, is there support of a union filesystem like aufs for android? It seems that there is a lot of stuff available for ubuntu and other distributions but nothing for android. I am wondering because my expection was the filesystem to be something kernel dependant. Is there a kernel configuration

[beagleboard] Re: Has anyone made a BeagleBone to Arduino shield socket adapter ?

2014-02-17 Thread barthels
We've created a solution: it comes with software configurable level shifters that operate with 3.3V and 5V shields. The adapter provides any pinmux configuration except the analog comparator on pins AIN0 and AIN1 (This is an alternative muxing on D6 and D7). Any PWM, Timer, Digital Out/In,

[beagleboard] Re: Automotive Cape

2014-02-17 Thread yugnats
I'm not sure of a pricepoint- we are working on a similar beta product used to track delivery systems and i can get an chinese made tracker with some of the capability you mention (except OBD-II info) for under $40. Their devices have an onboard SIM for SMS alerts, etc. So with that in mind if

[beagleboard] Re: PWM's and 3.8 Kernel

2014-02-17 Thread jad . bastien
did you find a solution, I have the same issue now... On Thursday, July 25, 2013 4:56:40 PM UTC-4, Razvan Margineanu Andrei wrote: this is the dmesg log after i inserted the pwm capes: [ 193.724488] bone-capemgr bone_capemgr.8: part_number 'am33xx_pwm', version 'N/A' [ 193.724576]

[beagleboard] How to setup customer uboot and kernel and rootfs quickly for BBB booting using uSD?

2014-02-17 Thread tonyho . profession
I got my BBB yesterday, and I want to build and populate customized uboot and kernel quickly. What I want to know is the instructions like: after the uboot and kernel and busybox are built, how to make the partition of MicroSD card(layout), and copy files to which paritition? I don't want

[beagleboard] Can't log on

2014-02-17 Thread Corey Turcotte
i cannot log *into* my beaglebone. i plug it in and it goes through a series of lights and shuts right down -- 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

[beagleboard] Getting BBB working with pyAudio and USB Audio card

2014-02-17 Thread jmarkn
I'm trying to get pyAudio operational with a C-media mic/speaker card on a beaglebone black running ubuntu 13.04. After many permutations of attempts, I'm seeking help here - as I simply cannot get the combination of configuration and pyAudio to play nice here. I've disabled the HDMI by

Re: [beagleboard] Re: problems with webcams

2014-02-17 Thread qscwdv9
Hello, ive been reading through the group and found i have found it very helpful. i am running an odroid u2 with ubuntu 12.11 and opencv 2.4.6.1. i used the code i found in git :/mdarling39/https://github.com/mdarling39/LinuxVision/blob/master/OCVCapture.cppto capture from a logitech c920. i

[beagleboard] Re: Motor Controller for BeagleBone Black

2014-02-17 Thread manjo . net
Hi Morgan, How is the Motor shield wired to the beaglebone? I see that you are using P8_9,10,15, and 16, wondering what pins on the shield are the hooked up to. On Thursday, September 5, 2013 1:29:55 PM UTC-5, T.Morgan wrote: I'm using an Arduino Motor Servo

[beagleboard] Re: BBB and element 14 BB-View cape

2014-02-17 Thread vashero80
Did you get it working? I had a similar issue with the 4.3 inch version. First off insure you are using 5v adapter, usb doesnt put out enough power to power both. If you are booting up and only see the red led0 flashing, then it is your cable. Also I read somewhere for the 7inch, you need

Re: [beagleboard] Re: problems with webcams

2014-02-17 Thread qscwdv9
Hello, ive been reading through this group and found it very useful. i am using an odroid U2 with a logitech c920, on ubuntu 12.11 and opencv 2.4.6.1 ive used the custom capture code found https://github.com/mdarling39/LinuxVision/blob/master/OCVCapture.cpp to capture. while it certainly uses

[beagleboard] BBB Power On And Then ... ?

2014-02-17 Thread VirG In
Hello, I want to understand the power on process at a low level. I use FreeBSD on the BBB. However, I want to know what happens up to UBoot taking over. To start, if I have a serial debug cable connected, an RJ-45 cable connected and a micro SD card in the slot, when I press the SD card boot

[beagleboard] Beaglebone black control using Matlab

2014-02-17 Thread sawlanik
I am trying to establish a link to BBB using Matlab command prompt. The goal is to use existing scripts but have the ability to control the GPIO using Matlab. Does anyone know how to do that? I have been able to locate it using the serial connections. Has anyone else been able to control the

[beagleboard] USB Serial issues on Beaglebone

2014-02-17 Thread kimber . chris
Hey All, I've just tried to move my BeagleBone from the TI provided BSP (Argo Linux 3.2 Release 04.06.00.11) to one of the newer community kernels from https://github.com/beagleboard/kernel. I'm not using any distro, just a busybox based rootfs. My motivations for moving to the later

[beagleboard] Beaglebone USB serial issues

2014-02-17 Thread Chris Kimber
Hey All, I've just tried to move my BeagleBone from the TI provided BSP (Argo Linux 3.2 Release 04.06.00.11) to one of the newer community kernels from https://github.com/beagleboard/kernel. I'm not using any distro, just a busybox based rootfs. My motivations for moving to the later

[beagleboard] BBB kernel 3.12.10/ GPMC

2014-02-17 Thread quikcjack
I am testing kernel 3.12.10 on the BBB. The system boots without issues. To be able to use the GPMC bus we must disable eMMC and HDMI. I did modify the uEnv.txt accordingly. I also modified am335x-boneblack.dts and set status=disabled in section mmc2. After that I can successfully load my .dts

[beagleboard] Is angstrom project still alive ?

2014-02-17 Thread agambier . dev
Hello, The web server http://www.angstrom-distribution.org/ has been down for a while, so I was wondering if the angstrom project is still active or If I should switch to another distrib ? Thanks Alex. -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Re: QT Application weird problem on beagleboard

2014-02-17 Thread Franck freedev
I've got the same issue.. The problem is that Qt use a virtual framebuffer and your Angstrom use X11 .. I tried to did this: sudo service lxdm stop (I use lxdm ).. so it stop X11 and I can use the the virtual frame buffer without the conflict with X11 .. But it doesn't work well because the

Re: [beagleboard] fried - replacement?

2014-02-17 Thread Gerald Coley
What sort of tolerances? Higher than what? Gerald On Sat, Feb 15, 2014 at 2:20 PM, Grant emailgr...@gmail.com wrote: Beagleboard.org is working fine. Follow the process. http://beagleboard.org/Support/RMA The little guy seems to have magically healed himself! Is this sort of

[beagleboard] Cross Compile Qt on BBB issue

2014-02-17 Thread Franck freedev
Hello, I'm trying to cross compile Qt SDK for BBB (with Ubuntu or Debian). I managed to compile it well with -*embedded arm* option ... But with this option I have to execute my programs with -qws option.. And I have some issues with the mouse pointer, it doesn't clic where I want and it

[beagleboard] cross compile Qt for BBB

2014-02-17 Thread Franck freedev
Hello, I'm trying to cross compile Qt SDK for BBB. I managed to compile it well with -*embedded arm* option ... But with this option I have to execute my programs with -qws option.. And I have some issues with the mouse pointer, it doesn't clic where I want and it move my application windows

[beagleboard] Re: QT Application weird problem on beagleboard

2014-02-17 Thread Allain
That´s what I'm up too. I´m trying to search a way to cross compile to X11. If you find any solution, please post here. I´ll do the same, maybe a video guide. I found that beagleboard has two qt demos. The proper qtdemo and qtdemoE. The qtdemo is launch over X11 and qtdemoE must be launched

[beagleboard] Re: GPIO does not turn on LED

2014-02-17 Thread matt
Hi Ralf, Thank you very much! I'll try it out! I actually read few guides on the DT Overlay, but still haven't reached a full understanding of it. Are you familiar with a thorough DT Overlay guide? Thanks a lot! * I'll of course update on the DT Overlay Fragment@1 addition you kindly

[beagleboard] Re: Cross Compile Qt on BBB issue

2014-02-17 Thread Franck freedev
for information I installed this packages in my chroot: apt-get install libfontconfig1-dev libfreetype6-dev libx11-dev libxcursor-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxrandr-dev libxrender-dev build-essential -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] learning ARM assy with BBB

2014-02-17 Thread ddlawrence
I'm with you Azzy. What we want to do is very fundamental. So why don't these experts tell us how? I wrote an assembler (on another ARM platform), learned the instruction set, stacks, interrupts etc... for the first time, it took me 6 months. But baby, it rocks! Fast, stable bypass

Re: [beagleboard] learning ARM assy with BBB

2014-02-17 Thread Gerald Coley
Did you look on the Wiki? http://www.elinux.org/Beagleboard:BeagleBoneBlack#TI_EZSDK Gerald On Mon, Feb 17, 2014 at 9:06 AM, ddlawre...@rocketmail.com wrote: I'm with you Azzy. What we want to do is very fundamental. So why don't these experts tell us how? I wrote an assembler (on

[beagleboard] Re: QT Application weird problem on beagleboard

2014-02-17 Thread Franck freedev
Thanks for your answer. I didn't try the tslib yet.. Thanks for your link, I'll have a look on it ^^ For the moment I tried to link X11 libs to an arm file system .. I installed the libs on this file system with chroot and qemu solutions.. Tell me if you want more information to do this.. I

[beagleboard] Re: Cross Compile Qt on BBB issue

2014-02-17 Thread agambier . dev
To fix your calibration issue watch this video https://www.youtube.com/watch?v=kP7uvOu9hoQnoredirect=1 at the middle of the video, the guy explain how to fix the calibration issue with Qt programs using tslib-calibrate package. On Monday, February 17, 2014 2:41:16 PM UTC+1, Franck freedev

[beagleboard] Re: QT5.1.1 running on BeagleBoneBlack

2014-02-17 Thread agambier . dev
Hello, since you guys seems to well know the BBB I would like to know if it is possible to compile Qt5.2 for angstrom distribution or do I have to install the TI SQK ? Thanks for your help. On Sunday, December 15, 2013 9:51:33 PM UTC+1, John Syne wrote: I finally managed to get QT5.1.1

[beagleboard] Re: Cross Compile Qt on BBB issue

2014-02-17 Thread Franck freedev
Thanks for the link ^^ Le lundi 17 février 2014 14:41:16 UTC+1, Franck freedev a écrit : Hello, I'm trying to cross compile Qt SDK for BBB (with Ubuntu or Debian). I managed to compile it well with -*embedded arm* option ... But with this option I have to execute my programs with -qws

[beagleboard] Re: GPIO does not turn on LED

2014-02-17 Thread Ralf Roesch
Matt, I have not a lot of device tree experience. Currently I design a FPGA-based cape for motion control. The cape must be supported by device tree. So I was forced to get an basic understanding of the dts mechanism. I took some simple and some complex dts sources from kernel tree and studied

[beagleboard] Re: How do I deal with the missing omap_mux directory in /sys/kernel/debug?

2014-02-17 Thread emigudi456
I have the same problem, and i use the same version of angstrom. But no have the solution. El martes, 7 de enero de 2014 23:39:51 UTC-3, BeagleNoob escribió: So I was following another one of Derek Molloy's videos on using the BBB, this time on GPIO's: Beaglebone: GPIO Programming on ARM

RE: [beagleboard] learning ARM assy with BBB

2014-02-17 Thread asadullah mir
Hi DD, I know exactly what you mean when you say that your assembly software rocks. And I am with you when you talk about the , mountains of dry meaningless documentation Only someone who has written good assy knows what assy can do and what C can never hope to. Every one said

[beagleboard] Re: GPIO does not turn on LED

2014-02-17 Thread matt
Hi Ralf, First of all, thank you for sharing your project, it is very interesting. You do both FPGA design and RT Embedded programming as part of your job? BTW, I hear a lot the term 'cape', what exactly do you mean by that? Second of all, Thanks a lot for the Fragment@1 addition! It works

Re: [beagleboard] fried - replacement?

2014-02-17 Thread Grant
What sort of tolerances? Higher than what? Not knocking it, just looking for info. - Grant Beagleboard.org is working fine. Follow the process. http://beagleboard.org/Support/RMA The little guy seems to have magically healed himself! Is this sort of thing fairly common?

[beagleboard] Re: Reference for Enabling GPIO Interrupt

2014-02-17 Thread matt
Hi again, To be more focused, I learned that for setting an interrupt you need to simply set a priority if desired, and necessarily clear the desired *INTC_MIRn *bit. However, when the Interrupt is generated, how do I define the Interrupt Handler Routine where I'd write the desired interrupt

Re: [beagleboard] fried - replacement?

2014-02-17 Thread Gerald Coley
Well, I would love to answer you, but I am not sure what you are asking for. Gerald On Mon, Feb 17, 2014 at 11:34 AM, Grant emailgr...@gmail.com wrote: What sort of tolerances? Higher than what? Not knocking it, just looking for info. - Grant Beagleboard.org is working fine. Follow

[beagleboard] which beagle board is suitable for industrial purpose ?

2014-02-17 Thread sumadhurakalyan
which beagle board is suitable for industrial purpose and academic purpose.And in industrial purpose how can i get a support. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

[beagleboard] Re: Is there a 'latest stable build' of Angstrom available, and changed regularly?

2014-02-17 Thread Kyle Koerth
I imagine you have found this site http://beagleboard.org/latest-images, that is where the official images are. I know that they haven't been updated recently, but I hear that a Debian version is coming along nicely, should be out soon. The kernel in the most recent official image might be

Re: [beagleboard] Re: How do I deal with the missing omap_mux directory in /sys/kernel/debug?

2014-02-17 Thread John Syn
From: emigudi...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, February 17, 2014 at 7:54 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: How do I deal with the missing omap_mux directory in /sys/kernel/debug? I have the same problem, and i use the same

[beagleboard] Re: Attention if order LVDS-Board from chalk-elec!!!

2014-02-17 Thread klimets
Hello Mike, This question is not really related to me, because I'm trying to resolve situation with missed orders as a third-party person. Anyway, here is my point of view on technical support: 1. ChalkElec sells open-source products, you can get schematic and Gerbers from their website to

Re: [beagleboard] Re: Cross Compile Qt on BBB issue

2014-02-17 Thread Tux Leonard
Can you try this setup. http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/ I used this one http://treyweaver.blogspot.com.ar /2010/10/setting-up-qt-development-environment.html but I needed some adaptations. 2014-02-17 16:49 GMT+01:00 Franck freedev franckfree...@gmail.com:

[beagleboard] Re: GPIO does not turn on LED

2014-02-17 Thread matt
Hi Ralf, It's great for you that you get to work in RD, in such great fields as Embedded Linux and HW design! You had ARM Experience before the BBB? Where did you start learning on Embedded OS (as Linux) and on ARMs? I come from the PIC world OS-less, and ARM with Linux (BBB) is so different

Re: [beagleboard] QT Application weird problem on beagleboard

2014-02-17 Thread Allain
It won't start, it says: QWSSocket::connectToLocalFile could not connect:: No such file or directory QWSSocket::connectToLocalFile could not connect:: No such file or directory QWSSocket::connectToLocalFile could not connect:: No such file or directory QWSSocket::connectToLocalFile could not

Re: [beagleboard] Re: Is angstrom project still alive ?

2014-02-17 Thread William Hermans
Just so you know. Much of the Debian and Ubuntu documentation will work for both. Debian also has a ton of information / documentation out there. All you have to do is google. I like Debian because I have been using it for years and it is very solid. Debian on the BBB has also been very solid in

Re: [beagleboard] Re: Is there a 'latest stable build' of Angstrom available, and changed regularly?

2014-02-17 Thread John Syn
On 2/17/14, 12:05 PM, c...@isbd.net c...@isbd.net wrote: John Syn john3...@gmail.com wrote: On 2/17/14, 2:36 AM, c...@isbd.net c...@isbd.net wrote: http://downloads.angstrom-distribution.org/demo/beaglebone/testing/ That's *exactly* the problem! No clue as to what's what. Then download

Re: [beagleboard] Re: GPIO does not turn on LED

2014-02-17 Thread John Syn
From: matt engint...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, February 17, 2014 at 12:23 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: GPIO does not turn on LED Hi Ralf, It's great for you that you get to work in RD, in such great fields as

[beagleboard] Re: Is there a 'latest stable build' of Angstrom available, and changed regularly?

2014-02-17 Thread cl
John Syn john3...@gmail.com wrote: On 2/17/14, 12:05 PM, c...@isbd.net c...@isbd.net wrote: John Syn john3...@gmail.com wrote: On 2/17/14, 2:36 AM, c...@isbd.net c...@isbd.net wrote: http://downloads.angstrom-distribution.org/demo/beaglebone/testing/ That's *exactly* the

[beagleboard] Re: Is angstrom project still alive ?

2014-02-17 Thread cl
Ron Morgan ronto...@gmail.com wrote: [-- text/plain, encoding 7bit, charset: UTF-8, 36 lines --] Im just starting out with ARM and BBB.. but about 30 minutes into angstrom, with the website being down, lack of support, lack of community, lack of documentation I switched. That's

Re: [beagleboard] BeagleBone Black Webcam

2014-02-17 Thread William Hermans
If you're using Roberts instructions for compiling the kernel, did you poke around in menuconfig to see if the cam needed a specific driver compiled in ? Also I would recommend if this is an option that you actually compile the driver module into the kernel ( * ) instead of as a module ( [M] ).

Re: [beagleboard] fried - replacement?

2014-02-17 Thread Grant
Well, I would love to answer you, but I am not sure what you are asking for. Just wondering if a Black is less likely to die than a White. - Grant What sort of tolerances? Higher than what? Not knocking it, just looking for info. - Grant Beagleboard.org is working fine. Follow the

Re: [beagleboard] Re: Is there a 'latest stable build' of Angstrom available, and changed regularly?

2014-02-17 Thread John Syn
On 2/17/14, 12:35 PM, c...@isbd.net c...@isbd.net wrote: John Syn john3...@gmail.com wrote: On 2/17/14, 12:05 PM, c...@isbd.net c...@isbd.net wrote: John Syn john3...@gmail.com wrote: On 2/17/14, 2:36 AM, c...@isbd.net c...@isbd.net wrote:

Re: [beagleboard] fried - replacement?

2014-02-17 Thread Gerald Coley
Same basic design. Gerald On Mon, Feb 17, 2014 at 3:07 PM, Grant emailgr...@gmail.com wrote: Well, I would love to answer you, but I am not sure what you are asking for. Just wondering if a Black is less likely to die than a White. - Grant What sort of tolerances? Higher than what?

[beagleboard] Re: Is there a 'latest stable build' of Angstrom available, and changed regularly?

2014-02-17 Thread Kyle Koerth
On Monday, February 17, 2014 3:03:44 PM UTC-5, c...@isbd.net wrote: Kyle Koerth kylek...@gmail.com javascript: wrote: [-- text/plain, encoding quoted-printable, charset: UTF-8, 52 lines --] I imagine you have found this site http://beagleboard.org/latest-images, Well I hadn't

Re: [beagleboard] QT Application weird problem on beagleboard

2014-02-17 Thread Tux Leonard
I used this setup for my QT applikation http://treyweaver.blogspot.com.ar/2010/10/setting-up-qt-development-environment.html Just needed to adapt for my compiler. I don't need the -qws option to run it in an X-Server. Are you running an X-Server? Is a Framebuffer device available? 2014-02-17

[beagleboard] Browsing Beagle Bone Black in Google Chrome

2014-02-17 Thread Kelly Barker
Wondering if anyone would have any insight in connecting to the board. When I use http:/192.168.7.2,it opens and says It Works! but then says there is no content available... not sure what the next step would be? -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] QT Application weird problem on beagleboard

2014-02-17 Thread Allain
Sorry but what you mean with X-Server? I'm running gnome desktop with x11 (x window system). In the tutorial, the last command line he says to use -qws for gui application. Em segunda-feira, 17 de fevereiro de 2014 18h31min25s UTC-3, Tux Leonard escreveu: I used this setup for my QT

[beagleboard] Build persinal device with owncloud preinstalled

2014-02-17 Thread Boris Rybalkin
Hi, I've been using BeagleBone Black combined with ownCloud for some time as my personal file storage. I am happy with the setup so I decided to share the instruction. I am doing this in top of Robert Nelson's Ubuntu 13.10 Flasher image (http://elinux.org/BeagleBoardUbuntu) I hope this is not

Re: [beagleboard] Browsing Beagle Bone Black in Google Chrome

2014-02-17 Thread Guy Grotke
I just checked my BBB again with Chrome: Works fine, always has. I guess you could try downloading the latest image to an SDA card and reprogram the internal flash. If that doesn’t work, then it’s time to ask your vendor about an exchange. From: Kelly Barker Sent: Monday, February 17, 2014

Re: [beagleboard] Re: Detecting a Beaglebone IP Addtress

2014-02-17 Thread Robert Nelson
On Mon, Feb 17, 2014 at 7:16 PM, Hor Meng Yoong yoon...@gmail.com wrote: Use port scanning software Morse code on usrX led's.. -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Best way to connect 0.5 - 4.5 vdc output sensor?

2014-02-17 Thread Jon Kensy
Hi all - Trying to hook a pressure sensor that measures from 0 - 400 kPA up to my Beaglebone Black. What is the best way to do this since the GPIO can only accept 1.8vdc max? Are there any I2C sensors that measure a similar range? Thanks! -- For more options, visit

RE: [beagleboard] Best way to connect 0.5 - 4.5 vdc output sensor?

2014-02-17 Thread William Pretty Security
Why don’t you just use a voltage divider to scale the output ?? http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Jon Kensy Sent: Monday, February 17, 2014 9:22 PM To:

[beagleboard] Re: Beaglebone USB serial issues

2014-02-17 Thread Chris Kimber
Hey, I've done a bit more digging at the problem seems to be that for some reason the TXPKTRDY bit in the HOST_CSR register never get's cleared by the MUSB controller. This is causing cppi41_dma_callback() to schedule work due to musb_is_tx_fifo_empty() stating there is still data in the

Re: [beagleboard] Re: Detecting a Beaglebone IP Addtress

2014-02-17 Thread Walter Schilling
Thanks for all the ideas. This is the direction I plan on going now that I've made it work. As a side note, if you are trying this, make sure you have your VM in Bridges mode and not NAT mode. NAT will not work, but it works fine once you go into bridged mode. I just about strangled myself

[beagleboard] After hotplug ging USB mass storage device system hang.

2014-02-17 Thread Kishor Dhanawade
Hello, I am using a Beaglebone black board wuth ubuntu 12.04 (3.8.13-kernel). My board is working very good with eMMC as well as with with SD card. Problem is when I hotplug a USB mass storage device(pendrive) whole system getting hang. Then if I powered off and again powered ON with