[beagleboard] low cost BBB

2015-05-22 Thread evilwulfie
http://berryelec.net/element-14-beaglebone-black-development-board/ 39$ BBB -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from

Re: [beagleboard] Cloud9 Blank White Screen

2015-05-22 Thread bisschoprick
Sorry to reboor this thread, but the same problem occured on my Bone. I have been working on it locally last week and since then I can't access it from my laptop anymore. I'm kind of at a loss here, because I do need the rmote connection every once in a while. It seems that it is indeed a probl

Re: [beagleboard] Re: no acces to UART* anymore after flashing new Debian version

2015-05-22 Thread glslang
You need to edit the file to uncomment the includes for the serial devices (ttyO1 and so on). git status should then give you the difference of your edits against the repository. On Friday, May 22, 2015 at 11:49:49 AM UTC+1, Harke Smits wrote: > > Thanks a lot for the pointer! Yes, I'm afraid, I

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread William Hermans
> > *Oh that's kexec!* Thats it ! thanks ;) Anyway, I did want to mention perhaps this would be another option, but basically do not know if it could be used to debug modules as well ? I think so, but am not sure. Anyway, some say the most effective way to debug a kernel module is by using prin

[beagleboard] Re: Bone VDD_3V3EXP Disable Issues

2015-05-22 Thread Matthijs van Duin
On 20 May 2015 at 13:55, Maximiliano O. Sonnaillon wrote: > I was considering that one because it's a 3.3V logic signal. PGOOD is a > 1.8V signal and the EN pin of U4 has a minimum of 2V to consider it high. Ick, I completely overlooked that. So it seems there's no single simple solution... my

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread William Hermans
Anyway, this will drive me nuts ( short trip ) until I figure it out / remember. As it seemed like a really cool / useful / just-the-sort-of-thing I'd love to toy with. On Fri, May 22, 2015 at 12:53 PM, William Hermans wrote: > *kdb? it's also enabled by default... never personally used it thou

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread Robert Nelson
On Fri, May 22, 2015 at 2:53 PM, William Hermans wrote: > *kdb? it's also enabled by default... never personally used it thou..* > > > I do not think so, no. Someone on these groups posted about something I > had never heard about before, so I spent a couple hours googling and > reading on the s

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread William Hermans
> > *kdb? it's also enabled by default... never personally used it thou..* I do not think so, no. Someone on these groups posted about something I had never heard about before, so I spent a couple hours googling and reading on the subject. Basically, in make I believe it is an "ARCH" option, th

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread Robert Nelson
On Fri, May 22, 2015 at 2:35 PM, William Hermans wrote: > Isn't there some new fandangled way to debug the kernel by running it as an > executable. As in Linux running it's self ? For the life of me, I can not > recall the correct term . . . kdb? it's also enabled by default... never personally

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread William Hermans
Isn't there some new fandangled way to debug the kernel by running it as an executable. As in Linux running it's self ? For the life of me, I can not recall the correct term . . . On Fri, May 22, 2015 at 11:48 AM, Robert Nelson wrote: > On Fri, May 22, 2015 at 1:36 PM, rh_ wrote: > > On Fri, 22

Re: [beagleboard] Re: Debug Linux kernel module on beagle bone

2015-05-22 Thread Robert Nelson
On Fri, May 22, 2015 at 1:36 PM, rh_ wrote: > On Fri, 22 May 2015 08:49:31 -0500 > Gerald Coley wrote: > >> http://www.elinux.org/Beagleboard:BeagleBoneBlack#Optional_JTAG >> >> Gerald > > Here is a link to the part: > https://www.samtec.com/ftppub/cpdf/FTR-1XX-XX-XX-D-X-XX-MKT.pdf > > My solderi

[beagleboard] Measure +/-10V signal with Beaglebone Black ADC inputs. IC for Voltage Translation?

2015-05-22 Thread maxjaritz
Hi, I want to measure a signal with the range of -10V...+10V with a BeagleBone Black ADC input. Therefore I designed a unidirectional voltage translator with an op amp to bring down the voltage to the 0...1.8V input range of the ADC input. Now, the thing is, that I also want to be able to switc

Re: [beagleboard] Re: linux kernel as SPL or load from 1st stage

2015-05-22 Thread Robert Nelson
On Fri, May 22, 2015 at 12:58 PM, rh_ wrote: > On Thu, 21 May 2015 14:05:01 -0500 > Robert Nelson wrote: > >> >> u-boot has mode called "falcon mode".. >> >> SPL -> Kernel (thus skipping u-boot.img) >> >> http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.falcon;hb=HEAD > > That is interesting.

Re: [beagleboard] BeagleBone Black PWM on QNX OS

2015-05-22 Thread acheesehead
Here is some code from a Beagleboard (not Beaglebone) the register bases and pin configs will be different, but it should give you an idea of how to control a PWM using QNX. It is *not* a driver in the QNX sense, but a low-level approach. #include #include #include #include #include #inclu

[beagleboard] device tree: enable gpio in kernel 3.18

2015-05-22 Thread Maxim Podbereznyy
Hey guys! Can anybody share a simple example how to enable any of gpio pins available at BBB? I use kernel 3.18 and want to ass own dtsi file to the main am335x-bone.dts file to have a few gpio pins configured as GPIO In or Out imediately after the system boots.Tried a number of options but I don'

Re: [beagleboard] g_multi not loading at boot

2015-05-22 Thread Robert Nelson
On Fri, May 22, 2015 at 11:34 AM, Iñigo Martínez wrote: > > Thank you Robert for your fast answer, > > And how does the official scripts manage to avoid the race condition ? > > I have been looking at generic-boot-script.sh that is loaded at init and to > am335x_evm.sh (after loading SOC.sh). I tr

Re: [beagleboard] g_multi not loading at boot

2015-05-22 Thread Iñigo Martínez
Thank you Robert for your fast answer, And how does the official scripts manage to avoid the race condition ? I have been looking at generic-boot-script.sh that is loaded at init and to am335x_evm.sh (after loading SOC.sh). I tried to replicate the same behaviour but just writing a replacement

Re: [beagleboard] Future of BeagleBone (Black)?

2015-05-22 Thread William Hermans
> > *OK but it is capable to be used for commercial/industrial purposes - so > why should't it be used for that? Farnell, RS and I think Specialcomp too > sell them by thousands - all to commercial customers. So I don't see a good > reason why it should not be used for that - just because _initiall

[beagleboard] What is a good tool to capture flash chip R/W requests in Debain?

2015-05-22 Thread mlotfi13
Hi I need to make some trace file that captures the the flash chip access in BBB. Is there any appropriate tool for this job? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscr

Re: [beagleboard] Debug Linux kernel module on beagle bone

2015-05-22 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack#Optional_JTAG Gerald On Fri, May 22, 2015 at 8:48 AM, Yash Jain wrote: > I am a beaglebone new bee, > I wanted to debug a kernel module on beagle bone, > I assume we can use CCS to debug code on beaglebone, I would like to know > tools and inte

[beagleboard] Debug Linux kernel module on beagle bone

2015-05-22 Thread Yash Jain
I am a beaglebone new bee, I wanted to debug a kernel module on beagle bone, I assume we can use CCS to debug code on beaglebone, I would like to know tools and interface required to debug kernel module on beagle bone. Regards, Yash. -- For more options, visit http://beagleboard.org/discuss --

[beagleboard] Putty, PSCP

2015-05-22 Thread p . c . s . laurie . 58
I'm just starting with a Beaglebone Black Rev C, Cortex A8 I've got Putty working over the USB cable to my desktop XP machine, and I'm trying to upload files from DOS using PSCP According to Putty, I have a working directory root@beaglebone:~/dsp I'd have thought this should do it: > > pscp %1

[beagleboard] Re: beaglebone black not being detected when plugged in through USB cable

2015-05-22 Thread Peter
Have you got a 5V power supply? I found that although a USB connection lit up all the lights, it didn't work properly until I connected the 5V power supply. On Friday, 15 May 2015 12:12:08 UTC+1, Mehreen wrote: > > I have Windows 7 and Ubuntu 14.04 on VM installed on my computer. I have > succ

Re: [beagleboard] g_multi not loading at boot

2015-05-22 Thread Robert Nelson
On Fri, May 22, 2015 at 6:01 AM, Iñigo Martínez wrote: > > Hi, > > I have installed a custom Debian using the steps on eewiki. I have > downloaded the beaglebone-black-g-ether-load.sh script to load g_ether, and > finally I have created a systemd service to load it as follows: > > [Unit] > Descrip

Re: [beagleboard] Future of BeagleBone (Black)?

2015-05-22 Thread Gerald Coley
Blame does happen. Not sure why, but it does. Gerald On Fri, May 22, 2015 at 2:06 AM, Karl Karpfen wrote: > > Am Freitag, 22. Mai 2015 07:25:40 UTC+2 schrieb Mickae1: >> >> As everyone said, use the beaglebone black as you want ! But don't blame >> the community if there is problems of availab

[beagleboard] g_multi not loading at boot

2015-05-22 Thread Iñigo Martínez
Hi, I have installed a custom Debian using the steps on eewiki . I have downloaded the beaglebone-black-g-ether-load.sh script to load g_ether,

Re: [beagleboard] Re: no acces to UART* anymore after flashing new Debian version

2015-05-22 Thread Harke Smits
Thanks a lot for the pointer! Yes, I'm afraid, I need that. As a newbie I was not aware that upgrading the OS was so invasive I followed the recipe and after: git status, I get: (something like) nothing to commit. I could find the file am335x-boneblack.dts but then I get lost. Can som

Re: [beagleboard] Future of BeagleBone (Black)?

2015-05-22 Thread Karl Karpfen
Am Freitag, 22. Mai 2015 07:25:40 UTC+2 schrieb Mickae1: > > As everyone said, use the beaglebone black as you want ! But don't blame > the community if there is problems of availability or compatibility in the > future ! > >> >> TI states the AM335X will be available for >9 years, Gerald states