running code on BeagleBone using Cloud9 IDE

核能气质少年 提交于 2019-12-06 16:46:23

问题


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 ?


回答1:


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/



来源:https://stackoverflow.com/questions/10050478/running-code-on-beaglebone-using-cloud9-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!