[beagleboard] Support: Uboot TFTP Configuration in BBB

2019-03-09 Thread Pon Senthil Rajan Jeyaraman
Hello All, I'm trying to configure network and TFTP in the uboot of eMMC of BBB with the below uboot commands. setenv autoload no dhcp setenv netmask 255.255.255.0 setenv dnsip 192.168.0.1 setenv gatewayip 192.168.0.1 setenv ipaddr 192.168.0.120 setenv serverip 192.168.0.6 - (my PC address)

[beagleboard] support for android 6 on BBB Wireless board

2018-04-11 Thread amitnagal18
Hi I Want to build android (6 or 7) for BBB wireless board.bo can somebody suggest me from where to download source and build instructions for BBB wireless board regards amit -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

RE: [beagleboard] support

2017-06-13 Thread Gerald Coley
It does not exist. Gerald From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Lê Dung Sent: Tuesday, June 13, 2017 8:25 AM To: beagleboard@googlegroups.com; beagleboard-...@googlegroups.com Subject: [beagleboard] support Dear I am looking for the hardware

[beagleboard] support

2017-06-13 Thread Lê Dũng
Dear I am looking for the hardware design of the Beagleboard X15 embedded module in the Altium files format. Kindly share with me if you have it Special thanks. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Support for BBB kernel

2016-07-01 Thread Greg Wilson-Lindberg
I've got a custom dtb that has the ADC in it. I've been using the ADC for almost a year now. The problem is that I can't rebuild the kernel that does work, or get any other kernel to build and work with it either. Regards, Greg On Friday, July 1, 2016 at 3:42:31 PM UTC-7, john3909 wrote: > >

Re: [beagleboard] Support for BBB kernel

2016-07-01 Thread John Syne
sudo sh -c "echo ‘BB-ADC' > /sys/devices/platform/bone_capemgr/slots" Regards, John > On Jul 1, 2016, at 3:34 PM, Greg Wilson-Lindberg wrote: > > Hi Robert, > The problem that I've got with that is the tag doesn't make sense, its > 3.14.49-ti-r62, which seems to be

Re: [beagleboard] Support for BBB kernel

2016-07-01 Thread John Syne
Have you installed the ADC devicetree overlay? Regards, John > On Jul 1, 2016, at 3:34 PM, Greg Wilson-Lindberg wrote: > > Hi Robert, > The problem that I've got with that is the tag doesn't make sense, its > 3.14.49-ti-r62, which seems to be wrong, the 3.14.40 version

Re: [beagleboard] Support for BBB kernel

2016-07-01 Thread John Syne
So did you do a git pull on your existing ti-linux-kernel-dev project? If you did, then it won’t build. To see the error, you have to scroll back, sometime you have to scroll back a lot to see the error. If the build was successful, you will see the deploy folder update successfully. The reason

Re: [beagleboard] Support for BBB kernel

2016-07-01 Thread Robert Nelson
On Fri, Jul 1, 2016 at 4:34 PM, Greg Wilson-Lindberg wrote: > Hi Robert, > > As I said above, I found a backup of the ti-linux-kernel-dev directory from > when I built my working kernel. I've tried to build it now on three systems, > two x86 systems, one Kubuntu 12-04, one

Re: [beagleboard] Support for BBB kernel

2016-07-01 Thread Greg Wilson-Lindberg
Hi Robert, As I said above, I found a backup of the ti-linux-kernel-dev directory from when I built my working kernel. I've tried to build it now on three systems, two x86 systems, one Kubuntu 12-04, one Kubuntu 14-04, and the third system, an OMAP-UEVM running a debian build of yours. On two

Re: [beagleboard] Support for BBB kernel

2016-06-30 Thread Greg Wilson-Lindberg
Yeah, I thought about that, but that means that once you do the build_kernel, you have to restore the old .config and then rebuild with tools/rebuild.sh taking potentially twice as long. I seem to be having bigger issues right now, so this isn't as big a deal as I thought. Thanks, On

Re: [beagleboard] Support for BBB kernel

2016-06-30 Thread Greg Wilson-Lindberg
Ok, I've got a confusion. I found a backup is the ti-linux-kernel-dev tree that I used to create the 3.14.49-ti-r62 kernel that I've been using. It dates to 20150827. When I rebuild with tools/rebuild.sh everything gets recompiled. I have rebuilt my development system with Kubuntu 1204 64

Re: [beagleboard] Support for BBB kernel

2016-06-30 Thread William Hermans
$ cp /path/to/.config /save/path/.config.old /* Or .config., or .config.*/ ;) On Thu, Jun 30, 2016 at 4:10 PM, Greg Wilson-Lindberg wrote: > I thought about that, I just wanted to make sure it wouldn't blow away and > .config file that already existed. > > On Thursday,

Re: [beagleboard] Support for BBB kernel

2016-06-30 Thread Greg Wilson-Lindberg
I thought about that, I just wanted to make sure it wouldn't blow away and .config file that already existed. On Thursday, June 30, 2016 at 1:56:38 PM UTC-7, RobertCNelson wrote: > > On Thu, Jun 30, 2016 at 3:55 PM, Greg Wilson-Lindberg > > ./build_kernel.sh > > > -- For more options, visit

Re: [beagleboard] Support for BBB kernel

2016-06-30 Thread Robert Nelson
On Thu, Jun 30, 2016 at 3:55 PM, Greg Wilson-Lindberg wrote: > Robert, > How do I force a make clean on yakbuild? ./build_kernel.sh Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Support for BBB kernel

2016-06-30 Thread Greg Wilson-Lindberg
Robert, How do I force a make clean on yakbuild? Regards, -- 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 it, send an

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
Update, that was on my x86 system, I built it on a UEVM system and it seems to have worked, will try out the resulting kernel in the morning. Regards, Greg -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
Ok, I put 3.14.49-ti-r73 in, ran build_kernel.sh. It pulled down the source and built the kernel, but at the end it didn't build the dts', deploy is empty and there is no kernel in arch/arm/boot. Am I missing something? -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Robert Nelson
On Wed, Jun 29, 2016 at 4:26 PM, Greg Wilson-Lindberg wrote: > And how are you getting the list of tags? or do you just have a text file? 3.14.49-ti-r73 git checkout, and using tab completion.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
No, i need the 3.14.49 series, so what are the releases for that? On Wednesday, June 29, 2016 at 2:21:49 PM UTC-7, RobertCNelson wrote: > > On Wed, Jun 29, 2016 at 4:17 PM, Greg Wilson-Lindberg > wrote: > > meant 3.14.40-ti-r62 not 3.14.4-ti-r62 > >

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Robert Nelson
On Wed, Jun 29, 2016 at 4:17 PM, Greg Wilson-Lindberg wrote: > meant 3.14.40-ti-r62 not 3.14.4-ti-r62 https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/3.14.40-ti-r62 so in yakbuild, set: kernel_tag="3.14.40-ti-r62" Regards, -- Robert Nelson https://rcn-ee.com/

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
meant 3.14.40-ti-r62 not 3.14.4-ti-r62 >> -- 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 it, send an email to

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
What I'm using is 3.14.49-ti-r62, there is a 3.14.4-ti-r62 so I don't know how I got he r62 for the 3.14.49 version. On Wednesday, June 29, 2016 at 1:57:47 PM UTC-7, RobertCNelson wrote: > > On Wed, Jun 29, 2016 at 3:43 PM, Greg Wilson-Lindberg > wrote: > > Thanks for the

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Robert Nelson
On Wed, Jun 29, 2016 at 4:09 PM, William Hermans wrote: >> >> yakbuild, it needed to build "old" git tag's from the v3.14.x-ti, >> v4.1.x-ti, v4.4.x-ti branches, due to how i combine two active git >> tree's.. >> > > Ok, cool, thanks Robert. Seems then it's for TI only kernels

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread William Hermans
> > yakbuild, it needed to build "old" git tag's from the v3.14.x-ti, > v4.1.x-ti, v4.4.x-ti branches, due to how i combine two active git > tree's.. > Ok, cool, thanks Robert. Seems then it's for TI only kernels then . .. -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Robert Nelson
On Wed, Jun 29, 2016 at 3:43 PM, Greg Wilson-Lindberg wrote: > Thanks for the pointer, that seems to be just what I need. > One last thing, how do I get a list of the kernel versions, I seem to have a > funny number that I've been using?

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Robert Nelson
On Wed, Jun 29, 2016 at 3:39 PM, William Hermans wrote: > Robert, > > What exactly is the purpose of yakbuild ? I only ask because in the context > of your eewiki build guide > yakbuild is different. Of course, the eewiki guides cover a lot more . . . > but in the context of

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
Thanks for the pointer, that seems to be just what I need. One last thing, how do I get a list of the kernel versions, I seem to have a funny number that I've been using? Regards, Greg On Wednesday, June 29, 2016 at 11:48:23 AM UTC-7, RobertCNelson wrote: > > On Wed, Jun 29, 2016 at 10:51 AM,

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread William Hermans
Robert, What exactly is the purpose of yakbuild ? I only ask because in the context of your eewiki build guide yakbuild is different. Of course, the eewiki guides cover a lot more . . . but in the context of building a kernel ? On Wed, Jun 29, 2016 at 11:47 AM, Robert Nelson

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Robert Nelson
On Wed, Jun 29, 2016 at 10:51 AM, Greg Wilson-Lindberg wrote: > > Great to hear, it was a bit disconcerting to see that the TechXchange site > was down, and the link had been removed from the Digikey front page. > > I need to see about getting a specific version of the 3.14

Re: [beagleboard] Support for BBB kernel

2016-06-29 Thread Greg Wilson-Lindberg
Great to hear, it was a bit disconcerting to see that the TechXchange site was down, and the link had been removed from the Digikey front page. I need to see about getting a specific version of the 3.14 kernel code, so let me know how to contact you tomorrow. Regards, Greg > > Tomorrow i'll

Re: [beagleboard] Support for BBB kernel

2016-06-28 Thread Robert Nelson
On Tue, Jun 28, 2016 at 6:11 PM, Greg Wilson-Lindberg wrote: > Does anyone know how to get in touch with Robert C Nelson? The Digikey > TechXchange has been down for at least a week, and TechXchange has been > removed from the Digikey main page. > > I've got some questions

[beagleboard] Support for BBB kernel

2016-06-28 Thread Greg Wilson-Lindberg
Does anyone know how to get in touch with Robert C Nelson? The Digikey TechXchange has been down for at least a week, and TechXchange has been removed from the Digikey main page. I've got some questions about the kernel that is used in Debian and need to get in touch with him. Regards, Greg

Re: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black

2014-06-16 Thread Elavarasu
: From: Elavarasu elavar...@gmail.com javascript: Reply-To: beagl...@googlegroups.com javascript: Date: Tuesday, March 11, 2014 at 2:59 AM To: beagl...@googlegroups.com javascript: Subject: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black Hi

Re: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black

2014-06-16 Thread John Syn
From: Elavarasu elavarasu@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Sunday, June 15, 2014 at 11:28 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator

[beagleboard] Support for multiple USB CCID devices

2014-03-25 Thread Gavin Williams
Afternoon all I'm currently looking at hardware req's for a new project, where we need to support 50 USB CCID devices on a single host. The devices in question are OmniKey 6121 USB thumb drives, and will be connected to a 49 port Cambrionix USB hub, which contains 7 7-port hubs. Is this

Re: [beagleboard] Support for multiple USB CCID devices

2014-03-25 Thread fatmcgav
I feared as much... Some testing on an old x86 desktop running CentOS 6 started showing issues after plugging in 20 OmniKey devices... Any recommendations on what sort of hardware I should be looking for? Cheers Gav On 25 March 2014 15:22, Robert Nelson robertcnel...@gmail.com wrote: On

Re: [beagleboard] Support for multiple USB CCID devices

2014-03-25 Thread Robert Nelson
On Tue, Mar 25, 2014 at 10:18 AM, Gavin Williams fatmc...@gmail.com wrote: Afternoon all I'm currently looking at hardware req's for a new project, where we need to support 50 USB CCID devices on a single host. The devices in question are OmniKey 6121 USB thumb drives, and will be connected

[beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black

2014-03-11 Thread Elavarasu
Hi, Is there is anyway to use the Embest XDS 100v2 14 pin jtag for the beaglebone black, i referred the difference for the 20pin and 14pin here: http://processors.wiki.ti.com/index.php/JTAG_Connectors But any turnarounds to use this jtag in BBB which have the 20 pin connector. Thanks,

Re: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black

2014-03-11 Thread Gerald Coley
You will need an adapter. Gerald On Tue, Mar 11, 2014 at 5:59 AM, Elavarasu elavarasu@gmail.com wrote: Hi, Is there is anyway to use the Embest XDS 100v2 14 pin jtag for the beaglebone black, i referred the difference for the 20pin and 14pin here:

Re: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black

2014-03-11 Thread John Syn
From: Elavarasu elavarasu@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, March 11, 2014 at 2:59 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Support for the Embest 14pin jtag XDS100v2 USB Emulator in Beaglebone black Hi, Is there is anyway to use

[beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread hirst689
I have been searching around for days to try and understand if it is possible to add 485 support to Angstrom linux 3.8.13 using bitbake. I have seen multiple examples of how to add the support but none that talk to bitbake directly and none that have answered the bitbake question. Does anyone

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread Micka
Why do you want to use it with Angstrom ? Angstrom is going to die . I had the same problem as you in the past ... I find out that with the Ubuntu Distribution from Robert C Nelson, it's easy to modify the kernel, creating a patch, add a patch, . Micka, On Tue, Dec 31, 2013 at 2:11

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread David Hirst
OK! Could you point me to some form of how to Thanks -- 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 it, send an email to

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread Micka
There: https://groups.google.com/forum/#!topic/beagleboard/sAsZYPJ_DPg Enjoy ! On Tue, Dec 31, 2013 at 2:22 PM, David Hirst hirst...@gmail.com wrote: OK! Could you point me to some form of how to Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread David Hirst
thanks On Tue, Dec 31, 2013 at 8:36 AM, Micka mickamus...@gmail.com wrote: There: https://groups.google.com/forum/#!topic/beagleboard/sAsZYPJ_DPg Enjoy ! On Tue, Dec 31, 2013 at 2:22 PM, David Hirst hirst...@gmail.com wrote: OK! Could you point me to some form of how to Thanks --