Re: [beagleboard] Checking GPIOpins for being healthy

2015-01-15 Thread Meino . Cramer
evilwulfie [15-01-15 17:20]: > plus and minus what ? > > > On 1/15/2015 8:30 AM, meino.cra...@gmx.de wrote: > > Hi, > > > > I accidentally wired my BB wrong. I connected (+) and (-) to GPIOs > > (default setting). > > > > I would like to check, whether these PINS had survived me. > > > > What is

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
Hello, Can anyone please try to see if he can work with usb otg and beagleboard this is the download page for kernel 2.6.37 I use: http://downloads.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/OMAP_04_02/04_02_00_07/index_FDS.html Regards, Ran On Thu, Jan 15, 2015 at 8:16 PM, Ran Shalit wrote: > Hi

[beagleboard] make menuconfig when compiling kernel

2015-01-15 Thread 鄭功蔚
Dear All I am having this trouble that when I finished selecting the menuconfig exit and type in command "make". It will have an error like bellow. root@beaglebone:/usr/src/kernel# make CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]: `include/ge

Re: [beagleboard] Migrating to F2FS on the eMMC

2015-01-15 Thread Jean-Francois Gauthier
Thanks Robert! I will post my results here in this thread :-) Jean-Francois Le jeudi 15 janvier 2015 17:47:23 UTC-5, RobertCNelson a écrit : > > On Thu, Jan 15, 2015 at 4:39 PM, Jean-Francois Gauthier > > wrote: > > Is there a simple way to migrate from EXT4 to F2FS on the eMMC ? > > > > Usin

Re: [beagleboard] Re: BeagleBone Black as reliable 3G/4G router/ modem

2015-01-15 Thread David Goodenough
Oh yes,and you will need an iptables SNAT rule (again google is your friend). David On Thursday 15 January 2015 22:55:12 David Goodenough wrote: > This is very standard stuff. Debian can handle everything you need. > > OpenWrt is needed on kit with very restricted memory and flash, and > neithe

Re: [beagleboard] Re: BeagleBone Black as reliable 3G/4G router/ modem

2015-01-15 Thread David Goodenough
This is very standard stuff. Debian can handle everything you need. OpenWrt is needed on kit with very restricted memory and flash, and neither of these are a problem with the BBB. The kernel is going to have support for most USB 3G modems (just don't choose a brand new one it's kernel support m

Re: [beagleboard] Migrating to F2FS on the eMMC

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 4:39 PM, Jean-Francois Gauthier wrote: > Is there a simple way to migrate from EXT4 to F2FS on the eMMC ? > > Using the Debian beaglebone distribution. > > It looks like a much better, faster and best suited for NAND based Flash > memory filesystem. As long as you understa

Re: [beagleboard] BeagleBone Black doesn't sometimes start. Only Power LED is on

2015-01-15 Thread Andrew Glen
Hi Patrick, Ensure you modify config.h after running the clean and configure steps before compiling, otherwise it will re-copy the default configuration file. Only once you have compiled with the correct config file should the u-boot image be copied over. BTW there is a run-time config file for

[beagleboard] Migrating to F2FS on the eMMC

2015-01-15 Thread Jean-Francois Gauthier
Is there a simple way to migrate from EXT4 to F2FS on the eMMC ? Using the Debian beaglebone distribution. It looks like a much better, faster and best suited for NAND based Flash memory filesystem. Cheers, Jean-Francois -- For more options, visit http://beagleboard.org/discuss --- You recei

Re: [beagleboard] BeagleBone Black doesn't sometimes start. Only Power LED is on

2015-01-15 Thread Patrick Schmidt
Mikkel, I just found this forum after a couple beaglebones I have starting displaying the same problem discussed here. I figured I would reply to you since I saw you just posted. I have a question on how to implement Andrew's solution. I am able to download and build the u-boot, everything is w

Re: [beagleboard] Re: BeagleBone Black as reliable 3G/4G router/ modem

2015-01-15 Thread Bremenpl
Thanks for the tips. I was wondering about openwrt, but im not sure either everything is supported there. I could get more pain than usage i fear. Dnia 15 stycznia 2015 22:16:31 c...@isbd.net napisał(a): bremenpl wrote: > [-- multipart/alternative, encoding 7bit, 55 lines --] > > [-- tex

[beagleboard] Re: BeagleBone Black as reliable 3G/4G router/ modem

2015-01-15 Thread cl
bremenpl wrote: > [-- multipart/alternative, encoding 7bit, 55 lines --] > > [-- text/plain, encoding 7bit, charset: UTF-8, 21 lines --] > > Hello there, > Ive had it with my internet provider for a while now. I have a free > BeagleBone Black and a usb huawei 3G modem laying around though.

Re: [beagleboard] SYS_5V rail timing on the BeagleBone

2015-01-15 Thread Gerald Coley
Basically,no. You need to enable the LDO with 3.3V rail on the expansion header. Gerald On Thu, Jan 15, 2015 at 2:24 PM, wrote: > Might also be of interest to others and I wanted a second opinion before > making things more complex - > > Does power from the SYS_5V rail meet timing to drive IO o

[beagleboard] SYS_5V rail timing on the BeagleBone

2015-01-15 Thread ybeagle
Might also be of interest to others and I wanted a second opinion before making things more complex - Does power from the SYS_5V rail meet timing to drive IO on the BeagleBone/AM335x? That is - If I use SYS_5V to drive an always enabled 3.3V LDO, will the output of the LDO be safe to directly c

Re: [beagleboard] Re: Still having problems compiling Kernel :(

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 12:09 PM, William Pretty Security wrote: > >> It is a software RAID, and I am struggling with Robert's scripts :( > > I dunno anything about that. I can only say what I would do. > I would provide enough info about what I've tried so far then someone might > know right awa

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
Hi, When I compiled earlier kernel version which are supposed to support OMAP3530 with beaglebone I fail to start kernel (psp 3.0.1.6, kernel 2.6.32); 1920736 bytes read ## Booting kernel from Legacy Image at 8030 ... Image Name: Linux-2.6.32 Image Type: ARM Linux Kernel Image (unco

RE: [beagleboard] Re: Still having problems compiling Kernel :(

2015-01-15 Thread William Pretty Security
> It is a software RAID, and I am struggling with Robert's scripts :( I dunno anything about that. I can only say what I would do. I would provide enough info about what I've tried so far then someone might know right away what's up. Ok here we go: A couple of months ago I was looking for a De

Re: [beagleboard] Recompile kernel

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 6:12 AM, Robert Kuhn wrote: >> Thank you Robert N, and sorry to "hi-jack" your post Robert K. >> > > Np. You're welcome :-) > > One question: whats the purpose of the linux-libc-dev_1cross_armhf.deb > package? I did not install it and until now I see no problem... It prov

Re: [beagleboard] Recompile kernel

2015-01-15 Thread William Hermans
I could not say, as I've never seen it before. The name implies that it is an armhf libc for a cross compile environment. google also does not seem to be very forthcoming . . . On Thu, Jan 15, 2015 at 5:12 AM, Robert Kuhn wrote: > Thank you Robert N, and sorry to "hi-jack" your post Robert K. >>

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 wrote: > Hi Robert, > > Thanks, > I have compiled b

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
>.Maybe debmod ? >depmod -a >then: >modprobe g_ether I've tried that too... Still same result. We have another nibary which works well with g_ether, (but we don't have the sources for that binary so it does not help a lot, except for telling us that there is no HW failure) What can I do ? Is it a

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 10:36 AM, Ran Shalit wrote: > Hi Robert, > > Thanks, > I have compiled both modules and kernel, but still some error, without any > information. > > root@beagleboard:/lib/modules/2.6.37/kernel/drivers/usb/gadget# insmod > g_ether.ko > insmod: error inserting 'g_ether.ko

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
Hi Robert, Thanks, I have compiled both modules and kernel, but still some error, without any information. root@beagleboard:/lib/modules/2.6.37/kernel/drivers/usb/gadget# insmod g_ether.ko insmod: error inserting 'g_ether.ko': -1 No such device The new boot log is below. Is there any idea w

Re: [beagleboard] BeagleBone Black as reliable 3G/4G router/ modem

2015-01-15 Thread Miguel Aveiro
I've used 3 or 4 different Huawei usb 3G modems. All worked pretty easily. I'm using an old version of the RCN images with Debian Wheezy and kernel 3.8.13-bone51. All the tutorials for 3G modem for linux in general works good in BBB. A good one is this: https://www.thefanclub.co.za/how-to/how

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 10:23 AM, Ran Shalit wrote: > Hi Robert, > > Thank you very much. > I was lazy not to notice that > It now seems better (less errors on boot), but still fails with same error: >insmod: error inserting 'g_ether.ko': -1 No such device > Can you give me another hint wh

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
Hi Robert, Thank you very much. I was lazy not to notice that It now seems better (less errors on boot), but still fails with same error: insmod: error inserting 'g_ether.ko': -1 No such device Can you give me another hint what might cause such failure? This is the boot log: Last login: T

[beagleboard] Debugging bluetooth

2015-01-15 Thread Ed
Hi I have a bluetooth le usb dongle that connects fine with a bluetooth central. How do I go about viewing the data recieved by the BT USB dongle?? I'm trying to simply emulate a serial connection. Sorry for the newb quesion - many many thanks if you can help! -- For more options, visit http:

Re: [beagleboard] Checking GPIOpins for being healthy

2015-01-15 Thread evilwulfie
plus and minus what ? On 1/15/2015 8:30 AM, meino.cra...@gmx.de wrote: > Hi, > > I accidentally wired my BB wrong. I connected (+) and (-) to GPIOs > (default setting). > > I would like to check, whether these PINS had survived me. > > What is a valid most simplistic way to do so? > > Thank you v

Re: [beagleboard] Re: Still having problems compiling Kernel :(

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 1:58 AM, William Pretty Security wrote: > Thanks RH; > > It is a software RAID, and I am struggling with Robert's scripts :( Well, CONFIG_MD_RAID is already built as a module, what module do you actually need? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 9:39 AM, Ran Shalit 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 > CONFIG_SND_USB=y

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
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 CONFIG_SND_USB=y CONFIG_USB_HID=y CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB

[beagleboard] Checking GPIOpins for being healthy

2015-01-15 Thread Meino . Cramer
Hi, I accidentally wired my BB wrong. I connected (+) and (-) to GPIOs (default setting). I would like to check, whether these PINS had survived me. What is a valid most simplistic way to do so? Thank you very much in advance for any help! Best regards, Meino -- For more options, visit http:

Re: [beagleboard] BeagleBone Black doesn't sometimes start. Only Power LED is on

2015-01-15 Thread Mikkel Kirkgaard Nielsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there Martin. On 2015-01-14 18:05, martin.zol...@spotme.com wrote: > Just as a +1 to Andrew's findings: In summary, this software fix is > still highly useful. Glad you were able to solve your issue. I'm just wondering if Andrew's autoboot soluti

[beagleboard] Re: bmp085 with uext connection with BBB

2015-01-15 Thread JAY KOTHARI
I would like to stop this topic by correcting my mistake. I reversed my connection of uext cable.Afterwards I checked connectivity. Please check the connection when you interface with uext. Thank you for discussion Regards Jay Kothari On Thursday, 15 January 2015 09:44:35 UTC+5:30, JAY KOTHA

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 8:09 AM, Ran Shalit wrote: > > > > On Thu, Jan 15, 2015 at 3:22 PM, Ran Shalit 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 >>

Re: [beagleboard] ethernet gadget with beagleboard

2015-01-15 Thread Ran Shalit
On Thu, Jan 15, 2015 at 3:22 PM, Ran Shalit 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 on this EVM. > >

Re: [beagleboard] bring-up failure

2015-01-15 Thread Robert Nelson
On Thu, Jan 15, 2015 at 1:21 AM, Ran Shalit wrote: >> >> 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

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

Re: [beagleboard] Recompile kernel

2015-01-15 Thread Robert Kuhn
> > Thank you Robert N, and sorry to "hi-jack" your post Robert K. > > Np. You're welcome :-) One question: whats the purpose of the linux-libc-dev_1cross_armhf.deb package? I did not install it and until now I see no problem... Robert K. -- For more options, visit http://beagleboard.org/dis

[beagleboard] splash screen on BeagleBone Black LCD

2015-01-15 Thread Ayoub Zaki
Hello list, I'm trying to figure out how to display a splash screen on a BeagleBone Black with the Chipsee 7" LCD expansion board. using an old u-boot is working using instruction from TI here: http://e2e.ti.com/support/arm/sitara_arm/f/791/p/217383/952703 with later u-boot versions, is unfort

RE: [beagleboard] Re: Still having problems compiling Kernel :(

2015-01-15 Thread William Pretty Security
Thanks RH; It is a software RAID, and I am struggling with Robert's scripts :( -Original Message- From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of rh_ Sent: Thursday, January 15, 2015 12:12 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Re