Re: [beagleboard] Building for BeagleBoard XM and Preparing Bootable SD card for it.

2014-09-23 Thread Maxim Podbereznyy
http://eewiki.net/display/linuxonarm/BeagleBoard

2014-09-24 8:18 GMT+04:00 softy :

> Hi All,
> This is my first Question and kinda getting started Qs.I was searching for
> building for *BeagleBoardXM *and preparing SD card for it.I have came
> across numerous links (once by beagleboard, one by IBM, and many more
> blogs) ,But I am not able  to figure out which  one to follow.Is there any
> official page for all the instructions which could furnish me with the
> below things :
>
> (1) Building Package - Bootloader,Kernel,filesystem(and what ever
> necessary) for *BeagleBoardXM *to boot Linux.
> (2) Creating a Bootable SD card for it and boot it with the above package.
> (3) Any official page for flashing Android on
> BeagleBoardXM(System.img,userdata.img,boot.img,etc)
>
> Please note in the past I have fair experience of building/flashing and
> booting of android(4.4.X ) on PandaBoard ES rev B.There is a readme inside
> the device/ti/panda which tells from where to download the sources , how to
> build and how to flash the boot-loader,xloader,boot.img,userdata.img for
> the Android.I am looking for the similar thing for the Android for
> BeagleBoardXM.
> Eagerly looking for a slap to my post to do something about this.
>
> Thanks and Rgds,
> S
>
>  --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] OMAP related patches to be applied on top of vanilla Linux Kernel

2014-09-23 Thread neo star
So for my understanding https://github.com/beagleboard/linux is the
location of kernel used in BBB

and

3.8 (current stable)
https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.8.13...3.8.13-bone66

3.14 (next stable)
https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.14.19...3.14.19-ti-r25

contains patches still not in the main line kernel AKA development branch.


On Tue, Sep 23, 2014 at 11:58 PM, Robert Nelson  wrote:
> On Tue, Sep 23, 2014 at 1:13 PM, neo star  wrote:
>> So they are part of the vanilla kernel ? If so what customizations are
>> done to the vanilla kernel before releasing an image for BBB
>
> Well you can look this up yourself, as everything is located here:
>
> https://github.com/beagleboard/linux
>
> 3.8 (current stable)
> https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.8.13...3.8.13-bone66
>
> 3.14 (next stable)
> https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.14.19...3.14.19-ti-r25
>
> This of course, doesn't showcase the fact you can run mainline just
> fine, everything above is patches being submitted/worked on/etc.
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the Google 
> Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/beagleboard/Ue4L6-QsP7k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Buildroot issue

2014-09-23 Thread Jai Shiv
Hi Frank

All the binaries under output/host/usr/bin having this prefix
arm-buildroot-linux-uclibcgnueabi-  .
For example for gcc it is like :
arm-buildroot-linux-uclibcgnueabi-gcc

So in Path variable i added the path of output/host/usr/bin folder.

And While compiling anything for arm target i gave CROSS_COMPILE=
arm-buildroot-linux-uclibcgnueabi-

But it's giving me same error.
In my another build machine there are symlink created for all binaries
under output/host/usr/bin folder

For example : for gcc there is one binary arm-buildroot-linux-uclibcgnueabi-gcc
and there is corresponding link present like

arm-linux-gcc ->arm-buildroot-linux-uclibcgnueabi-gcc

So while cross compiling a arm program I usually give arm-linux- and it's
work fine .


Hope You understood now.


Regads
Jai Shiv











*With Best Regards,Jai Shiv*
*81061-22410*

On Wed, Sep 24, 2014 at 1:55 AM, Frank Hunleth <
fhunl...@troodon-software.com> wrote:

> On Tue, Sep 23, 2014 at 1:18 AM, jaishiv bansal 
> wrote:
> >
> > Hi
> >
> > I have downloaded the buildroot from git clone git://
> git.buildroot.net/buildroot.
> > I compiled successfully for my target. But in the bin folder no symlink
> has created for binaries.
>
> I'm not sure that I understand which binaries that you'd like. Host
> tools such as the compiler can be found in the output/host/usr/bin
> directory.
>
> >
> > I added the bin folder path to #PATH.
> >
> > So when i compile uboot with make CROSS_COMPILE=arm-linux-. It gives
> me following error
> > arm-linux-gcc not found.
>
> That does not sound like the right prefix. You didn't say what
> buildroot configuration that you were using so I can't say for sure.
> However, it's often longer like arm-none-linux-gnueabi- or similar. If
> you look in your output/host/usr/bin directory, you should see what it
> is.
>
> Also, why don't you let Buildroot build uboot? It will set the
> CROSS_COMPILE prefix correctly.
>
> > Please help. Is there any option/script to create symlink for binaries
> in bin folder.
>
> I'd recommend updating your PATH rather than creating symlinks to the
> host tools.
>
> Frank
>
> >
> > Regards
> > Jai Shiv
> >
> > --
> > 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 beagleboard+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
> --
> Frank Hunleth
> Troodon Software LLC
> Embedded Software Development
> http://troodon-software.com/
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Building for BeagleBoard XM and Preparing Bootable SD card for it.

2014-09-23 Thread softy
Hi All, 
This is my first Question and kinda getting started Qs.I was searching for 
building for *BeagleBoardXM *and preparing SD card for it.I have came 
across numerous links (once by beagleboard, one by IBM, and many more 
blogs) ,But I am not able  to figure out which  one to follow.Is there any 
official page for all the instructions which could furnish me with the 
below things : 

(1) Building Package - Bootloader,Kernel,filesystem(and what ever 
necessary) for *BeagleBoardXM *to boot Linux.
(2) Creating a Bootable SD card for it and boot it with the above package.
(3) Any official page for flashing Android on 
BeagleBoardXM(System.img,userdata.img,boot.img,etc)

Please note in the past I have fair experience of building/flashing and 
booting of android(4.4.X ) on PandaBoard ES rev B.There is a readme inside 
the device/ti/panda which tells from where to download the sources , how to 
build and how to flash the boot-loader,xloader,boot.img,userdata.img for 
the Android.I am looking for the similar thing for the Android for 
BeagleBoardXM.
Eagerly looking for a slap to my post to do something about this.

Thanks and Rgds,
S

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Getting comms going on UART1

2014-09-23 Thread jfsbac
Hi,

Not and expert here, but I did manage to get communication with a device 
connected to UART1.  What do you have connected?  If there is nothing there 
your transmit data will just go off into space.  To see data come back you 
would have to have a device in loopback mode, or at least the Tx connected 
to the Rx.  

I am running the Debian image, and used the ADAFRUIT-UART2 overlay.  It 
shows up as ttyo1 (thats oh one, not zero one).  I have a Sparkfun MAX3232 
module that translates the 3V TTL to RS232 which goes to a little micro 
that responds to commands like "/sh/s" and returns some text.  I use screen 
to type the text commands until I get my C program working on the BBB, or 
try javascript.  Oh, there are also two Zigbee modules in between the micro 
and the BBB creating a wireless RS232 link.

Hope this helps,

Jonathan

On Monday, September 22, 2014 12:35:56 PM UTC-4, Julian Gold wrote:
>
> Oh, my board revision is B6.
>
> On Monday, 22 September 2014 17:34:44 UTC+1, Julian Gold wrote:
>>
>> I've been struggling to get serial comms going on UART1. I have enabled 
>> it by creating a service that performs
>>
>> echo BB-UART1 > /sys/devices/bone_capemgr.9/slots
>>
>> and lo! the device /dev/ttyO1 appears. However, with two terminal windows 
>> open, doing 'cat /dev/ttyO1' in one and 'echo "wibble" > /dev/ttyO1' in the 
>> other results in nothing at all appearing in the cat window. I've tried 
>> several combinations of baud rates and flow control, with no success. What 
>> am I missing?
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] SUART & PRU

2014-09-23 Thread John Stampfl
The PRU has an UART:

https://github.com/jstampfl/Pruuart



On Mon, Sep 22, 2014 at 5:02 PM, Micka  wrote:

> Hi,
>
> I need more UART for my project, and the best way I heard is by using the
> PRU.
>
> There is a link about that :
> http://processors.wiki.ti.com/index.php/Soft-UART_Implementation_on_AM335X_PRU_-_Software_Users_Guide#Building_SUART_Firmware
>
>
> But it say that the driver is built for linux 3.2 . So is it compatible
> for Linux 3.8 ?
>
> If it is compatible with Linux 3.8, how do you install this driver ? Do I
> have to compile it ? Or just copy past the driver and put it somewhere ? =>
> git://gitorious.org/pru/am335x-pru-uart-fw.git
>
>
> I just found out about the existence of PRU, sounds like very interesting !
>
>
> Micka,
>
>
>
>  --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
John Stampfl

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Buildroot issue

2014-09-23 Thread Frank Hunleth
On Tue, Sep 23, 2014 at 1:18 AM, jaishiv bansal  wrote:
>
> Hi
>
> I have downloaded the buildroot from git clone 
> git://git.buildroot.net/buildroot.
> I compiled successfully for my target. But in the bin folder no symlink has 
> created for binaries.

I'm not sure that I understand which binaries that you'd like. Host
tools such as the compiler can be found in the output/host/usr/bin
directory.

>
> I added the bin folder path to #PATH.
>
> So when i compile uboot with make CROSS_COMPILE=arm-linux-. It gives me 
> following error
> arm-linux-gcc not found.

That does not sound like the right prefix. You didn't say what
buildroot configuration that you were using so I can't say for sure.
However, it's often longer like arm-none-linux-gnueabi- or similar. If
you look in your output/host/usr/bin directory, you should see what it
is.

Also, why don't you let Buildroot build uboot? It will set the
CROSS_COMPILE prefix correctly.

> Please help. Is there any option/script to create symlink for binaries in bin 
> folder.

I'd recommend updating your PATH rather than creating symlinks to the
host tools.

Frank

>
> Regards
> Jai Shiv
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.




-- 
Frank Hunleth
Troodon Software LLC
Embedded Software Development
http://troodon-software.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] OMAP related patches to be applied on top of vanilla Linux Kernel

2014-09-23 Thread Robert Nelson
On Tue, Sep 23, 2014 at 1:13 PM, neo star  wrote:
> So they are part of the vanilla kernel ? If so what customizations are
> done to the vanilla kernel before releasing an image for BBB

Well you can look this up yourself, as everything is located here:

https://github.com/beagleboard/linux

3.8 (current stable)
https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.8.13...3.8.13-bone66

3.14 (next stable)
https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.14.19...3.14.19-ti-r25

This of course, doesn't showcase the fact you can run mainline just
fine, everything above is patches being submitted/worked on/etc.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] OMAP related patches to be applied on top of vanilla Linux Kernel

2014-09-23 Thread neo star
So they are part of the vanilla kernel ? If so what customizations are
done to the vanilla kernel before releasing an image for BBB

On Tue, Sep 23, 2014 at 11:33 PM, Robert Nelson  wrote:
> On Tue, Sep 23, 2014 at 1:00 PM, neo  wrote:
>> Hi
>>
>> I like to know the location of OMAP related patches like for example GPIO
>> drivers, UART, I2C are maintained and updated ? This i am asking because i
>> like to know how they are written.
>> I am assuming that when an updated kernel for BBB is released maintainers
>> take the vanilla Kernel and apply the above patch for these drivers and
>> release it. This is correct ?
>
> GPIO/UART/I2C are all mainline for the OMAP.
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the Google 
> Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/beagleboard/Ue4L6-QsP7k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] OMAP related patches to be applied on top of vanilla Linux Kernel

2014-09-23 Thread Robert Nelson
On Tue, Sep 23, 2014 at 1:00 PM, neo  wrote:
> Hi
>
> I like to know the location of OMAP related patches like for example GPIO
> drivers, UART, I2C are maintained and updated ? This i am asking because i
> like to know how they are written.
> I am assuming that when an updated kernel for BBB is released maintainers
> take the vanilla Kernel and apply the above patch for these drivers and
> release it. This is correct ?

GPIO/UART/I2C are all mainline for the OMAP.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] OMAP related patches to be applied on top of vanilla Linux Kernel

2014-09-23 Thread neo
Hi

   1. I like to know the location of OMAP related patches like for example 
   GPIO drivers, UART, I2C are maintained and updated ? This i am asking 
   because i like to know how they are written.
   2. I am assuming that when an updated kernel for BBB is released 
   maintainers take the vanilla Kernel and apply the above patch for these 
   drivers and release it. This is correct ?
   
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: 3 proposed patches for next 3.8.13-bone5x update

2014-09-23 Thread Alexander Hayman
I'm using wheezy. GNU sed version 4.2.1.  I see what's happening now.
It looks like the uEnv.txt doesn't have quotes around the kernel version
at all, so there shouldn't be any inner quotes.  The only reason my
kernel "update" worked was because the kernel version was the same, so
the sed didn't need to catch a match and update the uname_r.

It looks like single or double outer quotes work fine. 

Alex

On 9/23/2014 9:56 AM, Robert Nelson wrote:
> On Tue, Sep 23, 2014 at 8:50 AM, Robert Nelson  
> wrote:
>> On Tue, Sep 23, 2014 at 5:56 AM, Alexander Hayman
>>  wrote:
>>> Hmm, this didn't fix the problem.
>>>
>>> Preparing to replace linux-image-3.8.13-bone66 1cross (using
>>> linux-image-3.8.13-bone66_1cross_armhf.deb) ...
>>> Unpacking replacement linux-image-3.8.13-bone66 ...
>>> Setting up linux-image-3.8.13-bone66 (1cross) ...
>>> update-initramfs: Generating /boot/initrd.img-3.8.13-bone66
>>> zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=3.8.13-bone66]
>>> sed: -e expression #1, char 24: unterminated `s' command
>>> run-parts: /etc/kernel/postinst.d/zz-uenv_txt exited with return code 1
>>> dpkg: error processing linux-image-3.8.13-bone66 (--install):
>>>  subprocess installed post-installation script returned error exit status 1
>>> Errors were encountered while processing:
>>>  linux-image-3.8.13-bone66
>>>
>>> However, a colleague found this solution, which works fine:
>>> sed -i -e
>>> 's:uname_r='"'"'${older_kernel}'"'"':uname_r='"'"'${version}'"'"':g'
>>> /boot/uEnv.txt
>> That is odd, we shouldn't have to be that crazy, what distro is that
>> rootfs based on and what version of sed?
> This works on wheezy:
>
> sed -i -e "s:uname_r=$older_kernel:uname_r=$version:g" /boot/uEnv.txt
>
> Selecting previously unselected package linux-image-3.14.19-ti-r25.
> (Reading database ... 23055 files and directories currently installed.)
> Unpacking linux-image-3.14.19-ti-r25 (from
> .../linux-image-3.14.19-ti-r25_1wheezy_armhf.deb) ...
> Setting up linux-image-3.14.19-ti-r25 (1wheezy) ...
> update-initramfs: Generating /boot/initrd.img-3.14.19-ti-r25
> zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=3.14.19-ti-r25]
>
>
> Just remove the middle quotes all together..
>
> I'll fire up jessie/trusty/utopic and make sure it works there too.
>
>
> 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 email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Connecting The BeagleBone black rev c to the mac using ethernet

2014-09-23 Thread Luis José Marmisa Gazo
Take a look to this link:

http://blog.angryturtle.com/2013/02/setting-up-raspberry-pi-for-osx.html

The solution applies not only to RPi but also to BBB.

Regards,

Luis

On Monday, September 22, 2014 6:39:04 AM UTC+2, Amr M.Elsaid wrote:
>
> I need to connect the BeagleBone black revision C to the MacBook using an 
> ethernet cable and ssh to it, I searched the web but I couldn't find a 
> direct way to connect it to the mac without the usage of access point 
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Board shipments decreasing

2014-09-23 Thread Gerald Coley
We just shipped 300 to Avnet. Check with them. Why not ask them?

No other distributor have placed any orders for this board.

Gerald




On Tue, Sep 23, 2014 at 9:44 AM,  wrote:

> Dear Gerald...We badly need BB-BONE WHITE 12Pcs..How can we get these..
> We badly need the support and struggling since 10 weeks..RS commiteed
> schdules and they failed to deliver the same..
>
> Pls help and we depend on you.
>
> Malhar
>
> On Monday, 22 September 2014 23:11:17 UTC+5:30, Gerald wrote:
>>
>> You should see an uptick in shipments this week, 800 went out on
>> Friday.Not that anyone cares, but Arrow shorted us all the HDMI framers
>> from NXP, so CCO had to go through "other channels  to find them. Oh, and
>> yes they were indeed more expensive.
>>
>> Gerald
>>
>> On Mon, Sep 22, 2014 at 10:02 AM, Jason Kridner 
>> wrote:
>>
>> On Mon, Sep 22, 2014 at 5:02 AM,   wrote:
>>> > No, this is unnecessary artificial scarcity...
>>>
>>> As far as I know, CircuitCo has no motivation to create artificial
>>> scarcity. They'd only be hurting themselves.
>>>
>>> >
>>> > I am as well looking to buy a BBB from Mouser, Digikey and so on (as I
>>> like
>>> > the free shipping they offer to Europe having a certain amount). The
>>> only
>>> > boards I can directly get in Germany are the Element14 ones. I would
>>> long
>>> > bought a CircuitCo one if they would be available. I know they are
>>> produced
>>> > "on-demand", and demand is when I backorder one at my favourite distri.
>>> > Nevertheless, it would be smart to have a minimum stock at those big
>>> players
>>> > - pretty sure they won't be there for long.
>>> >
>>> >
>>> > Am Montag, 22. September 2014 09:10:40 UTC+2 schrieb lisarden:
>>> >>
>>> >> saturation
>>> >>
>>> >>
>>> >> 2014-09-22 11:09 GMT+04:00 :
>>> >>>
>>> >>> Hi,
>>> >>>
>>> >>> according to
>>> >>> http://elinux.org/Beagleboard:BeagleBoneBlack#Board_Shipments board
>>> >>> shipments are decresing constantly for some months. What is the
>>> reason for
>>> >>> this? When I have a look to distributors of hardware they are still
>>> not
>>> >>> available without longer delay, so what is going on here?
>>> >>>
>>> >>>
>>> >>> --
>>> >>> 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 beagleboard...@googlegroups.com.
>>> >>> For more options, visit https://groups.google.com/d/optout.
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
>>> >> Company - http://www.linkedin.com/company/mentorel
>>> >> Facebook - https://www.facebook.com/mentorel.company
>>> >
>>> > --
>>> > 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 beagleboard...@googlegroups.com.
>>> > For more options, visit https://groups.google.com/d/optout.
>>>
>>> --
>>> 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 beagleboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Cannot read data on serial UART4 ...

2014-09-23 Thread philippe . frossard
Hi,
I'm using Linux version 3.8.13-bone40,
On board-name A335BNLT / Revision 00C0,

My slots,
 0: 54:PF--- 
 1: 55:PF--- 
 2: 56:PF--- 
 3: 57:PF--- 
 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
 5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
 6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
 7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART1
 8: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART2
 9: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART2-RTSCTS
10: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART4
11: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-ADC

I have no problem with UART1 and UART2,
I connected TX to RX on UART4,
I can send data on UART4 (TX) "echo 1 > /dev/ttyO4",
But with "cat /dev/ttyO4" the data is printed out in loop with a lot of 
data ...
The buffer on UART4 seem to be not managed correctly ...

Do you have a solution ?!

My BB-UART4-00A0.dts,

compatible = "ti,beaglebone", "ti,beaglebone-black";
part-number = "BB-UART4";
version = "00A0";
exclusive-use = "P9.13", "P9.11", "uart4";

fragment@0 {
target = <0xdeadbeef>;

__overlay__ {

pinmux_bb_uart4_pins {
pinctrl-single,pins = <0x70 0x26 0x74 0x6>;
linux,phandle = <0x1>;
phandle = <0x1>;
};
};
};



-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Is it possible to root an Android in beaglebone black?

2014-09-23 Thread Caio Vinicius
I'm using an modify image of Android distributed by Chipsee (Because i'm 
using an Capacitive LCD of them).

But now I want to access the GPIOs, SPIs, I2C and others devices. But i 
need root access for that.

How could I root my Android?

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Board shipments decreasing

2014-09-23 Thread malhar . md
Dear Gerald...We badly need BB-BONE WHITE 12Pcs..How can we get these..
We badly need the support and struggling since 10 weeks..RS commiteed 
schdules and they failed to deliver the same..

Pls help and we depend on you.

Malhar

On Monday, 22 September 2014 23:11:17 UTC+5:30, Gerald wrote:
>
> You should see an uptick in shipments this week, 800 went out on 
> Friday.Not that anyone cares, but Arrow shorted us all the HDMI framers 
> from NXP, so CCO had to go through "other channels  to find them. Oh, and 
> yes they were indeed more expensive.
>
> Gerald
>
> On Mon, Sep 22, 2014 at 10:02 AM, Jason Kridner  > wrote:
>
>> On Mon, Sep 22, 2014 at 5:02 AM,  > 
>> wrote:
>> > No, this is unnecessary artificial scarcity...
>>
>> As far as I know, CircuitCo has no motivation to create artificial
>> scarcity. They'd only be hurting themselves.
>>
>> >
>> > I am as well looking to buy a BBB from Mouser, Digikey and so on (as I 
>> like
>> > the free shipping they offer to Europe having a certain amount). The 
>> only
>> > boards I can directly get in Germany are the Element14 ones. I would 
>> long
>> > bought a CircuitCo one if they would be available. I know they are 
>> produced
>> > "on-demand", and demand is when I backorder one at my favourite distri.
>> > Nevertheless, it would be smart to have a minimum stock at those big 
>> players
>> > - pretty sure they won't be there for long.
>> >
>> >
>> > Am Montag, 22. September 2014 09:10:40 UTC+2 schrieb lisarden:
>> >>
>> >> saturation
>> >>
>> >>
>> >> 2014-09-22 11:09 GMT+04:00 :
>> >>>
>> >>> Hi,
>> >>>
>> >>> according to
>> >>> http://elinux.org/Beagleboard:BeagleBoneBlack#Board_Shipments board
>> >>> shipments are decresing constantly for some months. What is the 
>> reason for
>> >>> this? When I have a look to distributors of hardware they are still 
>> not
>> >>> available without longer delay, so what is going on here?
>> >>>
>> >>>
>> >>> --
>> >>> 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 beagleboard...@googlegroups.com.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
>> >> Company - http://www.linkedin.com/company/mentorel
>> >> Facebook - https://www.facebook.com/mentorel.company
>> >
>> > --
>> > 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 beagleboard...@googlegroups.com .
>> > For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> 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 beagleboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: question about I/O expansion

2014-09-23 Thread k . deganck
Dear,

We have a campaign running on Indiegogo : http://igg.me/at/kunio
We offer a robust and modular I/O expansion system, up to even hundreds of 
I/O or more.
It uses a very simple interface ( like SPI with a few bits. )
We will also offer analog in and outpus in the near future, within the same 
concept.
If you have any questions, just let me know.
I hope this could help you.

regards, Koen

On Thursday, 4 September 2014 04:41:04 UTC+2, ccrisle...@gmail.com wrote:
>
> I am starting a project to replace an analog controller and anticipate 
> using a BBB. I am just looking for information to get started so I can do 
> the work/have the fun. I need a lot of I/O connections. I think that I will 
> need to control about 6-8 relays and read about 12+ relays plus I would 
> like some A/D inputs (temperature, humidity). Some of the relays that I 
> will control will switch 12VDC, but some will switch 2-5 amps at 120VAC. 
> The relays that I will 'read' will probably be at 12VDC, hopefully using 
> interrupts. In the past I have used Omiron LY1F and LY2F relays (12VDC and 
> 120VAC coils) which have worked well for over 10 years. I know that I can 
> buy capes for I/O but can I combine them to provide more I/O channels? If 
> so, how? Where can I find this information? Should I purchase a book? What 
> do I need to look for in a cape to select one/some that can provide this 
> expansion? I have read that I can use I2C for address selection. Where can 
> I get documentation for doing this? I know software well but not hardware.
>
> Thank you for your patience and help,
> Chuck Crisler
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] serial port with LCD chipsee 4.3

2014-09-23 Thread giorgioazzoli
Hello
I have the BBBlack and the chipsee display 4.3" C5-BBB-EXP43
I have the WINCE OS working, it is in "bundle" in the chipsee CD.

I connected the UART2
GND
RXD_2
TXD_2 

To  RS232 device.

On the BBB, i compiled an application that works on other windows mobile/CE 
devices with the serial port.
The same application is running on BBB with the 4.3" display 
I set COM1, at 115200 (like the connected device) but i can not see data.

Can you help me ?

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Rev. B and Rev. C board availability

2014-09-23 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack#Terms_of_Use

Gerald


On Tue, Sep 23, 2014 at 4:23 AM, anupsingh chandel <
anupsinghchan...@gmail.com> wrote:

> Dear Jason,
>
> Thank you for all the documents and such an amazing product. I want to use
> BBB in my design as an LCD driver and USB host. Can I use it..? But i don't
> need other componets on the PCB apart from my requirement. Can I develop
> PCB using the gerber provided? will there be any intellactual property
> rights violation?
>
> Please let me know.
>
> Thank & regards,
> Anup.
>
>
> On Saturday, July 26, 2008 5:32:53 PM UTC+5:30, Jason Kridner wrote:
>
>> Andrew and all,
>>
>> The one thing I was hoping to have in place before sharing schematic and
>> PCB layout files was to have a really good engagement plan.  By engagement
>> plan, I essentially mean the definition of the Beagle Board project goals
>> and what type of business arrangements we'd entertain, such as endorsing
>> the sale of cases, including certain features, or turning over
>> manufacturing.  Instead of waiting for these things to be perfectly clear,
>> however, I'd like to just get the thoughts out there for some dialog.
>>
>> All Beagle Board peripherals and side products are welcome, as
>> are "competing" projects that make use of the design.  The goal of
>> Beagle is to illustrate the capability of the OMAP3530 device at a cost
>> point where most interested people can experience it.  Beagle is meant
>> to get those who are interested in OMAP to work in the open, enabling
>> us all to get along a bit faster or further in our designs.  Beagle is not
>> meant to be a substitute for the system-on-module offerings that are
>> tremendously beneficial to getting a product to market quickly, without a
>> lot of up-front costs, but instead more for software developers, students,
>> and hobbyists who don't plan on making more than one of their hardware
>> setup.
>>
>> If someone wants to put a case around Beagle and call it a
>> product, great.  To be successful selling that product, they would need to
>> add some value, such as a particular set of bundled software,
>> additional peripherals, or some cost reduction.  We don't want to be in
>> the business of controlling this market.  There are some really
>> great manufacturers out there that understand the needs of
>> community developers, system developers, and end consumers.  We'd like to
>> avoid disrupting their business plans by setting any
>> misleading expectations.  Now that Beagle is being broadly announced, it
>> seems best to keep any product or manufacturing discussion out in the
>> open.  It is understood that this isn't something many people are
>> comfortable with--to a great extent because it requires talking about
>> things that you might not ever deliver, thus hurting your brand and
>> reputation.  While this is a dangerous reality, getting real community
>> feedback on your plans is also good--and we really don't want to *OWN*
>> Beagle.  Our only concerns are that no one does it harm and that can be
>> assured by making sure that plans for Beagle are discussed openly.  Harm
>> to Beagle is defined as something that would prevent those interested from
>> being able to get/afford one, but making a better product than Beagle is in
>> no way considered harmful.  Beagle is intentionally incomplete, yet still
>> flexible enough to enable exploration.
>>
>> Editing the website is welcome.  This is a tough one for many people to
>> swallow, but at least I am confident that this is a
>> self-policing activity.  I would have been quite happy if Bridge Worldwide
>> would have added features to the website and then advertised the fact
>> that they did so (they are a nice group of talented people).  Perhaps
>> that is a bit easier to appreciate than the idea that I'm fine with
>> people editing the website to add essentially advertisements for their
>> OMAP3-based designs, services, and products.  I see that as a benefit to
>> the community.  I also think that this particular community is sufficiently
>> active to recognize insincere behavior that would result in more bad press
>> than good.  Do what you can and take credit for it, but nothing more.
>> There's nothing wrong with that.   (Web content edits are desired to be git
>> patches sent to this mailing list, similar to the Linux kernel patches.)
>>
>> Further, it is fully expected that for someone designing their own system
>> they would purchase the OMAP35x EVM (http://www.ti.com/omap35x) and
>> utilize the hardware expansion options and documented support channels.
>> Developing a board is a complex task that will cost you thousands of $US.
>> The EVM is still quite reasonably priced for developers interested in
>> building their own hardware.
>>
>> BeagleBoard.org would obviously not handle returns and repairs for boards
>> not manufactured under Gerald's supervision (or delegated supervision).
>>
>> All this said, here you go
>>
>> These design material

Re: [beagleboard] Re: 3 proposed patches for next 3.8.13-bone5x update

2014-09-23 Thread Robert Nelson
On Tue, Sep 23, 2014 at 8:50 AM, Robert Nelson  wrote:
> On Tue, Sep 23, 2014 at 5:56 AM, Alexander Hayman
>  wrote:
>> Hmm, this didn't fix the problem.
>>
>> Preparing to replace linux-image-3.8.13-bone66 1cross (using
>> linux-image-3.8.13-bone66_1cross_armhf.deb) ...
>> Unpacking replacement linux-image-3.8.13-bone66 ...
>> Setting up linux-image-3.8.13-bone66 (1cross) ...
>> update-initramfs: Generating /boot/initrd.img-3.8.13-bone66
>> zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=3.8.13-bone66]
>> sed: -e expression #1, char 24: unterminated `s' command
>> run-parts: /etc/kernel/postinst.d/zz-uenv_txt exited with return code 1
>> dpkg: error processing linux-image-3.8.13-bone66 (--install):
>>  subprocess installed post-installation script returned error exit status 1
>> Errors were encountered while processing:
>>  linux-image-3.8.13-bone66
>>
>> However, a colleague found this solution, which works fine:
>> sed -i -e
>> 's:uname_r='"'"'${older_kernel}'"'"':uname_r='"'"'${version}'"'"':g'
>> /boot/uEnv.txt
>
> That is odd, we shouldn't have to be that crazy, what distro is that
> rootfs based on and what version of sed?

This works on wheezy:

sed -i -e "s:uname_r=$older_kernel:uname_r=$version:g" /boot/uEnv.txt

Selecting previously unselected package linux-image-3.14.19-ti-r25.
(Reading database ... 23055 files and directories currently installed.)
Unpacking linux-image-3.14.19-ti-r25 (from
.../linux-image-3.14.19-ti-r25_1wheezy_armhf.deb) ...
Setting up linux-image-3.14.19-ti-r25 (1wheezy) ...
update-initramfs: Generating /boot/initrd.img-3.14.19-ti-r25
zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=3.14.19-ti-r25]


Just remove the middle quotes all together..

I'll fire up jessie/trusty/utopic and make sure it works there too.


Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Anyone interested in LEGO EV3? I'm trying to transplant EV3 system to Beaglebone Black.

2014-09-23 Thread Jason Kridner
Brilliant!

Please register on http://beagleboard.org/project and let's also work
on getting a blog post up about this. I will contact you separately
for that.

Are the boards for sale? Is your firmware in a public repo?

On Tue, Sep 23, 2014 at 7:00 AM, Fat Cat Man  wrote:
> I have made a video for the latest version:
>
> http://youtu.be/1ZUc22_5OJU
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: 3 proposed patches for next 3.8.13-bone5x update

2014-09-23 Thread Robert Nelson
On Tue, Sep 23, 2014 at 5:56 AM, Alexander Hayman
 wrote:
> Hmm, this didn't fix the problem.
>
> Preparing to replace linux-image-3.8.13-bone66 1cross (using
> linux-image-3.8.13-bone66_1cross_armhf.deb) ...
> Unpacking replacement linux-image-3.8.13-bone66 ...
> Setting up linux-image-3.8.13-bone66 (1cross) ...
> update-initramfs: Generating /boot/initrd.img-3.8.13-bone66
> zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=3.8.13-bone66]
> sed: -e expression #1, char 24: unterminated `s' command
> run-parts: /etc/kernel/postinst.d/zz-uenv_txt exited with return code 1
> dpkg: error processing linux-image-3.8.13-bone66 (--install):
>  subprocess installed post-installation script returned error exit status 1
> Errors were encountered while processing:
>  linux-image-3.8.13-bone66
>
> However, a colleague found this solution, which works fine:
> sed -i -e
> 's:uname_r='"'"'${older_kernel}'"'"':uname_r='"'"'${version}'"'"':g'
> /boot/uEnv.txt

That is odd, we shouldn't have to be that crazy, what distro is that
rootfs based on and what version of sed?

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Rev. B and Rev. C board availability

2014-09-23 Thread Jason Kridner
On Tue, Sep 23, 2014 at 5:23 AM, anupsingh chandel
 wrote:
> Dear Jason,


This thread has been dead for 4 years and should have been dead for 6.
Do NOT hijack threads with irrelevant posts.

>
> Thank you for all the documents and such an amazing product. I want to use
> BBB in my design as an LCD driver and USB host. Can I use it..?

Can you?

> But i don't
> need other componets on the PCB apart from my requirement. Can I develop PCB
> using the gerber provided?

People do it all the time.

> will there be any intellactual property rights
> violation?

The only intellectual property rights violated are those of our common
sense of politeness when it comes to sending messages to a public
list.  See http://elinux.org/Beagleboard:BeagleBoneBlack#Terms_of_Use

>
> Please let me know.
>
> Thank & regards,
> Anup.
>
>
> On Saturday, July 26, 2008 5:32:53 PM UTC+5:30, Jason Kridner wrote:
>>
>> Andrew and all,
>>
>> The one thing I was hoping to have in place before sharing schematic and
>> PCB layout files was to have a really good engagement plan.  By engagement
>> plan, I essentially mean the definition of the Beagle Board project goals
>> and what type of business arrangements we'd entertain, such as endorsing the
>> sale of cases, including certain features, or turning over manufacturing.
>> Instead of waiting for these things to be perfectly clear, however, I'd like
>> to just get the thoughts out there for some dialog.
>>
>> All Beagle Board peripherals and side products are welcome, as are
>> "competing" projects that make use of the design.  The goal of Beagle is to
>> illustrate the capability of the OMAP3530 device at a cost point where most
>> interested people can experience it.  Beagle is meant to get those who are
>> interested in OMAP to work in the open, enabling us all to get along a bit
>> faster or further in our designs.  Beagle is not meant to be a substitute
>> for the system-on-module offerings that are tremendously beneficial to
>> getting a product to market quickly, without a lot of up-front costs, but
>> instead more for software developers, students, and hobbyists who don't plan
>> on making more than one of their hardware setup.
>>
>> If someone wants to put a case around Beagle and call it a product, great.
>> To be successful selling that product, they would need to add some value,
>> such as a particular set of bundled software, additional peripherals, or
>> some cost reduction.  We don't want to be in the business of controlling
>> this market.  There are some really great manufacturers out there that
>> understand the needs of community developers, system developers, and end
>> consumers.  We'd like to avoid disrupting their business plans by setting
>> any misleading expectations.  Now that Beagle is being broadly announced, it
>> seems best to keep any product or manufacturing discussion out in the open.
>> It is understood that this isn't something many people are comfortable
>> with--to a great extent because it requires talking about things that you
>> might not ever deliver, thus hurting your brand and reputation.  While this
>> is a dangerous reality, getting real community feedback on your plans is
>> also good--and we really don't want to *OWN* Beagle.  Our only concerns are
>> that no one does it harm and that can be assured by making sure that plans
>> for Beagle are discussed openly.  Harm to Beagle is defined as something
>> that would prevent those interested from being able to get/afford one, but
>> making a better product than Beagle is in no way considered harmful.  Beagle
>> is intentionally incomplete, yet still flexible enough to enable
>> exploration.
>>
>> Editing the website is welcome.  This is a tough one for many people to
>> swallow, but at least I am confident that this is a self-policing activity.
>> I would have been quite happy if Bridge Worldwide would have added features
>> to the website and then advertised the fact that they did so (they are a
>> nice group of talented people).  Perhaps that is a bit easier to appreciate
>> than the idea that I'm fine with people editing the website to add
>> essentially advertisements for their OMAP3-based designs, services, and
>> products.  I see that as a benefit to the community.  I also think that this
>> particular community is sufficiently active to recognize insincere behavior
>> that would result in more bad press than good.  Do what you can and take
>> credit for it, but nothing more.  There's nothing wrong with that.   (Web
>> content edits are desired to be git patches sent to this mailing list,
>> similar to the Linux kernel patches.)
>>
>> Further, it is fully expected that for someone designing their own system
>> they would purchase the OMAP35x EVM (http://www.ti.com/omap35x) and utilize
>> the hardware expansion options and documented support channels.  Developing
>> a board is a complex task that will cost you thousands of $US.  The EVM is
>> still quite reasonably priced for developers in

[beagleboard] Re: Anyone interested in LEGO EV3? I'm trying to transplant EV3 system to Beaglebone Black.

2014-09-23 Thread Fat Cat Man
I have made a video for the latest version:

http://youtu.be/1ZUc22_5OJU

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: 3 proposed patches for next 3.8.13-bone5x update

2014-09-23 Thread Alexander Hayman
Hmm, this didn't fix the problem.

Preparing to replace linux-image-3.8.13-bone66 1cross (using 
linux-image-3.8.13-bone66_1cross_armhf.deb) ...
Unpacking replacement linux-image-3.8.13-bone66 ...
Setting up linux-image-3.8.13-bone66 (1cross) ...
update-initramfs: Generating /boot/initrd.img-3.8.13-bone66
zz-uenv_txt: Updating /boot/uEnv.txt [uname_r=3.8.13-bone66]
sed: -e expression #1, char 24: unterminated `s' command
run-parts: /etc/kernel/postinst.d/zz-uenv_txt exited with return code 1
dpkg: error processing linux-image-3.8.13-bone66 (--install):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 linux-image-3.8.13-bone66

However, a colleague found this solution, which works fine:
sed -i -e 
's:uname_r='"'"'${older_kernel}'"'"':uname_r='"'"'${version}'"'"':g' 
/boot/uEnv.txt


Alex


On Saturday, September 20, 2014 12:45:35 AM UTC-4, Alexander Hayman wrote:
>
> I'll double check this on Sunday and report back.  
>
>
> On Friday, September 19, 2014 5:36:08 PM UTC-4, RobertCNelson wrote:
>>
>> On Fri, Sep 19, 2014 at 10:09 AM, Alex Hayman  
>> wrote: 
>> > We remerge every week, so I believe we were already using the latest 
>> > zz-uenv. The error was caused by trying to match single quotes in the 
>> sed 
>> > command.  This can be fixed by replacing the outermost single quotes 
>> with 
>> > double quotes. 
>>
>> so this works for you: 
>>
>> sed -i -e "s:uname_r='${older_kernel}':uname_r='${version}':g" 
>> /boot/uEnv.txt 
>>
>> Regards, 
>>
>> -- 
>> Robert Nelson 
>> http://www.rcn-ee.com/ 
>>
>>
>>  

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Anyone interested in LEGO EV3? I'm trying to transplant EV3 system to Beaglebone Black.

2014-09-23 Thread Fat Cat Man
http://youtu.be/1ZUc22_5OJU

在 2014年7月17日星期四UTC+8下午2时21分40秒,Fat Cat Man写道:
>
> As you know, LEGO announced their Mindstorms EV3 robot system last year. 
> The EV3 system is based on linux, they published the full source code at 
> *https://github.com/mindboards/ev3sources* 
>  
>
> When I got the source code, I was wondering if I can transplant all the 
> code to Beaglebone Black. The EV3 use a TI AM1808 MCU as its cpu and BBB 
> use TI AM3359. Many of the registers are common. So after several months 
> work, I'm almost done. Here are some pitcures shows my progress:
>
>
> 
>
>
> 
>
>
> 
>
>
> As you can see, there are still some bugs in the system. After the main 
> lms2012 program running for a while, it would appear a warning, and then 
> quit. Now I'm designing the cape PCB board. It can provide the input and 
> output capacity as same as EV3.
>
>
>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Rev. B and Rev. C board availability

2014-09-23 Thread anupsingh chandel
Dear Jason,
 
Thank you for all the documents and such an amazing product. I want to use 
BBB in my design as an LCD driver and USB host. Can I use it..? But i don't 
need other componets on the PCB apart from my requirement. Can I develop 
PCB using the gerber provided? will there be any intellactual property 
rights violation?
 
Please let me know.
 
Thank & regards,
Anup.
 

On Saturday, July 26, 2008 5:32:53 PM UTC+5:30, Jason Kridner wrote:

> Andrew and all,
>
> The one thing I was hoping to have in place before sharing schematic and 
> PCB layout files was to have a really good engagement plan.  By engagement 
> plan, I essentially mean the definition of the Beagle Board project goals 
> and what type of business arrangements we'd entertain, such as endorsing 
> the sale of cases, including certain features, or turning over 
> manufacturing.  Instead of waiting for these things to be perfectly clear, 
> however, I'd like to just get the thoughts out there for some dialog.
>
> All Beagle Board peripherals and side products are welcome, as 
> are "competing" projects that make use of the design.  The goal of 
> Beagle is to illustrate the capability of the OMAP3530 device at a cost 
> point where most interested people can experience it.  Beagle is meant 
> to get those who are interested in OMAP to work in the open, enabling 
> us all to get along a bit faster or further in our designs.  Beagle is not 
> meant to be a substitute for the system-on-module offerings that are 
> tremendously beneficial to getting a product to market quickly, without a 
> lot of up-front costs, but instead more for software developers, students, 
> and hobbyists who don't plan on making more than one of their hardware 
> setup.
>
> If someone wants to put a case around Beagle and call it a product, great. 
>  To be successful selling that product, they would need to add some value, 
> such as a particular set of bundled software, additional peripherals, or 
> some cost reduction.  We don't want to be in the business of controlling 
> this market.  There are some really great manufacturers out there that 
> understand the needs of community developers, system developers, and end 
> consumers.  We'd like to avoid disrupting their business plans by setting 
> any misleading expectations.  Now that Beagle is being broadly announced, 
> it seems best to keep any product or manufacturing discussion out in the 
> open.  It is understood that this isn't something many people are 
> comfortable with--to a great extent because it requires talking about 
> things that you might not ever deliver, thus hurting your brand and 
> reputation.  While this is a dangerous reality, getting real community 
> feedback on your plans is also good--and we really don't want to *OWN* 
> Beagle.  Our only concerns are that no one does it harm and that can be 
> assured by making sure that plans for Beagle are discussed openly.  Harm 
> to Beagle is defined as something that would prevent those interested from 
> being able to get/afford one, but making a better product than Beagle is in 
> no way considered harmful.  Beagle is intentionally incomplete, yet still 
> flexible enough to enable exploration.
>
> Editing the website is welcome.  This is a tough one for many people to 
> swallow, but at least I am confident that this is a self-policing activity. 
>  I would have been quite happy if Bridge Worldwide would have added 
> features to the website and then advertised the fact that they did so (they 
> are a nice group of talented people).  Perhaps that is a bit easier to 
> appreciate than the idea that I'm fine with people editing the website to 
> add essentially advertisements for their OMAP3-based designs, services, and 
> products.  I see that as a benefit to the community.  I also think that 
> this particular community is sufficiently active to recognize insincere 
> behavior that would result in more bad press than good.  Do what you can 
> and take credit for it, but nothing more.  There's nothing wrong with that. 
>   (Web content edits are desired to be git patches sent to this mailing 
> list, similar to the Linux kernel patches.) 
>
> Further, it is fully expected that for someone designing their own system 
> they would purchase the OMAP35x EVM (http://www.ti.com/omap35x) and 
> utilize the hardware expansion options and documented support channels. 
>  Developing a board is a complex task that will cost you thousands of $US. 
>  The EVM is still quite reasonably priced for developers interested in 
> building their own hardware.
>
> BeagleBoard.org would obviously not handle returns and repairs for boards 
> not manufactured under Gerald's supervision (or delegated supervision).
>
> All this said, here you go
>
> These design materials are *NOT SUPPORTED*  and DO NOT  constitute a
> reference design. Only "community" support is allowed via resources at
> BeagleBoard.org/discuss.
>
> THERE IS NO WARRANTY FOR THE DESIGN MATERIAL

Re: [beagleboard] Home Automation Cape with KNX/EIB, Enocean and four dedicated Onewire-Busmasters (IBB-Cape)

2014-09-23 Thread Robert Budde
Sorry for the pictures, I logged out of the forum and checked but obviously 
it still recognized me as a member for some reason.

Pictures of cape: 
https://plus.google.com/photos/109748949078391340253/albums/6062167373953605841

I do not recommend using the RTC because it is in most cases a waste of 
money as long as the BB is connected to the Internet. Technically there is 
no reason not to fit it, it actually works as expected.

Regards,
Robert

Am Montag, 22. September 2014 16:46:28 UTC+2 schrieb JrBenito:
>
> On Wed, Sep 17, 2014 at 12:44 PM,  > 
> wrote: 
> > You can see some photos at 
> > 
> http://knx-user-forum.de/diy-do-yourself/29676-beaglebone-cape-mit-knx-4x-onewire-enocean-rtc-ehz-moeglich-4.html#post417406.
>  
>
>
>
> Btw, one have to sign up to the forum to be able to see the pictures. 
> One may not speak German in order to accomplish that ;) 
>
> -- 
> Josenivaldo Benito Jr. 
> PU2LBD 
>
> *Por Aurélio Buarque de Hollanda,  elite, do francês élite, significa 
> “o que há de melhor em uma sociedade, minoria prestigiada, constituída 
> pelos indivíduos mais aptos”. 
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.