[beagleboard] Re: Mcbsp error

2017-01-05 Thread Ran Shalit
Hello, I know it's old thread. But did you resolve it ? Can you please share the solution if possible ? Thank you! Ran On Tuesday, October 19, 2010 at 2:21:35 PM UTC+3, fozay wrote: > > Hello everybody; > > i try to insmod my mcbsp driver but i obtain these errors. Ijust try > to init and

Re: [beagleboard] Half-duplex SPI using single data wire

2016-07-12 Thread Ran Shalit
Hi Jacek, How did you resolve the 3-wire issue with beagle ? I don't se ethat the driver supports 3-wire. Regards, Ran On Wednesday, July 17, 2013 at 4:09:26 AM UTC+3, Jacek Radzikowski wrote: > > I found in device tree docs SPI property "spi-3wire" which does > exactly what I need, but I

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-16 Thread Ran Shalit
Hi, I solved the issue. I compile now inside kernel and added: CONFIG_USB_MUSB_OMAP2PLUS_GLUE Thank you very much for all help! Ran On Fri, Jan 16, 2015 at 8:23 AM, Ran Shalit ransha...@gmail.com wrote: Hello, Can anyone please try to see if he can work with usb otg and beagleboard

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
/drivers/usb/gadget# insmod g_ether.ko insmod: error inserting 'g_ether.ko': -1 No such device root@beagleboard:/lib/modules/2.6.37/kernel/drivers/usb/gadget Regards, Ran On Thu, Jan 15, 2015 at 6:26 PM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 15, 2015 at 10:23 AM, Ran Shalit

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
done, booting the kernel. -- NO more prinings -- I just need to work with usb ethernet in 2.6.37... why does it fail with the kernel 2.6.37 ? Regards, Ran On Thu, Jan 15, 2015 at 7:14 PM, Ran Shalit ransha...@gmail.com wrote: Hi, Did anyone tried to work

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
Hi, Did anyone tried to work with the usb connector (the one that is marked as usb otg), for ethernet with 2.6.37 ? If not - maybe I should try use some older version for beagleboard ? Regards, Ran On Thu, Jan 15, 2015 at 6:36 PM, Ran Shalit ransha...@gmail.com wrote: Hi Robert, Thanks, I

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
: On Thu, Jan 15, 2015 at 9:39 AM, Ran Shalit ransha...@gmail.com wrote: Hi Robert, Thanks for the hint, But I re-check the config and it seems that all relevant USB flags are configured correctly: CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y CONFIG_USB_GSPCA=m

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
, Jan 15, 2015 at 4:27 PM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 15, 2015 at 8:09 AM, Ran Shalit ransha...@gmail.com wrote: On Thu, Jan 15, 2015 at 3:22 PM, Ran Shalit ransha...@gmail.com wrote: Hello, I have trouble using ethernet usb gadget driver

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
? Is it a problem in this package (TI'S PSP 04.02.00.07) ? Thank you, Ran On Thu, Jan 15, 2015 at 6:38 PM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 15, 2015 at 10:36 AM, Ran Shalit ransha...@gmail.com wrote: Hi Robert, Thanks, I have compiled both modules and kernel, but still some

[beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
Hello, I have trouble using ethernet usb gadget driver on the beagleboard (omap3530). I am using SDK 4.2.0.7 for the kernel, I've compiled it with beaglebpoard config, so everything is expected to work as required on this EVM. I have compiled both kernel and modules with ethernet gadget

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
On Thu, Jan 15, 2015 at 3:22 PM, Ran Shalit ransha...@gmail.com wrote: Hello, I have trouble using ethernet usb gadget driver on the beagleboard (omap3530). I am using SDK 4.2.0.7 for the kernel, I've compiled it with beaglebpoard config, so everything is expected to work as required

[beagleboard] bring-up failure

2015-01-14 Thread Ran Shalit
Hello, I am trying to use the beagleboard (revD) for some testing, but I find it real hard to use it. I have found some binaries which enable me to get to linux prompt, but on trying to compile u-boot and kernel myself it get into several failures when booting from SD card: 1. First I

Re: [beagleboard] bring-up failure

2015-01-14 Thread Ran Shalit
Those directions are just old and out-dated.. https://eewiki.net/display/linuxonarm/BeagleBoard Hi Robert, Thanks for the link. I am using the same instructions as in wiki, with PSP 04.02.00.07: make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm distclean make