It could be as simple as this

http://inspire.logicsupply.com/2014/09/beaglebone-runs-arduino-ide.html

But it is not the Arduino IDE version we need.

Thank you,
-Jack

sudo apt-get arduino




On Thursday, January 8, 2015 at 2:35:37 PM UTC-8, Mike Bell wrote:
>
>  On 01/08/2015 04:50 PM, William Hermans wrote:
>  
>  Like Robert says, the Arduino IDE ( wiring ) is packaged for x86 / 
> x86-64 not ARM. *HOWEVER* since the Arduino IDE is based on wiring, you can 
> create your own IDE using this with different pre-compiled binaries for a 
> specific target. Which was done for the MSP430 launchpad ( Energia ) 
> http://energia.nu/
>
>  With that said, this could turn into a huge project on it's own, and 
> probably is not worth it - for you end goals. So, there is nothing stopping 
> you from writing your code on an x86 system, and still using the Beaglebone 
> Black in conjunction with an Arduino board. If that is what you're trying 
> to achieve. e.g.
>
>
>    1. Program the Arduino via Arduino IDE, then upload the code to the 
>    target. 
>    2. Write a native binary for the Beaglebone Black - to communicate 
>    with the Arduino. 
>    3. Connect the two boards through circuitry. Just be aware that some 
>    Arduinos use 5v I/O, where as the beagelbone black uses 3v3. So a level 
>    shifter may be required. 
>
> So that's it from a 30,000FT view, now all that remains to figure out is 
> exactly how you wish to communicate with the two boards. SPI, I2C, UART, 
> etc.
>  
>
>  
> On Thu, Jan 8, 2015 at 1:54 PM, Robert Nelson <[email protected] 
> <javascript:>> wrote:
>
>> On Thu, Jan 8, 2015 at 11:24 AM, Jack_RobotDad <[email protected] 
>> <javascript:>> wrote:
>> > Hello,
>> >
>> > I am working on a small robot project with my son. I need to install the
>> > Arduino IDE 1.6 (e.g., nightly build Linux 32) into my BBB.
>> > The Arduino IDE from the repository installed easy using application
>> > management, but it does not support the Arudino Due boards as is.
>> >
>> > I have basically downloaded the lasted files from the Arduino site and
>> > followed the instructions from here to create a link on the BBB desktop
>> > 
>> https://bhargavg.wordpress.com/2011/12/23/creating-an-arduino-desktop-launcher-for-ubuntu-11-10-with-desktop-file/
>> >
>> > I have done the install and it is working on regular Linux PCs running
>> > Ubuntu and Linux Mint, but I can't make it work on the BBB for some 
>> reason.
>> > On the BBB when I click over the icon I created to execute the arduino 
>> code,
>> > nothing happens.
>> >
>> > I am getting the Arduino IDE Nighly Builds Linux 32 from here
>> > http://arduino.cc/en/Main/Software#toc4
>>
>> The Arduino IDE ^^^ is packaged for 32bit/64bit "x86"... Not "arm"
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> http://www.rcn-ee.com/
>>  
>>    http://forum.arduino.cc/index.php?topic=155132.0
>
> A quick search revels the above link, indicating that linaro have some 
> version of the IDE packaged.
>
> As the IDE is Java it should be possible to make this work, albeit with 
> some effort.
>
> Mike
>  

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to