All of lore.kernel.org
 help / color / mirror / Atom feed
* arduino IDE on beagleboard
@ 2011-05-03  8:52 Robert Schuster
  2011-05-03 11:15 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Schuster @ 2011-05-03  8:52 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

Hi,
on scap.linuxtogo.org I found a screenshot of someone using the arduino
IDE on a beagleboard:
http://scap.linuxtogo.org/files/422bf4ad3de13dccfd2bcd19253e9ab5.png

If this person is here on this list (or someone else tried this too), I
have a question: Did this work nicely? Could you upload programs to the
arduino and receive stuff through the serial port?

(The background is that this would be a perfect candidate for a
conference demo.)

Regards,
Robert


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 270 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arduino IDE on beagleboard
  2011-05-03  8:52 arduino IDE on beagleboard Robert Schuster
@ 2011-05-03 11:15 ` Koen Kooi
  2011-05-03 13:43   ` Robert Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-05-03 11:15 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03-05-11 10:52, Robert Schuster wrote:
> Hi,
> on scap.linuxtogo.org I found a screenshot of someone using the arduino
> IDE on a beagleboard:
> http://scap.linuxtogo.org/files/422bf4ad3de13dccfd2bcd19253e9ab5.png
> 
> If this person is here on this list 

I am :)

> (or someone else tried this too), I
> have a question: Did this work nicely?

First you have to fix the included rxtx install:
http://dominion.thruhere.net/koen/cms/making-processing-arduino-ide-replicaorg-work-on-arm

> Could you upload programs to the
> arduino and receive stuff through the serial port?

That works, and if you download and untar:

http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-binutils-2.21.tar.bz2
http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-gcc-4.5.2.tar.bz2
http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-libc-1.7.1.tar.bz2

You can even compile the included examples. I succesfully compiled and
uploaded the serial test app to the
http://elinux.org/BeagleBoard_Trainer expansionboard attached to my xM.
I haven't tried using it on a proper arduino board yet, but that uses
the same bootloader as the trainer.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNv+O3MkyGM64RGpERAsSTAJkBerPIaFUJQZmYxEKAPsx3lE9VogCgjnbp
eiBbe3p4HbqJtx6Nu5iIKMU=
=J3yG
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arduino IDE on beagleboard
  2011-05-03 11:15 ` Koen Kooi
@ 2011-05-03 13:43   ` Robert Schuster
  2011-05-03 14:29     ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Schuster @ 2011-05-03 13:43 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]

Hi,

Am 03.05.2011 13:15, schrieb Koen Kooi:
> First you have to fix the included rxtx install:
> http://dominion.thruhere.net/koen/cms/making-processing-arduino-ide-replicaorg-work-on-arm
Yep, same story as on an amd64 machine. :)

>> Could you upload programs to the
>> arduino and receive stuff through the serial port?
> 
> That works, and if you download and untar:
> 
> http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-binutils-2.21.tar.bz2
> http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-gcc-4.5.2.tar.bz2
> http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-libc-1.7.1.tar.bz2
How did you build those? Directly on a BB using gcc? I looked into
making recipes for OE for this
but my toolchain-foo is way to small for this.

> You can even compile the included examples. I succesfully compiled and
> uploaded the serial test app to the
> http://elinux.org/BeagleBoard_Trainer expansionboard attached to my xM.
> I haven't tried using it on a proper arduino board yet, but that uses
> the same bootloader as the trainer.
Great! Then I think this is going to work without problems!

Thanks for trying this out. So I am going to take a BB/PB to LinuxTag
along with an arduino starterkit ... :)

Regards,
Robert

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 270 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arduino IDE on beagleboard
  2011-05-03 13:43   ` Robert Schuster
@ 2011-05-03 14:29     ` Koen Kooi
  0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-05-03 14:29 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03-05-11 15:43, Robert Schuster wrote:
> Hi,
> 
> Am 03.05.2011 13:15, schrieb Koen Kooi:
>> First you have to fix the included rxtx install:
>> http://dominion.thruhere.net/koen/cms/making-processing-arduino-ide-replicaorg-work-on-arm
> Yep, same story as on an amd64 machine. :)
> 
>>> Could you upload programs to the
>>> arduino and receive stuff through the serial port?
>>
>> That works, and if you download and untar:
>>
>> http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-binutils-2.21.tar.bz2
>> http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-gcc-4.5.2.tar.bz2
>> http://dominion.thruhere.net/koen/angstrom/beagleboard/avr-libc-1.7.1.tar.bz2
> How did you build those? Directly on a BB using gcc? I looked into
> making recipes for OE for this
> but my toolchain-foo is way to small for this.

I built those natively on my beagle, that was faster than figuring out
canadian cross in OE :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNwBFnMkyGM64RGpERAq47AKCWLZ3hCjVSlM/3vMn1Amc+INd/KgCfTcJP
fv7h7p3wQKIsEPxvk8xSFGI=
=yiNr
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-03 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  8:52 arduino IDE on beagleboard Robert Schuster
2011-05-03 11:15 ` Koen Kooi
2011-05-03 13:43   ` Robert Schuster
2011-05-03 14:29     ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.