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

2015-04-04 Thread Robert P. J. Day
On Fri, 3 Apr 2015, Robert Nelson wrote: 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

[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:

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

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

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] 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] 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. *

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