{"id":13584596,"url":"https://github.com/f0cal/google-coral","last_synced_at":"2025-04-07T01:32:45.795Z","repository":{"id":44400966,"uuid":"175689390","full_name":"f0cal/google-coral","owner":"f0cal","description":"Community gathering point for Google Coral dev board and dongle knowledge.","archived":false,"fork":false,"pushed_at":"2019-03-29T18:42:42.000Z","size":42,"stargazers_count":109,"open_issues_count":40,"forks_count":14,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-11-06T01:40:57.488Z","etag":null,"topics":["edge-computing","google-coral","tensorflow-lite","tpu-acceleration","wtf-is-mendel-linux"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f0cal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-14T19:50:13.000Z","updated_at":"2024-10-11T19:03:34.000Z","dependencies_parsed_at":"2022-07-15T04:46:47.240Z","dependency_job_id":null,"html_url":"https://github.com/f0cal/google-coral","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cal%2Fgoogle-coral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cal%2Fgoogle-coral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cal%2Fgoogle-coral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cal%2Fgoogle-coral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f0cal","download_url":"https://codeload.github.com/f0cal/google-coral/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578374,"owners_count":20961261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["edge-computing","google-coral","tensorflow-lite","tpu-acceleration","wtf-is-mendel-linux"],"created_at":"2024-08-01T15:04:22.138Z","updated_at":"2025-04-07T01:32:44.617Z","avatar_url":"https://github.com/f0cal.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"Community (read: \"unofficial\") gathering point for Google Coral dev board and dongle knowledge.\n\n# Start Here\n\n| What's up?    | Where to go |\n|:--------------|:------------|\n| Got a Coral dev board. What do I do? | There's an official [Getting Started Guide][1]. |\n| Can't get something working. | The [issue tracker][0] is where we talk through problems. |\n| Found something wrong in Google's docs. | Stick it in the [issue tracker][0] as a public service. |\n\n# Overview\n\nOfficially, Google Coral is two devices:\n```\nDev Board\nA single-board computer with a removable system-on-module (SOM) featuring the Edge TPU.\n*    Supported OS: Mendel Linux (derivative of Debian)\n*    Supported Framework: TensorFlow Lite\n*    Languages: Python (C++ coming soon)\n```\nand\n```\nUSB Accelerator\nA USB accessory featuring the Edge TPU that brings ML inferencing to existing systems.\n*    Supported OS: Debian Linux\n*    Compatible with Raspberry Pi boards\n*    Supported Framework: TensorFlow Lite\n```\nSource: https://coral.withgoogle.com/\n\nThese devices are brand-spanking new, and as of right now there is very little supporting documentation. This repo exists to help interested devs avoid the twisted hellscape that is Google Product Forums.\n\n# Dev Board\n## OS notes\n* Given the observations below (primarily the `libc` version) the OS appears to be a stock version of Debian 9.0 (Stretch). This knowledge allows us to access Debian sources without much concern.\n\n```bash\n$ lsb_release -a\nNo LSB modules are available.\nDistributor ID:\tMendel\nDescription:\tMendel GNU/Linux Beaker\nRelease:\tmendel-beaker\n```\n\n```bash\n$ cat /etc/debian_version\nbuster/sid\n```\n\n```bash\n$ cat /etc/apt/sources/list\ndeb [arch=arm64] https://packages.cloud.google.com/apt mendel-bsp-enterprise-beaker main\ndeb-src https://packages.cloud.google.com/apt mendel-bsp-enterprise-beaker main\ndeb [arch=arm64] https://packages.cloud.google.com/apt mendel-beaker main\ndeb-src https://packages.cloud.google.com/apt mendel-beaker main\n```\n\n```bash\n$ /lib/aarch64-linux-gnu/libc.so.6 \nGNU C Library (Debian GLIBC 2.24-11+deb9u4) stable release version 2.24, by Roland McGrath et al.\nCopyright (C) 2016 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions.\nThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.\nCompiled by GNU CC version 6.3.0 20170516.\nAvailable extensions:\n\tcrypt add-on version 2.1 by Michael Glad and others\n\tGNU Libidn by Simon Josefsson\n\tNative POSIX Threads Library by Ulrich Drepper et al\n\tBIND-8.2.3-T5B\nlibc ABIs: UNIQUE\nFor bug reporting instructions, please see:\n\u003chttp://www.debian.org/Bugs/\u003e.\n```\n\n```bash\n$ gcc --version\ngcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516\nCopyright (C) 2016 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions.  There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n```\n\n```bash\n$ cat /proc/version \nLinux version 4.9.51-imx (pbuilder@49cfd4856c32) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP PREEMPT Thu Jan 31 01:58:26 UTC 2019\n```\n\n[0]: https://github.com/f0cal/google-coral/issues\n[1]: https://coral.withgoogle.com/tutorials/devboard/\n[2]: https://github.com/saltstack/salt-bootstrap\n[3]: https://www.hiroom2.com/2017/02/21/linux-change-reference-file-of-lsb-release-from-etc-lsb-release/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff0cal%2Fgoogle-coral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff0cal%2Fgoogle-coral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff0cal%2Fgoogle-coral/lists"}