{"id":16398088,"url":"https://github.com/becem-gharbi/esp-flash-partitioner","last_synced_at":"2026-06-18T13:32:32.428Z","repository":{"id":164427520,"uuid":"639410065","full_name":"becem-gharbi/esp-flash-partitioner","owner":"becem-gharbi","description":"A utility to easily generate partition table for ESP32","archived":false,"fork":false,"pushed_at":"2023-09-15T06:59:49.000Z","size":911,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T09:29:27.853Z","etag":null,"topics":["esp32","partitions","utility"],"latest_commit_sha":null,"homepage":"https://esp-flash-partitioner.vercel.app","language":"Vue","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/becem-gharbi.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}},"created_at":"2023-05-11T12:21:27.000Z","updated_at":"2023-05-12T11:25:09.000Z","dependencies_parsed_at":"2024-11-09T14:42:45.304Z","dependency_job_id":"12622bee-9c4a-4923-a408-b06093fb0454","html_url":"https://github.com/becem-gharbi/esp-flash-partitioner","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/becem-gharbi/esp-flash-partitioner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becem-gharbi%2Fesp-flash-partitioner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becem-gharbi%2Fesp-flash-partitioner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becem-gharbi%2Fesp-flash-partitioner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becem-gharbi%2Fesp-flash-partitioner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/becem-gharbi","download_url":"https://codeload.github.com/becem-gharbi/esp-flash-partitioner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becem-gharbi%2Fesp-flash-partitioner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34493361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["esp32","partitions","utility"],"created_at":"2024-10-11T05:11:48.863Z","updated_at":"2026-06-18T13:32:32.400Z","avatar_url":"https://github.com/becem-gharbi.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP Flash Partitioner\n\nA utility to easily generate partition table for ESP32 microcontrollers.\n\n## Rules\n\nThe rules used to compute the partition table is based on Espressif [docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html):\n\n- First partition should start at 36K offset\n- Name field should be less than 16 bytes including Null terminator\n- Type field can either be `app` or `data`\n- Partition of type `app` should be multiple of 64K\n- When OTA enabled at least 2 OTA `app` partitions should be defined\n- OTA `app` partitions should have the same size\n- OTA `data` partition should be 8K\n- NVS `data` partition should be between 12K and 64K\n- NVS_KEYS `data` partition should be 4K\n- Coredump `data` partition should be 64K\n- The offset field should be multiple of 4K\n- The size field should be multiple of 4K\n- The offset field for partitions of type `app` should be multiple of 64K\n- The size \u0026 offset fields can be specified as decimal with prefix multiplier K\n- Flags can either be empty string or `encrypted`\n- Partitions of type `app` are always encrypted\n\n## Development Server\n\nStart the development server on http://localhost:3000\n\n```bash\nnpm run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\nnpm run build\n```\n\nLocally preview production build:\n\n```bash\nnpm run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecem-gharbi%2Fesp-flash-partitioner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbecem-gharbi%2Fesp-flash-partitioner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecem-gharbi%2Fesp-flash-partitioner/lists"}