Possible IDE? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: POT modules (https://forum.pine64.org/forumdisplay.php?fid=8) +---- Thread: Possible IDE? (/showthread.php?tid=1069) Pages:
1
2
|
RE: Possible IDE? - JasperBrown - 06-23-2016 (06-23-2016, 08:42 AM)NexusDude Wrote: It'd be nice if something were installed with the images, like IDLE on Raspbian, I believe. I see in this tread two sings mixed up: - One compile an image from scratch - Second program the GPIO/Euler I think you want something like Mate Desktop with an IDE? RE: Possible IDE? - NexusDude - 06-23-2016 (05-16-2016, 04:18 PM)yuvgin (OP) Wrote: I'm looking for a freeware IDE and some instructions on how to create a simple and basic image of my own. (06-23-2016, 10:05 AM)JasperBrown Wrote:The OP mentioned both those things, true. The replies focus on the freeware IDE / GPIO end of things, which is my main interest (although knowing how to compile an image could be handy).(06-23-2016, 08:42 AM)NexusDude Wrote: It'd be nice if something were installed with the images, like IDLE on Raspbian, I believe.I see in this tread two sings mixed up: I want to learn how to use the GPIO and other pins. Can I just apply whatever works on the RPi directly to the Pine64, or is there some different driver or configuration file I would need? EDIT: Edit: OK, this post is a good source for the below question. For example, in Python, can I just code as follows? Code: import RPi.GPIO as GPIO RE: Possible IDE? - MarkHaysHarris777 - 06-23-2016 (06-23-2016, 10:44 AM)NexusDude Wrote: For example, in Python, can I just code as follows? Yes, you can do that; however, you will need to download and install the codes from here. They are incomplete, but you will be able to use the RPi port for in|out as usual... pwm not ready yet, and not sure about i2c spi, etc. I have tested with debian and ubuntu and the RPi.GPIO for PineA64 works for in|out... RE: Possible IDE? - Artyom - 07-04-2016 (05-16-2016, 04:18 PM)yuvgin Wrote: Hi, Today I finished the assembly of the latest version of the development environment Codeblocks. eXtra can be read here: http: //www.codeblocks.org/. Screenshots running version you can find here: http://forum.pine64.org/showthread.php?tid=1095&pid=14694#pid14694. If you will approach this development environment. So, depending on the community's decision, I will publish a detailed assembly instructions or give information necessary for Integration of the current distribution Ubuntu. |