[beagleboard] Re: Building Beagleboard xM u-boot from (Mainline?) sources

2015-05-29 Thread Gurpartap Singh
Hello Porkupan sir, Have you solved the Issue involved with pin muxing.I stuck at same problem. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

[beagleboard] Question about Device Tree and GPIOs

2015-05-29 Thread Iñigo Martínez
Hi, I have been reading/testing information regarding Device Tree, GPIOs since I updated to 3.14, where bone_capemgr.* has dissapaeared, trying to understand how everything works. I have been surfing around this board and I have some ideas about how it works, but I haven't figured out it yet.

[beagleboard] Re: BBBAndroid: WiFi/DNS Issues with BBBAndroid

2015-05-29 Thread Ankit Chaturvedi
Hi Keith, It seems the issue was missing -g@android:wpa_wlan0 line to wpa_supplicant service. Wifi is up and running now, although I still see the iptables errors early in the boot. They don't seem to have any effect on system stability though so I'll ignore those for now. Thanks a lot for

[beagleboard] beaglebone automatically boots from sd

2015-05-29 Thread BBBUser
I have installed Ubuntu in the eMMC of the BeagleBone Black and Debian bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img on the SD (non flasher). If I remove the SD card *only *I am able to boot from the eMMC. If I boot while the SD is plugged with *no *switched pressed the BBB boots by

Re: [beagleboard] bone_capemgr missing in Linux 3.16.0-bone2 BeagleBoneBlack?

2015-05-29 Thread Robert Nelson
On Fri, May 29, 2015 at 7:10 AM, b.sandh...@gmail.com wrote: I just installed linux 3.16.0-bone2 on my BBB fromhttp://www.armhf.com/download/ Im used to work with dtbos and /sys/devices/bone_capemgr*/slots in Linux 3.8.x So I was surprised to find it missing in 3.16 HOW CAN I FIX IT? Were

[beagleboard] Re: Question about Device Tree and GPIOs

2015-05-29 Thread Nic Cyn
Hi Inigo I have been surfing around this board and I have some ideas about how it works, but I haven't figured out it yet. It is quite a complex topic. I too spent a quite some time trying to figure out the Device Tree and once I thought I had an understanding I wrote up my notes afterwards.

[beagleboard] Ethernet refusing connection

2015-05-29 Thread James S
I'm using BBB A5A hardware. I just built a card with the Debian 8 (Small Flash) kernel using the instructions at https://eewiki.net/display/linuxonarm/BeagleBone+Black. (With the following exception: Instead of sudo cp -v ./ti-linux-kernel-dev/deploy/${kernel_version}.zImage /media/

Re: [beagleboard] beaglebone automatically boots from sd

2015-05-29 Thread Robert Nelson
On Fri, May 29, 2015 at 5:37 AM, BBBUser amalinda.gam...@gmail.com wrote: I have installed Ubuntu in the eMMC of the BeagleBone Black and Debian bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img on the SD (non flasher). If I remove the SD card only I am able to boot from the eMMC. If I boot

Re: [beagleboard] Ethernet refusing connection

2015-05-29 Thread Robert Nelson
On Fri, May 29, 2015 at 8:56 AM, James S s190...@gmail.com wrote: I'm using BBB A5A hardware. I just built a card with the Debian 8 (Small Flash) kernel using the instructions at https://eewiki.net/display/linuxonarm/BeagleBone+Black. (With the following exception: Instead of sudo cp -v

Re: [beagleboard] What is a good tool to capture flash chip R/W requests in Debain?

2015-05-29 Thread Ben Gamari
mlotf...@gmail.com writes: Hi I need to make some trace file that captures the the flash chip access in BBB. Is there any appropriate tool for this job? Where are the accesses originating? If they are from a user-space program you could just use strace or roll your own LD_PRELOAD hack.

[beagleboard] bone_capemgr missing in Linux 3.16.0-bone2 BeagleBoneBlack?

2015-05-29 Thread b . sandheep
I just installed linux 3.16.0-bone2 on my BBB fromhttp://www.armhf.com/download/ Im used to work with dtbos and /sys/devices/bone_capemgr*/slots in Linux 3.8.x So I was surprised to find it missing in 3.16 HOW CAN I FIX IT? Were should I load dtbos in 3.16? -- For more options, visit

[beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-05-29 Thread rei_vilo via BeagleBoard
I'm trying to cross-compile on my Mac against the BeagleBone. Surprisingly, the Linaro tool-chain is only available for Windows and Linux, not Mac OS X. The only binary I've found so far comes from http://www.welzels.de/blog/en/arm-cross-compiling-with-mac-os-x/comment-page-1/ , but

Re: [beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-05-29 Thread Robert Nelson
On Fri, May 29, 2015 at 4:07 AM, rei_vilo via BeagleBoard beagleboard@googlegroups.com wrote: I'm trying to cross-compile on my Mac against the BeagleBone. Surprisingly, the Linaro tool-chain is only available for Windows and Linux, not Mac OS X. The only binary I've found so far comes from

[beagleboard] Re: Ethernet refusing connection

2015-05-29 Thread James S
I don't recognize any errors here. root@arm:/home/debian# ifconfig -a eth0 Link encap:Ethernet HWaddr C8:A0:30:C3:70:BE inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fd78:6a89:d8ad:3100:caa0:30ff:fec3:70be/64 Scope:Global inet6

Re: [beagleboard] Re: beaglebone automatically boots from sd

2015-05-29 Thread Uvindu Silva
Thanks everyone! -- 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 group and stop receiving emails from it, send an email to

Re: [beagleboard] When Using QT Creator SSH Login, Occur stdin: is not a tty Error.

2015-05-29 Thread Robert Nelson
On Fri, May 29, 2015 at 10:49 AM, Ken ken.ysd...@gmail.com wrote: Hi, I want using QT Creator develop over remote. My develop environment as below: VM:ubuntu 12.04 QT toolchain:angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain-qte-4.6.3.tar.bz2 BBB

[beagleboard] Re: beaglebone automatically boots from sd

2015-05-29 Thread 'dl4mea' via BeagleBoard
The u-boot programming (see uEnv.txt or stop during boot and say printenv) will show you that it first probes if there is a bootable SD card inserted and in such a case it boots from SD card. If you don't want this, you need to change settings in uEnv.txt Am Freitag, 29. Mai 2015 12:37:08

[beagleboard] When Using QT Creator SSH Login, Occur stdin: is not a tty Error.

2015-05-29 Thread Ken
Hi, I want using QT Creator develop over remote. My develop environment as below: VM:ubuntu 12.04 QT toolchain:angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain-qte-4.6.3.tar.bz2 BBB image:bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img.xz When I upload qt executable file to BBB,

[beagleboard] Xbee cape

2015-05-29 Thread Thiago Borba
Hey, hello! Are someone working with the bbb xbee cape? Someone knows a good starting point? Thanks!! -- 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 group and

Re: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-05-29 Thread Jesse Cobra
I think I tested 8 or 16 CH TDM at 48k and it worked fine. On May 29, 2015 10:37 AM, Jeffrey Huang jh...@cornell.edu wrote: We were considering that, but were concerned if we could find a fast enough mux to do 6 channels at 48kHz, and that plus clock issues. Thanks for the idea, though! I will

Re: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-05-29 Thread Jeffrey Huang
ooh that's pretty cool! Hopefully it will work for me as well. Did you have to build your own TDM cape, or could you just stack them and use the Am335x to do the multiplexing On Friday, May 29, 2015 at 1:47:47 PM UTC-4, Jesse Forgues wrote: I think I tested 8 or 16 CH TDM at 48k and it worked

RE: [beagleboard] Xbee cape

2015-05-29 Thread William Pretty Security
Hey Actually Sparkfun has everything you need to make your own J They have a couple of Zigbee adapter boards and a 3V USB-Serial adapter. All you need is a proto-cape and you are in business! Bill From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf

Re: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-05-29 Thread Jesse Cobra
We just used a proto cape to expose the McASP pins we needed, then ran wires over to a set of TI SmartAmp boards which supported TDM at the time. Picture: https://dl.dropboxusercontent.com/u/82765462/BBB/4channel_audioCape.jpg On Fri, May 29, 2015 at 11:13 AM, Jeffrey Huang jh...@cornell.edu

Re: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-05-29 Thread Jeffrey Huang
We were considering that, but were concerned if we could find a fast enough mux to do 6 channels at 48kHz, and that plus clock issues. Thanks for the idea, though! I will check out how the Am335x fares in TDM. On Wednesday, May 27, 2015 at 9:34:56 PM UTC-4, Jesse Forgues wrote: You could make

Re: [beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-05-29 Thread William Hermans
Probably the easiest way would be to do as Robert suggests and use a VM. Virtualbox, and debian works fine. The only obstacle you may run into is have an sdcard reader recognized in the VM. *if* even needed. Depending on what you're trying to do, and how you want to do it, a flash card reader may

Re: [beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-05-29 Thread William Hermans
Well, I use Windows for a Desktop, and have not really had much experience with OSX hands on. But what I do know is that virtualbox works really well on Windows, and Virtualbox has binaries for OSX. I have used those Linaro binaries for Windows by the way, and for simple applications they seem to

Re: [beagleboard] bone_capemgr missing in Linux 3.16.0-bone2 BeagleBoneBlack?

2015-05-29 Thread William Hermans
*Install 3.8 or 4.1* * Regards,* And use an official Linux image. Otherwise all your support mails should go to the folks at armhf.com . . . not here. On Fri, May 29, 2015 at 7:16 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, May 29, 2015 at 7:10 AM, b.sandh...@gmail.com

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread Morgaine
Once you stop learning, you start dying That sounds depressingly like an obituary, because the main lessons of the last several years in this space have been that: 1. Price is king. 2. The sales/price curve is an exponential over price, and even a poor design that's cheap can sell

[beagleboard] USB serial and USB network don't work on new Debian image?

2015-05-29 Thread sbattazzo
Hello all, I wanted to put a new Debian image on one of my Rev C BBBs that I have sitting around. It seems that the OS boots just fine now (LEDs are blinking as usual), but it's now showing up as Netchip Beaglebone Black when it was something else before (maybe Texas Instruments?) and I can't

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread evilwulfie
No guts, No glory ! On 5/29/2015 6:13 PM, Gerald Coley wrote: Not sure on the single core board. Depends on how my therapy sessions go on recovering from this one. It would be possible to provide the same amount of memory, but it just 32b one bus instead of two. DSPs are half. I believe

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread Gerald Coley
Not sure on the single core board. Depends on how my therapy sessions go on recovering from this one. It would be possible to provide the same amount of memory, but it just 32b one bus instead of two. DSPs are half. I believe the PRUs are the same. PCIe is only one lane instead of two. Original

Re: [beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-05-29 Thread William Hermans
@Ross I've been building the kernel for the beaglebone black using Roberts eewiki instructions for around two years now. A lot of that was done from a virtualbox VM. I've even been using that same vm to load the rootfs for that A5A over our network. Anyway, this is not meant as eWenus waggling,

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread William Hermans
it will have* - No idea where hald came from. On Fri, May 29, 2015 at 6:00 PM, William Hermans yyrk...@gmail.com wrote: Gerald, So you mentioned a less expensive board with a single core processor. Is this the only difference, or do you think there will be other differences too ? Mostly I'm

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread William Hermans
Gerald, So you mentioned a less expensive board with a single core processor. Is this the only difference, or do you think there will be other differences too ? Mostly I'm just wondering if that board would have the same amount of ddr, which I'm hoping it will. Can we also assume since that

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread William Hermans
Didn't one user of the community make / build an SoC based on the BBB - Last year ? Something with a DIMM like interface, and minimal pin-outs. For like ~$35 ? Anyway I'm having a hard time understanding how one could *try* and compare a $9 garbage board that has a fraction of the intrinsic value

[beagleboard] Re: BBB 4xInput Audio Channel

2015-05-29 Thread Walter Schilling
You might take a look at 4 channel audio input cards / devices. They are not cheap, but they can easily handle 4 inputs at the same time. One such device is http://www.amazon.com/Alesis-iO4-Four-Channel-Recording-Interface/dp/B004NMVUV4/ref=pd_ybh_2 On Thursday, May 28, 2015 at 8:28:15 AM

Re: [beagleboard] USB serial and USB network don't work on new Debian image?

2015-05-29 Thread Robert Nelson
On May 29, 2015 8:07 PM, sbatta...@gmail.com wrote: Hello all, I wanted to put a new Debian image on one of my Rev C BBBs that I have sitting around. It seems that the OS boots just fine now (LEDs are blinking as usual), but it's now showing up as Netchip Beaglebone Black when it was something

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread William Hermans
err, sorry did not mean to say system on a chip, meant to say a tiny SBC. As in something a good bit smaller than the BBB On Fri, May 29, 2015 at 8:02 PM, William Hermans yyrk...@gmail.com wrote: Didn't one user of the community make / build an SoC based on the BBB - Last year ? Something with

Re: [beagleboard] Xbee cape

2015-05-29 Thread Philip Polstra
I actually have these available at http://philpolstra.com. I have both the bare boards and the complete kits available. They can also be bundled with my book on Low Power Hacking with the BBB. :-) On Fri, May 29, 2015 at 2:42 PM William Pretty Security bill.pre...@xplornet.com wrote: Hey

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread Jesse Cobra
One of these? http://processors.wiki.ti.com/index.php/Sitara_ARM_MPU_SOM/SBC On Fri, May 29, 2015 at 8:11 PM, William Hermans yyrk...@gmail.com wrote: err, sorry did not mean to say system on a chip, meant to say a tiny SBC. As in something a good bit smaller than the BBB On Fri, May 29,

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread Gerald Coley
Once you stop learning, you start dying A.E. Gerald On Fri, May 29, 2015 at 1:52 PM, rh_ richard_hubb...@lavabit.com wrote: On Thu, 28 May 2015 17:17:45 -0500 Gerald Coley ger...@beagleboard.org wrote: There is a number out there that says the price should be 2.6x the cost of the BOM.

Re: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-05-29 Thread Jeffrey Huang
Ah, I see. Thanks for the help! My general idea so far is to stack 3 audio capes to receive 6 channel input, then process and output probably stereo (or 6 channel out for feedback); I guess I'll see how the multiplexing will fit in once I understand the board more. On Friday, May 29, 2015 at

Re: [beagleboard] Re: Up, up and away and x15

2015-05-29 Thread Elena ``of Valhalla''
On 2015-05-29 at 12:15:02 -0700, rh_ wrote: On Thu, 28 May 2015 20:25:58 -0400 Chris Morgan chmor...@gmail.com wrote: I've read about that board as well. Their kickstarter FAQ doesn't indicate anything about being a loss leader, but claims that they are It's a loss leader, maybe they

Re: [beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-05-29 Thread Ross Morrison
I concur, I'm building a 3.8.13-bone71-1 right now on my Macbook Pro OS X Yosemite system. I use a Transcend card reader for creating the uSD cards from the Linux console in the VM. I've been doing this for sometime and everything works fine. I haven't setup a cross dev system on the VM yet,

[beagleboard] Re: Audio Capturing on BeagleBone (McASP) - Channels are wapping randomly

2015-05-29 Thread fritz
Hey, did you manage to get your pcm1803 working? Can you give me some advice to get mine working? Thanks Fritz Am Donnerstag, 23. Januar 2014 03:44:14 UTC+1 schrieb eze_rg: Hi, could you share the code of your project? I'm trying to connect only one ADC to the beaglebone (pcm1803) and i

[beagleboard] Re: 2 out of 3 boards defective

2015-05-29 Thread Andrey Somov
I have used a few beaglebone black boards and they were all perfect. You jump to conclusions too quickly. Andrey On Thursday, May 28, 2015 at 1:28:28 PM UTC+2, Dennis Kerrisk wrote: We bought 3 beaglebone black boards last week. When we received them only 1 of the boards would load code

[beagleboard] Re: Unable to use P9.17 (GPIO0[5]) and P9.18 (GPIO0[4]) as GPIO ports.

2015-05-29 Thread Hunter
Did you ever get this to work? I'm also finding that P9.17/18 do aren't controllable (although I think they are GPIO0_4/5 and thus PIN 4/5). Regards, Hunter On Monday, November 18, 2013 at 9:48:01 AM UTC-5, dma...@gmail.com wrote: I am using the beaglebone black with the arch-linux

[beagleboard] Re: Cannot set value of GPIO[5]

2015-05-29 Thread Hunter
Did you ever get this to work? I'm having what I think is the exact same problem... I can control other pins easily, such as GPIO0 2,3,14,and 15 but GPIO0_4/5 don't show output changes when exported and set. Regards, Hunter On Monday, June 9, 2014 at 9:35:33 PM UTC-4, Janick wrote: And I