Re: [beagleboard] Rotate screen to portrait on QT (LCD 4D 7')

2014-06-03 Thread Maxim Podbereznyy
it depends on how you build Qt sources. There are a number of options and you should explicitly specify if you want QWS or X11 support. You can't run applications built for QWS under X11 and vice versa 2014-06-04 7:02 GMT+04:00 Micka : > How did you got qws working? Normally qt on Debian is not

Re: [beagleboard] Rotate screen to portrait on QT (LCD 4D 7')

2014-06-03 Thread Micka
How did you got qws working? Normally qt on Debian is not compiled with qws... Am I wrong? Micka, On Jun 4, 2014 2:01 AM, "Andersan Xiley" wrote: > Hi, > > If I run withou qws, i got this error: > > root@beaglebone:~# ./App > QWSSocket::connectToLocalFile could not connect:: No such file or dire

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread William Hermans
Ah ok, so in my own case it's something I'd just rather skip. Being that I'm not much for arduino, and even less for processing, and the arduino library abstraction. These things are good I suppose for people who just want to get something done and dont care how it is achieved. But also is less for

Re: [beagleboard] Re: BeagleBone Enhanced

2014-06-03 Thread Eric Fort
how about 2 versions of an enhanced black. one, as is but with 8GB eMMC. The other with the HDMI framer, audio codec and eMMC along with associated parts *UNPOPULATED*. Either ought be an easy change as one option just involves the robot not populating certain parts, and the other the robot just

Re: [beagleboard] Rotate screen to portrait on QT (LCD 4D 7')

2014-06-03 Thread Andersan Xiley
Hi, If I run withou qws, i got this error: root@beaglebone:~# ./App 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

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread Cody Lacey
Userspace-arduino is a wrapper for sysfs, so not low level, but it does provide the abstraction and familiarity for those comfortable with the arduino way of doing things. On Tue, Jun 3, 2014 at 5:50 PM, William Hermans wrote: > Jack, so low level how does your library access GPIO ? Isthis jus

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread William Hermans
Jack, so low level how does your library access GPIO ? Isthis just a wrapper for mmap or sysfs ? Same question to you cody. On Tue, Jun 3, 2014 at 3:25 PM, Cody Lacey wrote: > Arduino like libraries. > > http://beagleboard.org/project/userspace-arduino/ > > > On Tue, Jun 3, 2014 at 5:08 PM, J

Re: [beagleboard] Beagleboneblack

2014-06-03 Thread Eric Fort
It would be a bit easier for most of us here if you posted in english as that is what most of those here use a a language for exchanging ideas and asking questions but google translate does a decent job of giving the gist of what you are asking. As Gerald replied, you need only provide 5V to t

Re: [beagleboard] Re: BeagleBone Enhanced

2014-06-03 Thread Jesse Cobra
Well for cape support and dual Ethernet just make it easy to disable the second eth for cape usage. Asst some point you have to disable something to get what you want... Most people disable HDMI for example when using an audio cape for the same reason. If enough people want dual eth, must be some

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread Cody Lacey
Arduino like libraries. http://beagleboard.org/project/userspace-arduino/ On Tue, Jun 3, 2014 at 5:08 PM, Jack Mitchell wrote: > There is also libsoc [1] > > [1] https://github.com/jackmitch/libsoc > > > On 03/06/2014 22:45, Jacek Radzikowski wrote: > >> >> https://github.com/piranha32/IOoo >

Re: [beagleboard] differences between white and black

2014-06-03 Thread Nathaniel Lewis
The white has an in system JTAG debugger. Made those kernel panics while writing the eQEP driver much easier to debug =P - Nathaniel Lewis On Tue, Jun 3, 2014 at 2:24 PM, Robert Nelson wrote: > On Tue, Jun 3, 2014 at 4:20 PM, Eric Fort wrote: > > ok, so faster processor and memory and a few

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread Cody Lacey
Arduino like librarys. http://beagleboard.org/project/userspace-arduino/ On Tue, Jun 3, 2014 at 5:08 PM, Jack Mitchell wrote: > There is also libsoc [1] > > [1] https://github.com/jackmitch/libsoc > > > On 03/06/2014 22:45, Jacek Radzikowski wrote: > >> >> https://github.com/piranha32/IOoo >>

Re: [beagleboard] Re: BeagleBone Enhanced

2014-06-03 Thread Nathaniel Lewis
Dual ethernet would be cool. There is a TI app note on using dual ethernet + the PRUs on the Sitara am335x processors for an EtherCAT network. Would make the beagle bone that much more of a desirable robotics controller. http://www.ti.com/lit/wp/spry187c/spry187c.pdf - Nathaniel Lewis On Mon,

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread Jack Mitchell
There is also libsoc [1] [1] https://github.com/jackmitch/libsoc On 03/06/2014 22:45, Jacek Radzikowski wrote: https://github.com/piranha32/IOoo j. On Tue, Jun 3, 2014 at 5:42 PM, Tony DiCola wrote: Sorry if this is a common question, but I've searched around the web and the forum here a

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread William Hermans
sysfs, and mmap. I've seen mention of both on the web ( including for the BB white ). *wiringPi* > Whats this ? The Arduino IDE for the rPI ? Nothing like this exists for the BBB that I am aware of. On Tue, Jun 3, 2014 at 2:45 PM, Jacek Radzikowski < jacek.radzikow...@gmail.com> wrote: > > ht

Re: [beagleboard] Simultaneous boot, Windows and BBB - windows hangs

2014-06-03 Thread William Hermans
I've had PCs that would do this with regular USB HDD's attached at boot time. Or, more correctly this was a BIOS issue that would lock the PC up, if a USB storage device was attached at boot. The only thing that could fix this was if the USB device was selected as the primary boot device. Or removi

Re: [beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread Jacek Radzikowski
https://github.com/piranha32/IOoo j. On Tue, Jun 3, 2014 at 5:42 PM, Tony DiCola wrote: > Sorry if this is a common question, but I've searched around the web and the > forum here and am curious are there any somewhat mature or popular libraries > for simple digital GPIO access on the Beagleb

[beagleboard] Beaglebone Black libraries for GPIO access in C/C++?

2014-06-03 Thread Tony DiCola
Sorry if this is a common question, but I've searched around the web and the forum here and am curious are there any somewhat mature or popular libraries for simple digital GPIO access on the Beaglebone Black in C/C++? I'm curious if there's anything like wiringPi or similar for the BBB yet.

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Robert Nelson
>> Sure.. They can pull what they need from: >> >> https://github.com/beagleboard/kernel/tree/3.8 >> >> too.. ;) >> >> I still maintain that legacy repo from them, so if they don't pull it >> in.. well... > > > Ahh. > > Do you ever work with Koen, the maintainer of the meta-beaglebone repository?

[beagleboard] BBB Ubuntu HDMI audio

2014-06-03 Thread akrusmobile
Hello! I'm using Ubuntu on BBB. The video output is fine, but there are no audio output devices (alsa says no devices found). Is it possible to use HDMI audio with Ubuntu there? I can't seem to find similar question anywhere :( Thanks! -- For more options, visit http://beagleboard.org/discus

Re: [beagleboard] Beagleboneblack

2014-06-03 Thread Gerald Coley
It requires 5V. Gerald 2014-06-03 16:04 GMT-05:00 : > > Ho deciso di acquistare Beaglebone black per utilizzarlo con volumio > nell''ascolto della musica liquida. Ho scelto Beaglebone black in quanto > ho letto su Audioreview che ha un uscita i2s ed è molto curato nelle > alimentazioni inter

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Chris Morgan
On Tue, Jun 3, 2014 at 2:14 PM, Robert Nelson wrote: > On Tue, Jun 3, 2014 at 12:37 PM, Chris Morgan wrote: >> On Tue, Jun 3, 2014 at 1:07 PM, Robert Nelson >> wrote: I appreciate the response, there isn't much good detail on this stuff on the web. I'd love to see a page on elinux.org

Re: [beagleboard] differences between white and black

2014-06-03 Thread Robert Nelson
On Tue, Jun 3, 2014 at 4:20 PM, Eric Fort wrote: > ok, so faster processor and memory and a few tweaks on the power path (that > allow for and enable faster memory). anything else? sounds like an > inexpensive high-performance version of the white could be build cheaply by > leaving parts unpopu

Re: [beagleboard] differences between white and black

2014-06-03 Thread Eric Fort
ok, so faster processor and memory and a few tweaks on the power path (that allow for and enable faster memory). anything else? sounds like an inexpensive high-performance version of the white could be build cheaply by leaving parts unpopulated on the black. The usb serial chip isn't really nece

Re: [beagleboard] Re: [PATCH] BeagleBone Universal Device Tree Overlay

2014-06-03 Thread Charles Steinkuehler
Sorry for the delay, I was traveling. Answered in another thread. On 6/2/2014 12:40 PM, maxmike wrote: > OK - no answer, so let me rephrase: if I use the am33xx_pwm and > bone_pwm_P9_21 dtbo's I can see > /sys/devices/ocp.3/pwm_test_P9_21.11 period polarity and run files. > > If I use the cape-

Re: [beagleboard] How to install a custom PRU

2014-06-03 Thread Sungjin Chun
Ah, and here is my code you can refer ;-) https://github.com/chunsj/nxctrl/blob/master/pru-test.c https://github.com/chunsj/nxctrl/blob/master/pru-test.p C code is for loading pru program. Sent from my iPad > On Jun 3, 2014, at 4:49 PM, bo.ham...@gmail.com wrote: > > I have been researching on

Re: [beagleboard] How to install a custom PRU

2014-06-03 Thread Sungjin Chun
If you mean loading custom firmware/program by "custom pru", just search prussdrv in google and you can find many docs. Sent from my iPad > On Jun 3, 2014, at 4:49 PM, bo.ham...@gmail.com wrote: > > I have been researching on how to load a custom pru on a beagle bone black. > Is there somewher

[beagleboard] Beagleboneblack

2014-06-03 Thread vegasiri19
Ho deciso di acquistare Beaglebone black per utilizzarlo con volumio nell''ascolto della musica liquida. Ho scelto Beaglebone black in quanto ho letto su Audioreview che ha un uscita i2s ed è molto curato nelle alimentazioni interne . Attualmente posseggo un DAC autocostruito con ingresso I

Re: [beagleboard] Simultaneous boot, Windows and BBB - windows hangs

2014-06-03 Thread Robert Nelson
On Tue, Jun 3, 2014 at 3:28 PM, Drew Moore wrote: > When I plug a Beaglebone black (Rev B or C) into some of the windows > machines I have and power them both on simultaneously, windows (7) will > freeze during the boot process. Has anybody else reported this? or > experienced this? I haven't been

Re: [beagleboard] Simultaneous boot, Windows and BBB - windows hangs

2014-06-03 Thread Gerald Coley
I have seen this on windows machines when you have a USB thumb drive installed on power up. Gerald On Tue, Jun 3, 2014 at 3:28 PM, Drew Moore wrote: > When I plug a Beaglebone black (Rev B or C) into some of the windows > machines I have and power them both on simultaneously, windows (7) will

[beagleboard] Simultaneous boot, Windows and BBB - windows hangs

2014-06-03 Thread Drew Moore
When I plug a Beaglebone black (Rev B or C) into some of the windows machines I have and power them both on simultaneously, windows (7) will freeze during the boot process. Has anybody else reported this? or experienced this? I haven't been able to find any help about this already published onl

Re: [beagleboard] Can't make pwm work on cape-universal

2014-06-03 Thread Charles Steinkuehler
On 6/3/2014 3:01 PM, maxmike wrote: > > I loaded this on Debian 3.8.13 and I can use it for gpio, but when I change > P8_13 to use pwm > there are no duty or period or polarity files anywhere. Even after a reboot. > Could somebody please give me a hint. I haven't played with the hardware PWM muc

[beagleboard] Can't make pwm work on cape-universal

2014-06-03 Thread maxmike
I loaded this on Debian 3.8.13 and I can use it for gpio, but when I change P8_13 to use pwm there are no duty or period or polarity files anywhere. Even after a reboot. Could somebody please give me a hint. -- For more options, visit http://beagleboard.org/discuss --- You received this messag

Re: [beagleboard] differences between white and black

2014-06-03 Thread Gerald Coley
DDR3L? PMIC configuration? Gerald On Tue, Jun 3, 2014 at 2:53 PM, Eric Fort wrote: > If someone assembled a beaglebone black but left off the eMMC and HDMI > framer chips what would the differences be between that and the beaglebone > white? (other than the white has usb serial and usb jtag

[beagleboard] differences between white and black

2014-06-03 Thread Eric Fort
If someone assembled a beaglebone black but left off the eMMC and HDMI framer chips what would the differences be between that and the beaglebone white? (other than the white has usb serial and usb jtag which the black lacks) Thanks, Eric -- For more options, visit http://beagleboard.org/discu

[beagleboard] Re: How to use already allocated GPIO pins

2014-06-03 Thread TJF
You can use libpruio to re-configure the pins. Are you really sure that you want that? AFAIR i2c2 is used for the communication between the CPU and the power control device. The CPU has six UART devices. You can use ie. UART2 on P9, pin 21 and 22 (in m

Re: [beagleboard] Debian + Resizing Partition

2014-06-03 Thread Eric Fort
Actually if you start with the flasher image found at https://rcn-ee .net/deb/flasher/wheezy/ you ought to be able to easily fit what you want to do on the 2GB eMMC on the board without any extra card. You'

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-06-03 Thread Brandon I
And a quick google search "pru ethercat am335x" provides a nice overview: http://www.ti.com/lit/wp/spry187c/spry187c.pdf On Tue, Jun 3, 2014 at 6:05 AM, Gerald Coley wrote: > That is all covered in the datasheet for the processor. > > http://www.ti.com/product/am3358 > > Gerald > > > > On Tue,

[beagleboard] Re: Some GPIOs don't work ?

2014-06-03 Thread TJF
Am Dienstag, 3. Juni 2014 10:35:07 UTC+2 schrieb papin.t...@gmail.com: > > As I said I need to control my 6 motors with H bridges. For it I use 12 > GPIOs as outputs for the H bridges and 6 GPIOs as inputs to detect with > encoders when my motors take a round. > My BBB is on Angstrom and I pro

[beagleboard] Re: How to install a custom PRU

2014-06-03 Thread TJF
What do you mean by 'load a custom pru'? The PRUSS are hardware devices, inbuild in the CPU. You cannot load or unload them! You can load software to the instruction memory and execute it. Have a look at the PRU FAQ for the basi

Re: [beagleboard] Trying to get a QT version >= 4.7 toolchain !!?

2014-06-03 Thread Nishant Sood
Hi Anybody? I'm following this link from TI folks >> http://processors.wiki.ti.com/index.php/Building_Qt and I'm not sure about the ./configure part , I mean about the parameters that I have to get correct in the command so that my programs get compiled for the beaglebone black! Any suggestions

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Robert Nelson
On Tue, Jun 3, 2014 at 1:03 PM, Maxim Podbereznyy wrote: > I don't understand why people want to take control over everything, like > they really understand what's going on in these huge sources. All wireless > (and not only) firmware is provided in binaries and nobody cares. Just > accept that so

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Robert Nelson
On Tue, Jun 3, 2014 at 12:37 PM, Chris Morgan wrote: > On Tue, Jun 3, 2014 at 1:07 PM, Robert Nelson wrote: >>> I appreciate the response, there isn't much good detail on this stuff >>> on the web. I'd love to see a page on elinux.org or somewhere that >>> covered the state of the union and the n

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Chris Morgan
On Tue, Jun 3, 2014 at 2:03 PM, Maxim Podbereznyy wrote: > I don't understand why people want to take control over everything, like > they really understand what's going on in these huge sources. All wireless > (and not only) firmware is provided in binaries and nobody cares. Just > accept that so

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Maxim Podbereznyy
I don't understand why people want to take control over everything, like they really understand what's going on in these huge sources. All wireless (and not only) firmware is provided in binaries and nobody cares. Just accept that some proprietary software is available in a binary state. 2014-06-

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Chris Morgan
On Tue, Jun 3, 2014 at 1:07 PM, Robert Nelson wrote: >> I appreciate the response, there isn't much good detail on this stuff >> on the web. I'd love to see a page on elinux.org or somewhere that >> covered the state of the union and the next steps. >> >> I agree that having sgx support is a prett

Re: [beagleboard] Debian + Resizing Partition

2014-06-03 Thread Michael Coulton
Eric Thank you very much for taking the time to respond to my earlier post. I will read the links and try again. FYI I've tried both flashing the eMMc and booting from the SD card (8GB in size). In both cases I have very little time to log into a terminal session. I have to SSH in via Putty. Ul

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Robert Nelson
> I appreciate the response, there isn't much good detail on this stuff > on the web. I'd love to see a page on elinux.org or somewhere that > covered the state of the union and the next steps. > > I agree that having sgx support is a pretty critical feature and it > seems like Jason K. is going in

Re: [beagleboard] Using GPIO

2014-06-03 Thread maxmike
Jason, could you please let me know how you got cape-universal to let you do pwm? If I use the am33xx_pwm and bone_pwm_P9_21 dtbo's I can see /sys/devices/ocp.3/pwm_test_ P9_21.11 period polarity and run files. If I use the cape-universal instead and config-pin P9_21 as pwm all I get is a conf

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Chris Morgan
On Tue, Jun 3, 2014 at 12:16 PM, Robert Nelson wrote: >> How would one find out about the state of accelerated graphics on the >> bbb? I'm particular interested in running wayland with 3d acceleration >> on the bbb. I'd love to hear that the work was being upstreamed and >> make easy (at least eas

Re: [beagleboard] Microphone Bias Voltage Level

2014-06-03 Thread Maxim Podbereznyy
I think you just need to recompile the kernel with the code provided. Then you use alsamixer to tell which device captures sounds 2014-06-03 20:51 GMT+04:00 Tristan Phillips : > Thank you, does that mean I need a device tree overlay that tells the > driver I'm using a mic as well as line in? > >

Re: [beagleboard] Microphone Bias Voltage Level

2014-06-03 Thread Tristan Phillips
Thank you, does that mean I need a device tree overlay that tells the driver I'm using a mic as well as line in? Will I need to recompile the kernel to apply this patch? On Tuesday, 3 June 2014 17:48:15 UTC+1, lisarden wrote: > > Hi! > > diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/d

Re: [beagleboard] Microphone Bias Voltage Level

2014-06-03 Thread Maxim Podbereznyy
Hi! diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 7ad7b37..e196aa5 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c @@ -117,15 +117,13 @@ static const struct snd_soc_dapm_route audio_map[] = { {"Line Out", NULL, "RLOU

Re: [beagleboard] Beaglebone A4 kernel upgrade problem

2014-06-03 Thread Robert Nelson
On Tue, Jun 3, 2014 at 6:00 AM, Sid Boyce wrote: > On 03/06/14 01:31, Robert Nelson wrote: >> >> On Mon, Jun 2, 2014 at 7:11 PM, Sid Boyce wrote: >>> >>> I started with bone-ubuntu-14.04-2014-05-06-2gb.img.xz and want to >>> upgrade >>> to the new kernel configured and built with the udlfb module

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Robert Nelson
> How would one find out about the state of accelerated graphics on the > bbb? I'm particular interested in running wayland with 3d acceleration > on the bbb. I'd love to hear that the work was being upstreamed and > make easy (at least easy w.r.t. people that know about this stuff) to > consume an

[beagleboard] Microphone Bias Voltage Level

2014-06-03 Thread Tristan Phillips
Hi, I'm wondering how I can set the mic bias voltage level on the Audio Cape, it is currently off and I cannot get my mic to work. Can I do this via alsa or something similar? Thank you, Tris -- For more options, visit http://beagleboard.org/discuss --- You received this message because y

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Chris Morgan
On Tue, Jun 3, 2014 at 10:10 AM, Przemek Klosowski wrote: > You are a great prospect to do something interesting with a Beaglebone > because you have a specific application. I quite agree with you that > getting a BBB to blink LEDs or serve web pages is not that > exciting---but it probably is a g

[beagleboard] Re: Commercial use of BeagleBone

2014-06-03 Thread darek . fanton
The recent release of the Embest BeagleBone clone has opened the door for more commercial use of the platform. We recently published a blog post about this very topic. http://www.logicsupply.com/blog/2014/05/15/new-embest-board-opens-door-for-beaglebone-black-projects/ On Friday, November 11, 2

Re: [beagleboard] Re: setting up s video

2014-06-03 Thread Hari Krishna
What exactly are you attempting? Sent from my iPhone > On 03-Jun-2014, at 10:06 am, sangeetha...@gmail.com wrote: > > How to solved the following error > "mkimage" command not found - U-Boot images will not be built > > > >> On Tuesday, December 9, 2008 11:04:36 PM UTC+5:30, Martin Rojas wro

[beagleboard] Re: u-boot: invalid extent block

2014-06-03 Thread Tom Rini
On Monday, June 2, 2014 6:02:02 PM UTC-4, Christof Meerwald wrote: > > On Fri, May 30, 2014 at 05:21:39PM -0400, Tom Rini wrote: > [...] > > I should have been clearer, please try v2014.07-rc2 as there's some ext* > > fixes in there which may help. For beaglebone you want either > > am335x_evm

Re: [beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Przemek Klosowski
You are a great prospect to do something interesting with a Beaglebone because you have a specific application. I quite agree with you that getting a BBB to blink LEDs or serve web pages is not that exciting---but it probably is a good exercise for familiarizing yourself with the system, especially

Re: [beagleboard] Re: Dude, where's my BeagleBone Black?

2014-06-03 Thread Gerald Coley
Not sure what distributor you are referring to. We are shipping. Now, where your distributor is on the list and where you are on that distributor list, I cannot answer. http://www.elinux.org/Beagleboard:BeagleBoneBlack#Board_Shipments Gerald On Tue, Jun 3, 2014 at 5:41 AM, wrote: > still wai

[beagleboard] Worth buying a BBB? What to do with it?

2014-06-03 Thread Starrkind
Dear Community, I am new regarding ARM based computers, and also new to Linux. Since the RPI came out I am fascinated by the small computers, helping me to do some stuff or just doing some amazing projects with them. Now, there is nothing really useful I could do with such a computer. I don't

[beagleboard] Re: Dude, where's my BeagleBone Black?

2014-06-03 Thread gloria . armschlag
still waiting till... dudes, is there now a fixed delivery date? There was a promise for mid of may, now ist the begining of June - nothing changed... If you ask at some dealer they expect with end of June. (but still with a maybe) Isn´t that a kind of craziness, is it? -- Fo

Re: [beagleboard] Re: beaglebone to receive infrad remote control with one GPIO pin?

2014-06-03 Thread spotts61
Hi Martin, I really like the idea of digging into LIRC on the BBB and throwing codes through OpenRemote. I flashed Debian to the eMMC did an; apt-get install lirc After I did that, I cloned your RPi adjusted kernel git to the BBB and turned off lightdm to save resources as it will be headl

Re: [beagleboard] Re: beaglebone to receive infrad remote control with one GPIO pin?

2014-06-03 Thread Martin Hani
I'm not so good at linux especially in kernel compiling, but i got it working by downloading kernel sources, and then applyed that patch to kernel and at menuconfig , enabled lirc_bbb. Hope it clears things up. Also, i have not tested it with latest kernels. When i get some time, i'll try to compil

[beagleboard] Re: setting up s video

2014-06-03 Thread sangeethavvv
How to solved the following error "mkimage" command not found - U-Boot images will not be built On Tuesday, December 9, 2008 11:04:36 PM UTC+5:30, Martin Rojas wrote: > > Hi, > > > > I am sort of new with the beagle board and I have been able to run the > Angstrom system on it and was wond

[beagleboard] Re: Some GPIOs don't work ?

2014-06-03 Thread papin . timothee
As I said I need to control my 6 motors with H bridges. For it I use 12 GPIOs as outputs for the H bridges and 6 GPIOs as inputs to detect with encoders when my motors take a round. My BBB is on Angstrom and I program in C. Le mardi 3 juin 2014 09:27:06 UTC+2, TJF a écrit : > > Hello guy, > >

[beagleboard] How to use already allocated GPIO pins

2014-06-03 Thread varkabhadram
Hi, I want to use the uart of beagleboneblack. I want to use the RTS and CTS pins for that, but the those to pins already allocated to i2c2. How can i disable them for i2c2 and How can i use it? Thanks in advance. Regards, Varka Bhadram -- For more options, visit http://beagleboard.org/disc

[beagleboard] How to install a custom PRU

2014-06-03 Thread bo . hammil
I have been researching on how to load a custom pru on a beagle bone black. Is there somewhere for some guidance or a site that may have a tutorial or even a book on this topic. Thanks Bo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-06-03 Thread Gerald Coley
That is all covered in the datasheet for the processor. http://www.ti.com/product/am3358 Gerald On Tue, Jun 3, 2014 at 7:05 AM, euerka wrote: > Dear Gerald, > > Thanks for your reply. Sorry that i am not very clear about Signals are > missing on the expansion headers? you means the signals s

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-06-03 Thread euerka
Dear Gerald, Thanks for your reply. Sorry that i am not very clear about Signals are missing on the expansion headers? you means the signals suppose to link to Ethernet PHY, now link to expansion headers(P8,P9)? if so it means it possible rewire the signals? Because i saw this https://www.yout

Re: [beagleboard] Beaglebone A4 kernel upgrade problem

2014-06-03 Thread Sid Boyce
On 03/06/14 02:51, Robert Nelson wrote: On Mon, Jun 2, 2014 at 8:50 PM, Sid Boyce wrote: On 03/06/14 01:31, Robert Nelson wrote: On Mon, Jun 2, 2014 at 7:11 PM, Sid Boyce wrote: I started with bone-ubuntu-14.04-2014-05-06-2gb.img.xz and want to upgrade to the new kernel configured and built

Re: [beagleboard] Beaglebone A4 kernel upgrade problem

2014-06-03 Thread Sid Boyce
On 03/06/14 01:31, Robert Nelson wrote: On Mon, Jun 2, 2014 at 7:11 PM, Sid Boyce wrote: I started with bone-ubuntu-14.04-2014-05-06-2gb.img.xz and want to upgrade to the new kernel configured and built with the udlfb module to get my Lilliput 7" USB LCD working. These are the files generated

[beagleboard] Re: SSH to Beaglebone Black running Android JB 4.2.2 (TI image)

2014-06-03 Thread Mahendra Gunawardena
Thank your for the respond. Can you please tell me the commonly used ssh server/daemon on linux distributions? Also your preferences if any. Thank you On Tuesday, June 3, 2014 4:03:43 AM UTC-4, c...@isbd.net wrote: > > Mahendra Gunawardena > wrote: > > [-- text/plain, encoding 7bit, charset:

[beagleboard] Re: SSH to Beaglebone Black running Android JB 4.2.2 (TI image)

2014-06-03 Thread cl
Mahendra Gunawardena wrote: > [-- text/plain, encoding 7bit, charset: UTF-8, 12 lines --] > > > Is it possible to SSH into Beaglebone Black running Android JB 4.2.2? (TI > image) > Only if you install a ssh server/daemon on the BBB, there won't be one there by default as there is with most Lin

[beagleboard] Re: Some GPIOs don't work ?

2014-06-03 Thread TJF
Hello guy, as Sungjin said, not all header pins can be used as GPIO. And some of the possible GPIO pins are used by the system (HDMI, EMMC2, I2C2, MCASP0 on BBB). About 30 pins are free. The way to configure them depends on the programing environment you intend to use (C, Cloud9, FreeBASIC, ...