Giter Site home page Giter Site logo

Support Raspberry Pi-2 about core HOT 9 CLOSED

c9 avatar c9 commented on August 16, 2024
Support Raspberry Pi-2

from core.

Comments (9)

javruben avatar javruben commented on August 16, 2024

That's great news!

We'd love to receive a PR for your changes. Either to this repo or the one for the install script, here: https://github.com/c9/install.

from core.

gergely-marko avatar gergely-marko commented on August 16, 2024

Ok, now it seems to be ok.
Building process takes about one hour on rPI-2.
FYI: I have built node.js v0.12.0 on the PI, configured to build with armv7.
Following the execution of configure, I changed the value of "arm_version" from '6' to '7' in the file "config.gpy".

from core.

javruben avatar javruben commented on August 16, 2024

Great, so it runs with 0.12?

What is the full path of config.gpy?

from core.

gergely-marko avatar gergely-marko commented on August 16, 2024

Yes it does.
Run configure, which generates config.gpyi.
In config.gpyi replace '6' to '7' at arm_version
make -j 4
... wait ... wait ... wait ...
sudo make install

from core.

javruben avatar javruben commented on August 16, 2024

Ok, great to have that here as reference for others. I'll close this ticket now.

from core.

chintanp avatar chintanp commented on August 16, 2024

I was able to build cloud9 v3 on RPi and got the final message as success.

Then, when I run "node server.js", it says starting standalone, connect server listening at 127.0.0.1:8181 ...

Now, I am trying to connect to this instance of server from my laptop, connected on the same LAN. So, I am trying to open the link 192.168.1.5:8181 on my laptop browser (where the IP: 192.168.1.5 is the IP of my RPi on my local LAN), but I get nothing. Anything I am doing wrong ?

from core.

javruben avatar javruben commented on August 16, 2024

Try to start it with:

./server.js -l 0.0.0.0

Best,
Ruben

On Saturday, September 26, 2015, Chintan Pathak [email protected]
wrote:

I was able to build cloud9 v3 on RPi and got the final message as success.

Then, when I run "node server.js", it says starting standalone, connect
server listening at 127.0.0.1:8181 ...

Now, I am trying to connect to this instance of server from my laptop,
connected on the same LAN. So, I am trying to open the link
192.168.1.5:8181 on my laptop browser (where the IP: 192.168.1.5 is the
IP of my RPi on my local LAN), but I get nothing. Anything I am doing wrong
?


Reply to this email directly or view it on GitHub
#8 (comment).

from core.

chintanp avatar chintanp commented on August 16, 2024

Great it works!!, lovely, just had to get node v0.10, now just have to figure out how to use it well ;) . Thanks.

from core.

chintanp avatar chintanp commented on August 16, 2024

Summarized my experience here https://medium.com/@chintanp/using-cloud9-3-0-ide-on-raspberry-pi-954cf2d6ab8e and got it working with

./server.js -l 0.0.0.0 -a :

which is without authentication.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.