{"id":43416728,"url":"https://github.com/futurecore/parallella-devenv","last_synced_at":"2026-02-02T18:01:21.420Z","repository":{"id":22741994,"uuid":"26087127","full_name":"futurecore/parallella-devenv","owner":"futurecore","description":"Repeatable development environment for the Adapteva Parallella board","archived":false,"fork":false,"pushed_at":"2016-06-21T23:40:49.000Z","size":2273,"stargazers_count":5,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-10T06:02:26.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/futurecore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-02T17:05:30.000Z","updated_at":"2023-08-10T06:02:26.807Z","dependencies_parsed_at":"2022-08-21T11:00:25.974Z","dependency_job_id":null,"html_url":"https://github.com/futurecore/parallella-devenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/futurecore/parallella-devenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurecore%2Fparallella-devenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurecore%2Fparallella-devenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurecore%2Fparallella-devenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurecore%2Fparallella-devenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/futurecore","download_url":"https://codeload.github.com/futurecore/parallella-devenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futurecore%2Fparallella-devenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29016663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-02T18:00:46.491Z","updated_at":"2026-02-02T18:01:21.414Z","avatar_url":"https://github.com/futurecore.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"parallella-devenv  [![Docker repo](http://img.shields.io/badge/docker-repo-blue.svg)](https://registry.hub.docker.com/u/snim2/parallella-devenv/)\n=================\n\nDevelopment environment for the [Adapteva Parallella board](http://www.parallella.org/).\n\n\nInstalling and running\n----------------------\n\nStart by [installing docker](https://docs.docker.com/installation/#installation) for your platform.\n\nThe rest of this guide is based on a Ubuntu environment, but any other environment should be similar.\n\nThis container is based on a Ubuntu 14.04 image. You can start the container from the command line:\n\n```bash\n$ docker run  -t -i snim2/parallella-devenv /bin/bash\n```\n\nThis will create a BASH shell in the `$HOME` directory which is located at `/home/dev/`.\n\nThere are two directories you need to know about:\n\n  * `/opt/adapteva/esdk` - which contains an installed version of the Epiphany SDK and toolchain. Relevant environment variables (such as `$PATH`, `$LD_LIBRARY_PATH` and `$MANPATH`) have been set. The path `/opt/adapteva/` is readable and writeable by the default user `dev`.\n  * `/home/dev/examples` - a clone of the official [Epiphany examples](https://github.com/adapteva/epiphany-examples) repository.\n\n![demo](https://raw.githubusercontent.com/futurecore/parallella-devenv/master/screenshots/demo-start.gif)\n\nCompiling code for the Parallella board\n------------------------------------------------------\n\nTo compile and simulate the `hello-world` example from the [Epiphany examples](https://github.com/adapteva/epiphany-examples) repository, first change directory:\n\n```bash\n$ cd ~/examples/apps/hello-world\n```\n\nthen run the build script to with:\n\n```bash\n$ ./build.sh\n```\n\nThis will build all the relevant binary files and place them in the `Debug` directory.\n\n![demo](https://raw.githubusercontent.com/futurecore/parallella-devenv/master/screenshots/demo-compile.gif)\n\nContributing\n------------\n\nContributions to this repository are very welcome.\n\nTo contribute, please fork this repository on GitHub and send a pull request with a clear description of your changes. If appropriate, please ensure that the user documentation in this README is updated.\n\nIf you have submitted a PR and not received any feedback for a while, feel free to [ping me on Twitter](http://twitter.com/snim2)\n\n\nTODO\n----\n\nAdd documentation on how to connect to `e-server`.\n\n\n---------------------------------------\n\n© Sarah Mount, University of Wolverhampton, 2015.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturecore%2Fparallella-devenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuturecore%2Fparallella-devenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturecore%2Fparallella-devenv/lists"}