Re: [beagleboard] Recommendations for a 5GHz WiFi solution?

2015-03-10 Thread Jesse Forgues
So far as a wpa_supplicant client this one seems to be working for me: https://wikidevi.com/wiki/D-Link_DWA-182_rev_C1 Never did get hostapd working but moved on... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Recommendations for a 5GHz WiFi solution?

2014-12-11 Thread Jesse Forgues
Yea I know this isn't really a beaglebone question but thought I would ask here first since we use beaglebone for prototyping. My boss wanted me to conduct some 5GHz WiFi testing so my usually tp-link and TI wilink solutions are no good as they are 2.4GHz adapters only. Anyone recommend any

Re: [beagleboard] Recommendations for a 5GHz WiFi solution?

2014-12-11 Thread Jesse Forgues
As you noted it is hard to tell which ones use chipsets that support 5GHz so I order two D-Link DWA-160 and two TP-LINK TL-WN821N. 10-20$ each... I'll post back here when I get them and run some 5GHz tests... -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread Jesse Forgues
Forgot a 3.8.13 BeagleBone on in the lab for awhile... 71 days... root@beaglebone:~# uptime 18:28:40 up 71 days, 23:13, 2 users, load average: 0.00, 0.01, 0.05 root@beaglebone:~# uname -a Linux beaglebone 3.8.13-bone56 #11 SMP Thu Aug 28 15:32:27 PDT 2014 armv7l GNU/Linux -- For

[beagleboard] GPIO mmap toggle speed, explanation?

2014-09-19 Thread Jesse Forgues
Curious why using mmap IO I can only toggle a GPIO pin (P8_12) at 2.78MHz. It seemed fast to me but my coworkers are laughing and saying its pathetic ;) My code: https://dl.dropboxusercontent.com/u/82765462/BBB/gpio.c Borrowed from Mark Yoder's example:

[beagleboard] Bonescript shiftOut() question

2014-09-18 Thread Jesse Forgues
Is Bonescript shiftOut() supported? and with what version? I am running the 3.8.13-bone47 #1 SMP Fri Apr 11 build on my BeagleBone Black and I was using spidev_test.c to test talking to SPI devices. And my board says: running BoneScript 0.2.4 Well my coworker was wondering if we could do SPI

[beagleboard] Re: Bonescript shiftOut() question

2014-09-18 Thread Jesse Forgues
I will just copy the example on beagleboard.org, or just use beagleboard.org to connect to my BBB (just realized you had an option for that, pretty dam cool!). I tried this briefly and was not getting any output on SPI0 but I'll take a look with a logic analyzer tomorrow to see exactly what is

[beagleboard] Re: ALSA program for capture and play audio file

2014-07-31 Thread Jesse Forgues
Stumbled upon this thread while trying to write an ALSA audio envelope to run on a BeagleBone Black. Mark do you have a valid link for your work? This has gone the way of the 404... http://www.rose-hulman.edu/~yoder/Beagle/AudioThru.tar.bz2 -- For more options, visit

Re: [beagleboard] miniDisplay Cape - Looking for sample code

2014-07-16 Thread Jesse Forgues
Video of the green issue on my BBB: https://www.youtube.com/watch?v=ZukemWkvmJM Sounds like Mark fixed it though! -- 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

Re: [beagleboard] miniDisplay Cape - Looking for sample code

2014-07-16 Thread Jesse Forgues
Video with Mark's void displayimage() fix https://www.youtube.com/watch?v=FNYv-0yKBsQ -- 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

[beagleboard] devmem2 question

2014-07-01 Thread Jesse Forgues
I swear checking registers made sense to me a few weeks ago when I was troubleshooting multichannel audio issues on the McASP but for the last two days I have been stumped how it ever made sense to me! Doh! I understand that 48038000 is the McASP base address. When I run: /devmem2 0x48038000 I

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Jesse Forgues
The Running Man demo on my BBB in case anyone wanted to watch the demo: https://dl.dropboxusercontent.com/u/82765462/BBB/BBB_OpenGL_RunningMan.mp4 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Jesse Forgues
MagicLantern Demo: https://dl.dropboxusercontent.com/u/82765462/BBB/BBB_OpenGL_MagicLantern.mp4 -- 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

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-19 Thread Jesse Forgues
Same here cp: cannot stat `/home/avb/sgx/bb-kernel/3rdparty/sgx-startup-debian.sh': No such file or directory tail of end of log: exporting necessary variables and installing... Please ensure that PSP Linux kernel is re-built atleast

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-19 Thread Jesse Forgues
Don't be sorry man, your doing the heavy lifting! Thanks for the fix... -- 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,

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-18 Thread Jesse Forgues
For some reason we need to have the serializer the complete opposite of yours! For example you had: serial-dir = /* 0: INACTIVE, 1: TX, 2: RX */ 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 We needed to use: serial-dir = /* 0: INACTIVE, 1: TX, 2: RX */ 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 But

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-18 Thread Jesse Forgues
Forgot to attach the file! Also note in order to get multichannel audio working with the 3.8 kernel you need to apply these patches that are not in the 3.8 kernel: http://lkml.iu.edu//hypermail/linux/kernel/1302.3/02415.html I believe the newer kernel (3.13?) contains these patches but it broke

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-18 Thread Jesse Forgues
Hmmm, what I see is - pin 4 of the codec is connected to P9_28, which is AXR2, so that's why AXR2 is defined as output? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-18 Thread Jesse Forgues
True but the serializer seems to set the direction for us... bone_audio_cape_audio_pins: pinmux_bone_audio_cape_audio_pins { pinctrl-single,pins = 0x1ac 0x00 /* mcasp0_ahclkx, OUTPUT | MODE0 */ 0x194 0x20 /* mcasp0_fsx, INPUT | MODE0 */ 0x190 0x20 /* mcasp0_aclkx, INPUT | MODE0 */

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-18 Thread Jesse Forgues
Yep and just to verify I tried it: I tried setting it as 0x02 and it still works! So I get the exact same behavior whether it is: pinctrl-single,pins = 0x198 0x20 /* mcasp0_axr0, INPUT | MODE0 */ 0x1a8 0x20 /* mcasp0_axr1, INPUT | MODE0 */

[beagleboard] Does cape support (audio cape specifically) work with newer kernel?

2014-06-17 Thread Jesse Forgues
Does cape support (audio cape specifically) work with newer kernels? Going from 3.8.13 - 3.13. I wanted to grab some /kernel/sound/socdavinci-mcasp.c changes that took place last year. Specifically davinci-mcasp: Add support for multichannel playback. It looks like the current 3.8.13 kernel

[beagleboard] Re: Does cape support (audio cape specifically) work with newer kernel?

2014-06-17 Thread Jesse Forgues
Answering my own question: From what I can gather capemgr is removed after kernel 3.8.13? https://groups.google.com/forum/#!topic/beagleboard/ND3_w7_dn8Q I wonder what is the best way to pick up the latest davinci-macasp.c while still using an audio cape... -- For more options, visit

Re: [beagleboard] Does cape support (audio cape specifically) work with newer kernel?

2014-06-17 Thread Jesse Forgues
Thanks guys! I ended up being lazy and patched the 3.8.13 davinci_mcasp ASoC driver with the multichannel patch from here: https://groups.google.com/forum/#!msg/linux.kernel/lQcez2q0R04/tBySUs-e4gIJ And I am just happy to report I have 4 channels of audio output!!! Next up, 8 channels from

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-17 Thread Jesse Forgues
I patched the 3.8 davinci_mcasp ASoC driver with the multichannel patch from here: https://groups.google.com/forum/#!msg/linux.kernel/lQcez2q0R04/tBySUs-e4gIJ And I am just happy to report I have 4 channels of audio output on AXR2 and AXR3!!! Next up, 8 channels from the BeagleBone Black!!!

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-16 Thread Jesse Forgues
Thanks John, Your DTS file comments make a lot more sense. For some reason though even with your DTS file I change AXR2 to AXR3, recompile the DTS and the stereo audio is still coming from AXR2! Here is my version of your file:

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-16 Thread Jesse Forgues
Nevermind my environment must be messed up. I deleted the DTS files from cd /lib/firmware for the audio cape, rebooted and the audio cape still works! I must be picking up the default dts file from somewhere else... -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-16 Thread Jesse Forgues
Doh, thanks guys. Changing: nano /etc/default/capemgr to: CAPE=BB-BONE-AUDI-03 And using a different filename like John had, reboot. root@beaglebone:~# cat /sys/devices/bone_capemgr*/slots 0: 54:PF--- 1: 55:PF--- 2: 56:PF--- 3: 57:PF--- 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas

Re: [beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-16 Thread Jesse Forgues
Thanks for all the info John, I will take a look at your spreadsheet in detail because I have the audio cape and I have the TI TLV320 EVM that you mentioned as well. My final version with good comments for the audio cape is attached. -- For more options, visit http://beagleboard.org/discuss

[beagleboard] Changing BB-BONE-AUDI-02-00A0 from McASP AXR2 to AXR3

2014-06-13 Thread Jesse Forgues
So I wanted to make my own audio cape with 4 channels (and eventually 8). Picture: https://dl.dropboxusercontent.com/u/82765462/BBB/4channel_audioCape.jpg Right now I am running the clocks and i2s to a multichannel USB ADC/DAC which is working great off AXR2. A basic first step is I wanted to

[beagleboard] Modifying Debian kernel

2014-06-11 Thread Jesse Forgues
I am trying to modify some settings in kernel/sound/soc/davinci davinci-evm.c and davinci-mcasp.c. So I ran the script at https://github.com/beagleboard/kernel Where does the resulting kernel output to? do I need to modify menuconfig to get the kernel output? debian:/kernel$ ls configs

Re: [beagleboard] Modifying Debian kernel

2014-06-11 Thread Jesse Forgues
Hmmm, I must be blind, not seeing it... debian:/kernel/kernel$ ls -l total 508 drwxr-xr-x 28 root root 4096 Jun 11 10:09 arch drwxr-xr-x 2 root root 4096 Jun 11 10:18 block -rw-r--r-- 1 root root 18693 Jun 10 21:03 COPYING -rw-r--r-- 1 root root 94853 Jun 11 10:09 CREDITS drwxr-xr-x

Re: [beagleboard] Modifying Debian kernel

2014-06-11 Thread Jesse Forgues
The davinci drivers, I see them, but I am wondering when I build a new kernel where does the kernel image output? -- 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] HDMI dts files?

2014-06-11 Thread Jesse Forgues
I see the dtbo files in /lib/firmware but where are the dts sources located in the rootfs or kernel sources? -rw-r--r-- 1 root root 3325 Apr 23 20:57 cape-boneblack-hdmi-00A0.dtbo -rw-r--r-- 1 root root 2268 Apr 23 20:57 cape-boneblack-hdmin-00A0.dtbo -- For more options, visit

Re: [beagleboard] Modifying Debian kernel

2014-06-11 Thread Jesse Forgues
Working fantastically! First build: # uname -a Linux beaglebone 3.8.13-bone56 #1 SMP Wed Jun 11 12:20:48 PDT 2014 armv7l GNU/Linux After Rebuild! # uname -a Linux beaglebone 3.8.13-bone56 #3 SMP Wed Jun 11 14:06:04 PDT 2014 armv7l GNU/Linux -- For more options, visit

Re: [beagleboard] HDMI dts files?

2014-06-11 Thread Jesse Forgues
Awesome, thanks! You are correct, I should have spotted them in https://github.com/beagleboard/ I will look harder next time... -- 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] HDMI dts files?

2014-06-11 Thread Jesse Forgues
This is probably what I googled: http://lmgtfy.com/?q=beaglebone+device+tree+sources Feel free to use lmgtfy.com in the future to make folks feel like noobs ;) -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] HDMI dts files?

2014-06-11 Thread Jesse Forgues
Thanks guys! Off topic but its strange the HDMI audio output is Stereo I2S only, was expecting 8 channels of audio output! P9.25,/* mcasp0: mcasp0_ahclkx */ P9.28,/* mcasp0: mcasp0_axr2 */ P9.29,/* mcasp0: mcasp0_fsx */

[beagleboard] Re: Debian flash problem BBB rev. A6A vs rev B

2014-05-30 Thread Jesse Forgues
Mike, Which post would you like help with? ;) Out of space immediately after flash: https://groups.google.com/forum/#!msg/beagleboard/etpYcY6aHHc/ceNDm_15s8YJ New Debian 2014-05-14 image linked on beagleboard.org/latest-images

[beagleboard] WL18xx with Beaglebone Black on Debian

2014-05-29 Thread Jesse Forgues
Anyone have the WL1835MOD cape working with BBB using Debian? Trying to follow the instructions on TIs wiki but its for Angstrom only: http://processors.wiki.ti.com/index.php/Using_the_WL18xx_Cape_with_BeagleBone_Black I'll get to this in the next few weeks when I have a moment but curious if