[beagleboard] Activation of CAN1 on 3.19 (Probably a PIN Mux Problem)

2015-04-03 Thread Ben F.
Hi there, I have some problems of activating the CAN1 Bus for my BeagleBoneBlack. With 3.8.13 I activated the BUS according http://www.embedded-things.com/bbb/enable-canbus-on-the-beaglebone-black/ with the cape_manger and it worked quiet well. Now I have installed 3.19 and work with

Re: [beagleboard] No HDMI output on beagleBone Black

2015-04-03 Thread dheeraj jha
The link provided by you, the cable on that is not the micro hdmi. Can you provide a link where we can get the micro hdmi to vga with externally powered function. On 2 Apr 2015 21:04, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Apr 2, 2015 at 10:22 AM, Jason Kridner jkrid...@gmail.com

[beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
i'm probably just missing the painfully obvious, but is there an up-to-date debian BBB 2G SD card image that automatically brings up the USB gadget networking (192.168.7.1/192.168.7.2)? i have an old BBB (A5C) with a 2013 cloud9 image in eMMC, and it starts USB networking automatically with

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert Nelson
On Fri, Apr 3, 2015 at 10:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: i'm probably just missing the painfully obvious, but is there an up-to-date debian BBB 2G SD card image that automatically brings up the USB gadget networking (192.168.7.1/192.168.7.2)? Well, this one:

[beagleboard] Re: New BeagleBone Black Metal Enclosure

2015-04-03 Thread chnyc
Tremendous, Johnny. Both lovely and useful. Very glad to see a design that works beyond basic prototyping and has real-world embedded written all over it. Kudos to team. Charles On Thursday, April 2, 2015 at 5:40:58 PM UTC-4, Rigid Concepts wrote: I've read topics on this board in the past

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert Nelson
Just the big difference between the 4gb/2gb lxde images and the 2gb console image is: lxde = g_multi console = g_ether where as g_ether doesn't work as nicely as g_multi, but i do get usb0/ethX link to show up on my debian workstation. h ... doesn't work on my fedora rawhide

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 10:40 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 10:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: i'm probably just missing the

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert Nelson
On Fri, Apr 3, 2015 at 10:40 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 10:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: i'm probably just missing the painfully obvious, but is there an up-to-date debian BBB

[beagleboard] Re: Connecting a flow sensor directly to BBB

2015-04-03 Thread Brandon I
Looks like there's a 1 wire driver that you can use: http://webshed.org/wiki/RaspberryPI_DS1820#Software On Thursday, April 2, 2015 at 7:13:51 PM UTC-7, Geoffrey Carson wrote: I am trying to connect a flow sensor directly to my BBB revC running Ubuntu trusty. I Have Strangebrew Elsinore up

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 10:40 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 10:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: i'm probably just missing the

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: Yeah, it doesn't depend on FAT it just requires a partition.. However if that partition = root partition, in testing we found it would randomly corrupt things on the root partition. So it just needs a secondary non-mounted partition.. So to

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert Nelson
not worried about that ... what would be useful is a dump from udevadm monitor while plugging in the BBB, to at least see the uevents to figure out what that would map to. here you go: https://gist.github.com/RobertCNelson/50175bfc8f4cb8c521fb and now, i'm off to drink martinis. Enjoy

[beagleboard] Re: New BeagleBone Black Metal Enclosure

2015-04-03 Thread Rigid Concepts
Thanks Charles! I appreciate the comments. On Friday, April 3, 2015 at 9:51:35 AM UTC-5, chnyc wrote: Tremendous, Johnny. Both lovely and useful. Very glad to see a design that works beyond basic prototyping and has real-world embedded written all over it. Kudos to team. Charles On

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert Nelson
Yeah, it doesn't depend on FAT it just requires a partition.. However if that partition = root partition, in testing we found it would randomly corrupt things on the root partition. So it just needs a secondary non-mounted partition.. So to just properly use g_multi, i'd be forced to waste

Re: [beagleboard] Re: Connecting a flow sensor directly to BBB

2015-04-03 Thread Geoffrey Carson
Brandon, Thanks for the link, been experiencing google overload but hadn't seen this site yet. On Fri, Apr 3, 2015 at 2:44 PM, Brandon I brandon.ir...@gmail.com wrote: Looks like there's a 1 wire driver that you can use: http://webshed.org/wiki/RaspberryPI_DS1820#Software On Thursday, April

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: Just the big difference between the 4gb/2gb lxde images and the 2gb console image is: lxde = g_multi console = g_ether where as g_ether doesn't work as nicely as g_multi, but i do get usb0/ethX link to show up on my debian workstation.

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 2:32 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Fri, 3 Apr 2015, Robert Nelson wrote: Yeah, it doesn't depend on FAT it just requires a partition.. However if that partition = root partition, in testing we

Re: [beagleboard] Reboot diagnostic script

2015-04-03 Thread William Hermans
Yeah . . . thanks Robert. I'll probably end up putting a battery on the board. Or wire up an msp430 as kind of a pseudo reset watchdog. On Thu, Apr 2, 2015 at 12:06 PM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Apr 2, 2015 at 2:02 PM, William Hermans yyrk...@gmail.com wrote: I

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread William Hermans
Oh, I should mention that I set the g_ether IP statically on both sides of the connection. On Fri, Apr 3, 2015 at 2:23 PM, William Hermans yyrk...@gmail.com wrote: *I think the better solution is just to figure out why g_ether doesn't* * work like g_multi. ;)* Two different host side

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread William Hermans
*I think the better solution is just to figure out why g_ether doesn't* * work like g_multi. ;)* Two different host side drivers. At least with a Windows host. *where as g_ether doesn't work as nicely as g_multi, but i do get* * usb0/ethX link to show up on my debian workstation. *

[beagleboard] Login password not accepting

2015-04-03 Thread Abhishek G
Hi, I am a newbie, i just got my new beaglebone black. By checking out a video, i was trying to setup remote session in eclipse. Probably there was a typo while choosing a password. I am not able to connect beaglebone black in eclipse, since it is asking for a password and it is throwing an

Re: [beagleboard] No HDMI output on beagleBone Black

2015-04-03 Thread Robert Nelson
On Fri, Apr 3, 2015 at 10:19 AM, dheeraj jha dheerajjha...@gmail.com wrote: The link provided by you, the cable on that is not the micro hdmi. Can you provide a link where we can get the micro hdmi to vga with externally powered function. Sorry, i don't own any vga monitors anymore, so as i

Re: [beagleboard] is there a recent (2G) BBB debian SD card image with usb gadget networking?

2015-04-03 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: On Fri, Apr 3, 2015 at 10:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: i'm probably just missing the painfully obvious, but is there an up-to-date debian BBB 2G SD card image that automatically brings up the USB gadget networking