{"id":27946755,"url":"https://github.com/elcritch/nerves_system_nanopi_core2","last_synced_at":"2026-02-11T20:07:54.102Z","repository":{"id":66644647,"uuid":"194965766","full_name":"elcritch/nerves_system_nanopi_core2","owner":"elcritch","description":"Nerves System Image for NanoPi Neo Core 2's","archived":false,"fork":false,"pushed_at":"2019-10-15T23:57:25.000Z","size":5851,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-12T22:43:01.325Z","etag":null,"topics":["kernel","nanopi-core2","nanopi-neo-plus2","nerves"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elcritch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-07-03T02:31:56.000Z","updated_at":"2020-10-28T02:21:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9584710-386e-40b2-a3ba-05536bd7745a","html_url":"https://github.com/elcritch/nerves_system_nanopi_core2","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/elcritch/nerves_system_nanopi_core2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcritch%2Fnerves_system_nanopi_core2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcritch%2Fnerves_system_nanopi_core2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcritch%2Fnerves_system_nanopi_core2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcritch%2Fnerves_system_nanopi_core2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elcritch","download_url":"https://codeload.github.com/elcritch/nerves_system_nanopi_core2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcritch%2Fnerves_system_nanopi_core2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29343683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"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":["kernel","nanopi-core2","nanopi-neo-plus2","nerves"],"created_at":"2025-05-07T13:57:36.048Z","updated_at":"2026-02-11T20:07:54.096Z","avatar_url":"https://github.com/elcritch.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nanopi Core2 \n\nThis is a base Nerves System configuration for the [NanoPi Core2](http://www.orangepi.org/orangepizero/).\n\n![Orange Pi Zero Black image](assets/images/Core2_02-900x630.jpg)\n\u003cbr\u003e\u003csup\u003e[Image credit](#nanopi)\u003c/sup\u003e\n\n* CPU: Allwinner H5, Quad-core 64-bit high-performance Cortex A53\n* DDR3 RAM: 512MB/1GB\n* Storage: 8GB/16GB/32GB eMMC\n* Connectivity: 10/100/1000M Ethernet utilizing RTL8211E-VB-CG\n* USB Host x 3(included in 2.54mm pitch pin header)\n* MicroSD Slot x 1\n* LED: x 2, one for power status and the other for system status\n* GPIO1: 2.54mm pitch 12 x 2 pin header containing UART, SPI, I2C, GPIO and etc\n* GPIO2: 2.54mm pitch 24 pin header containing SPI, IR, I2S, USB, serial debug port, audio and etc\n* GPIO3: 2.54mm pitch 20 pin header containing USB, Gbps Ethernet, I2C and etc\n* PCB Size: 40 x 40mm\n\n\n## Preparing your NanoPi Core2\n\n...\n\n## Console access\n\nThe console is configured to output to `ttyS0` by default. This is the\nUART output accessible by the 4 pin header (labeled \"Debug Serial Port\" above). A 3.3V FTDI\ncable is needed to access the output.\n\nThe Orange Pi Zero does not support HDMI output.\n\n## Linux / Driver Support\n\n### Device tree overlays\n\nBoth the SPI and I2C devices have been enabled in the default in-kernel DTS via a kernel patch. Supporting runtime configuration of I2C/SPI is less straightforward than RPi's which have many tools available for apply DTS fragments. If you need to enable or disable these ports, please feel free to submit a pull request with the appropriate tooling support. Future work may involve porting over the `configfs` patches from the Armbian project for this purpose.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add nerves_system_nanopi_core2 to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:nerves_system_nanopi_core2, \"~\u003e 0.2.0\", github: \"elcritch/nerves_system_nanopi_core2\"}]\n        end\n\n\n[Image credit](#nanopi): This image is from the [Nano Pi Website](http://www.friendlyarm.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felcritch%2Fnerves_system_nanopi_core2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felcritch%2Fnerves_system_nanopi_core2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felcritch%2Fnerves_system_nanopi_core2/lists"}