Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Keith Conger
Oh ok I see. I'll give it a try. Thanks, Keith On Tue, Feb 17, 2015 at 3:18 PM, Andrew Henderson hende...@icculus.org wrote: On Tue, 17 Feb 2015, Keith Conger wrote: I did hand patch epoll_create1() into bionic. The above was a logcat, how do I get the errno value? Immediately after any

[beagleboard] CAN-CAPE TT3201 CAN/CANBUS on BeagleBone Black Redux

2015-02-17 Thread Andrew P. Lentvorski
Anyway ... tl;dr I can verify that 2 of the 3 CANBUS interfaces on the TT3201 work. The third looks like it should work, but I didn't verify it. For those who would like to actually use the thing, here's the notes I was taking as I was going along in case I need to repeat this: Dealing with

[beagleboard] Beginning Operations on BBB, Android or Linux? Debugging and building Graphics applications

2015-02-17 Thread madyn
Note: the tags are a trifle misleading, but the best I can do. I've got a BBB, Rev C. I've considerable experience in programming embedded C on an XMEGA under FreeRTOS, so programming is not necessarily a problem. However, I'm going back and forth about how to start (and this includes the

[beagleboard] Unhandled fault: external abort on non-linefetch (0x1028)

2015-02-17 Thread JAY KOTHARI
Hello, I am trying to access i2c_controller for AM335x sitara processor.When I am reading I2C_REVNB_HI register with ioread() I am getting a crash with show below error? Unhandled fault: external abort on non-linefetch (0x1028) What might be reason for such crash? -- For more options,

[beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Marco Steger
Dear all, I'm currently working on a IEEE802.11s WSN using 5 BBBs and a TP-Link stick. To evaluate the wireless link I need to get more information on the wireless link. Therefore, I want to enable the debugfs option of the ATH9k driver module (because just enabling the debug mode using

Re: [beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Robert Nelson
On Tue, Feb 17, 2015 at 7:37 AM, Marco Steger marco.st1...@gmail.com wrote: Dear all, I'm currently working on a IEEE802.11s WSN using 5 BBBs and a TP-Link stick. To evaluate the wireless link I need to get more information on the wireless link. Therefore, I want to enable the debugfs option

Re: [beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Marco Steger
Hi, so I just can use this source without any patches or something like that? I will just try to use: 1.) make menuconfig 2.) make 3.) make install is this right? Best regards and thanks for your help, Marco 2015-02-17 15:08 GMT+01:00 Robert Nelson robertcnel...@gmail.com: On Tue, Feb 17,

[beagleboard] Re: On power-up, PWRONRSTn (PORZ) becomes de-asserted while WARMRSTn stays asserted (low).

2015-02-17 Thread ulrichd
RESOLVED - Found error in the BOM - inverted part was placed on board. On Tuesday, February 17, 2015 at 10:19:04 AM UTC-5, ulrichd wrote: - Symptom: - - On power-up, PWRONRSTn (B15 – PORZ) – pin 2 of U16 becomes de-asserted while

Re: [beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Robert Nelson
On Tue, Feb 17, 2015 at 9:10 AM, Marco Steger marco.st1...@gmail.com wrote: Hi, so I just can use this source without any patches or something like that? Yeap, all the patches are in the tag... The default config is: rcn-ee_defconfig I will just try to use: 1.) make menuconfig 2.) make

Re: [beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Marco Steger
Hi Robert, thank you - I will try To compile the kernel tomorrow. Backports: https://backports.wiki.kernel.org/index.php/Documentation I'm not sure if it is also part of the Debian backport repo. It's mainly about wireles: 80211, Bluetooth, ... Thanks again and besteht regards, Marco Am

[beagleboard] Re: Cant flash Jessie to BBB

2015-02-17 Thread auke989
I believe I have a BBB with 2 gigabyte eMMC. Problem is that I just cant seem to manage to get the images Chipsee provided with their expansion (their LCD cape) to work with the ralink usb wifi adapter (UWN100). Thatś why I'm trying to make it work with an other distribution :( On Monday,

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-17 Thread palaniyappan r
Thank you sir... I have WiFi dongle used to my computer.Can I used same wifi usb dongle for BBB? Because of I tried But It did not connect. How to connect WIFI usb for my BBB? *--regards,* *palaniyappan.R* On Tue, Feb 17, 2015 at 5:19 PM, Cláudio B clau...@logmatch.com.br wrote:

[beagleboard] Re: Unable to Connect to BBB via USB from OSX Yosemite

2015-02-17 Thread Vincent Chow
I found some folks said the usb driver is not working well on Mac Maverick and Yosemite, is it? the cable is working fine on Windows 7. On Sat, Feb 14, 2015 at 10:27 PM, SimGQ garymquig...@gmail.com wrote: One factor that plays a huge part in connecting to the BBB is the quality of the USB

[beagleboard] BBB not working well with Mac Yosemite

2015-02-17 Thread vincent . kc . chow
Hi, I got a new bbb, and want to test under mac yosemite. I've got the drivers installed, but sometimes my mac just freeze and force me to reboot, anyone share the same experience? The cable is working well on Windows 7. I read someone said the usb driver is working perfectly well on Maverick

[beagleboard] Re: Enable LCD4 adding .dts to Kernel source v3.1x ?

2015-02-17 Thread mahajanrahulc . 28
HI Cedric, Thanks for your prompt reply. I am not using BB-view cape i only used 4.3 inch 40PIN TFT LCD Screen with Touch Panel OTA5180A Drive IC 480*272 RGB interface.I am using 3.8.13-bone68 kernel.but i am not understand how to enable the bb-view dts in the config files as a starting point.

Re: [beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Robert Nelson
On Tue, Feb 17, 2015 at 11:39 AM, Marco Steger marco.st1...@gmail.com wrote: Dear Robert, thanks for your help - again! :) Yeap, all the patches are in the tag... The default config is: rcn-ee_defconfig This is great! Makes things much easier! make ARCH=arm LOCALVERSION=-some value

Re: [beagleboard] Beaglebone Black Ethernet Phy Not Detected on Boot.

2015-02-17 Thread bkozak
Hi Alex, In my test, like John Zhang, I also had my BBB sending a ping after boot to confirm that Ethernet was working. In my experience the Phy 0 not found log message will occur even when the Ethernet seems to work normally. Regards, Bill -- For more options, visit

Re: [beagleboard] Enabling debugfs for ATH9k on BBB running Debian 3.19:Compile new Kernel vs Backports

2015-02-17 Thread Marco Steger
Dear Robert, thanks for your help - again! :) Yeap, all the patches are in the tag... The default config is: rcn-ee_defconfig This is great! Makes things much easier! make ARCH=arm LOCALVERSION=-some value CROSS_COMPILE= KBUILD_DEBARCH=armhf deb-pkg I'm not really sure here: Does this mean

Re: [beagleboard] Re: Enable LCD4 adding .dts to Kernel source v3.1x ?

2015-02-17 Thread Rahul Mahajan
HI Cedric, Thanks for your prompt reply. I am using 3.8.13-bone68 kernel.but i am not understand how to enable the bb-view dts in the config files as a starting point. That file not having with me. Please tell me how to proceed thanks On Mon, Feb 16, 2015 at 11:07 PM, Cedric Malitte

Re: [beagleboard] Re: Cant flash Jessie to BBB

2015-02-17 Thread Graham Haddock
Most of the Debian distributions will totally fill the 2 GB eMMC. I suspect that is your problem. You will either need to find a distribution that can load and run in 2 GB, or get a FAST uSD card that is larger than 2 GB and load the Debian distribution and run from the card instead. --- Graham

Re: [beagleboard] Re: Enable LCD4 adding .dts to Kernel source v3.1x ?

2015-02-17 Thread Cedric Malitte
Hi, I'm not very familiar with the cape manager, but you should get a look at http://www.embest-tech.com/community/index.php?topic=2845.0 I am using kernels 3.1x that do not have the cape manager, so I play with the dts files and rebuild a kernel each time. I told you about the BB-View

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Keith Conger
I think I'm getting close with integrating android-bluez. I have bluetoothd 'seeing' my adapter however dies at connecting to IPC. I've posed the question to the bluez list. Here is a logcat with debugging enabled. I've googled the errors and have had no luck. I/bluetoothd( 1072):

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Andrew Henderson
On Tuesday, February 17, 2015 at 4:20:42 PM UTC-5, Keith Conger wrote: D/bluetoothd( 1072): external/bluetooth/bluez/android/ipc.c:cmd_connect_cb() E/bluetoothd( 1072): IPC: command socket connect failed OK, this is the place to start. A socket isn't being created properly. That means

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Keith Conger
Hi Andrew, I did hand patch epoll_create1() into bionic. The above was a logcat, how do I get the errno value? Thanks, Keith On Tue, Feb 17, 2015 at 2:48 PM, Andrew Henderson hende...@icculus.org wrote: On Tuesday, February 17, 2015 at 4:20:42 PM UTC-5, Keith Conger wrote: D/bluetoothd(

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Andrew Henderson
On Tue, 17 Feb 2015, Keith Conger wrote: I did hand patch epoll_create1() into bionic. The above was a logcat, how do I get the errno value? Immediately after any failed POSIX call, the errno global variable (an integer) is set. Just include the errno.h header in the file making the

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-17 Thread Cláudio B
@palaniyappan You can if you use the same protocol developed in BBB. 2015-02-14 8:14 GMT-02:00 pazhanib...@gmail.com: I have GPRS modem for PIC microcontroller. Can I used same gprs modem for BBB? -- For more options, visit http://beagleboard.org/discuss --- You received this message