{"id":15065085,"url":"https://github.com/soypat/tinyboot","last_synced_at":"2026-02-08T22:02:49.497Z","repository":{"id":257276550,"uuid":"857715339","full_name":"soypat/tinyboot","owner":"soypat","description":"Builds and bootable partition tools.","archived":false,"fork":false,"pushed_at":"2024-12-08T15:58:14.000Z","size":458,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T03:48:33.778Z","etag":null,"topics":["build","debug","elf","go","golang","gpt","mbr","picobin","picotool","raspberry-pi","uf2"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soypat.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-15T12:19:32.000Z","updated_at":"2025-02-01T19:02:40.000Z","dependencies_parsed_at":"2024-09-23T06:07:22.480Z","dependency_job_id":"9959e54b-f8b5-4c8b-b0b6-d8dd35fe8e83","html_url":"https://github.com/soypat/tinyboot","commit_stats":null,"previous_names":["soypat/gopicotool","soypat/picobin","soypat/tinyboot"],"tags_count":0,"template":false,"template_full_name":"soypat/go-module-template","purl":"pkg:github/soypat/tinyboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftinyboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftinyboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftinyboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftinyboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soypat","download_url":"https://codeload.github.com/soypat/tinyboot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftinyboot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29246439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:42:34.334Z","status":"ssl_error","status_checked_at":"2026-02-08T21:41:38.468Z","response_time":57,"last_error":"SSL_read: 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":["build","debug","elf","go","golang","gpt","mbr","picobin","picotool","raspberry-pi","uf2"],"created_at":"2024-09-25T00:33:34.785Z","updated_at":"2026-02-08T22:02:49.453Z","avatar_url":"https://github.com/soypat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tinyboot\n[![go.dev reference](https://pkg.go.dev/badge/github.com/soypat/tinyboot)](https://pkg.go.dev/github.com/soypat/tinyboot)\n[![Go Report Card](https://goreportcard.com/badge/github.com/soypat/tinyboot)](https://goreportcard.com/report/github.com/soypat/tinyboot)\n[![codecov](https://codecov.io/gh/soypat/tinyboot/branch/main/graph/badge.svg)](https://codecov.io/gh/soypat/tinyboot)\n[![Go](https://github.com/soypat/tinyboot/actions/workflows/go.yml/badge.svg)](https://github.com/soypat/tinyboot/actions/workflows/go.yml)\n\nTools for working with program builds and bootable partitions.\n\nHow to install package with newer versions of Go (+1.16):\n```sh\ngo mod download github.com/soypat/tinyboot@latest\n```\n\n## Package layout\nThere are two main top level packages:\n- [`boot`](./boot): Concerns storage formats for booting a computer such as MBT, GPT and Raspberry Pi's picobin format.\n    - [`boot/mbr`](./boot/mbr): Master Boot Record Partition Table interfacing.\n    - [`boot/gpt`](./boot/gpt): GUID Partition Table interfacing.\n    - [`boot/picobin`](./boot/picobin): Raspberry Pi's bootable format for RP2350 and RP2040.\n\n- [`build`](./build): Concerns manipulation of computer program formats such as ELF and UF2.\n    - [`build/elfutil`](./build/elfutil): Manipulation of ELF files that works on top of `debug/elf` standard library package.\n    - [`build/uf2`](./build/uf2): Manipulation of Microsoft's UF2 format\n\n## picobin tool\npicobin tool permits users to inspect RP2350 and RP2040 binaries which are structured according to Raspberry Pi's picobin format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoypat%2Ftinyboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoypat%2Ftinyboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoypat%2Ftinyboot/lists"}