{"id":39467799,"url":"https://github.com/3mdeb/esp-open-sdk-docker","last_synced_at":"2026-01-18T04:51:47.044Z","repository":{"id":77148844,"uuid":"123119823","full_name":"3mdeb/esp-open-sdk-docker","owner":"3mdeb","description":"Docker image with esp-open-sdk toolchain","archived":false,"fork":false,"pushed_at":"2018-04-15T20:01:56.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-09-21T15:12:38.064Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3mdeb.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,"governance":null}},"created_at":"2018-02-27T11:29:47.000Z","updated_at":"2023-09-28T00:46:53.301Z","dependencies_parsed_at":null,"dependency_job_id":"cc125c09-eb71-4a19-a688-7596ad2920b5","html_url":"https://github.com/3mdeb/esp-open-sdk-docker","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"d1c5c20d7bad88c0ced111cb8f3bc70fc15c3e76"},"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/3mdeb/esp-open-sdk-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fesp-open-sdk-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fesp-open-sdk-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fesp-open-sdk-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fesp-open-sdk-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3mdeb","download_url":"https://codeload.github.com/3mdeb/esp-open-sdk-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fesp-open-sdk-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-01-18T04:51:46.946Z","updated_at":"2026-01-18T04:51:47.020Z","avatar_url":"https://github.com/3mdeb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker image with esp-open-sdk toolchain\n=========================================\n\n## Getting started\n\n* pulling:\n\n  ```\n  docker pull 3mdeb/esp-open-sdk\n  ```\n\n* running:\n\nSo far this container was used for building\n[esp-open-rtos](https://github.com/SuperHouse/esp-open-rtos) projects\n\n  ```\n  git clone --recursive https://github.com/Superhouse/esp-open-rtos.git\n  cd esp-open-rtos\n  docker run -it --device=/dev/ttyUSB0 -v ${PWD}:/home/build \\\n      3mdeb/esp-open-sdk make flash -C examples/blink ESPPORT=/dev/ttyUSB0\n  ```\n\nIn case of access errors such as:\n\n  ```\n  serial.serialutil.SerialException: [Errno 13] could not open port /dev/ttyUSB0: [Errno 13] Permission denied: '/dev/ttyUSB0'\n  ../../common.mk:247: recipe for target 'flash' failed\n  make: *** [flash] Error 1\n  make: Leaving directory '/home/build/examples/blink'\n  ```\n\nProvide `udev` rules for your `tty` device, such as:\n\n  ```\n  echo 'SUBSYSTEM ==\"tty\", ATTRS{idVendor}==\"10c4\", ATTRS{idProduct}==\"ea60\" , MODE=\"0666\"' \\\n    | sudo tee /etc/udev/rules.d/52-esp-serial.rules\n  ```\n\n## Building\n\nBuilding for container development only. Otherwise using `docker pull` is\nadvised.\n\n* building:\n\n  ```\n  git clone git@github.com:3mdeb/esp-open-sdk-docker.git\n  cd esp-opensdk-docker\n  docker build -t 3mdeb/esp-open-sdk .\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Fesp-open-sdk-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3mdeb%2Fesp-open-sdk-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Fesp-open-sdk-docker/lists"}