Seeker
Seeker

Reputation: 1268

running code on BeagleBone using Cloud9 IDE

I am very new to BeagleBone. I have been using Arduino upto now.

I plug my BeagleBone into my Linux laptop, and connect BeagleBone to my router.

I can open Cloud9 off the board by browsing to 192...:3000. I want to load and run this code: https://github.com/jadonk/bonescript

described here: http://www.gigamegablog.com/2012/01/05/beaglebone-coding-101-blinking-an-led/

On the File menu I can not find any option to create a new project. How am I suppose to load code into Cloud9 ?

Upvotes: 0

Views: 5996

Answers (1)

Jason Kridner
Jason Kridner

Reputation: 48

You don't need to create a new project--you can simply create a new source file that is executable. There is a small down-arrow to the right of the "Run" button. There, you can select to add a new run configuration to execute your new file.

By-the-way, thanks to mDNS/Bonjour, you can likely discover Cloud9 on your network using http://beaglebone.local:3000/

Upvotes: 1

Related Questions