{"id":32159616,"url":"https://github.com/thesofproject/sof-bin","last_synced_at":"2026-01-27T18:24:06.420Z","repository":{"id":37087399,"uuid":"240918405","full_name":"thesofproject/sof-bin","owner":"thesofproject","description":"Firmware and topology binaries","archived":false,"fork":false,"pushed_at":"2026-01-22T07:48:23.000Z","size":22179,"stargazers_count":196,"open_issues_count":1,"forks_count":42,"subscribers_count":48,"default_branch":"main","last_synced_at":"2026-01-22T22:50:27.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thesofproject.png","metadata":{"files":{"readme":"README-before-1.7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-16T15:48:23.000Z","updated_at":"2026-01-22T03:12:45.000Z","dependencies_parsed_at":"2023-09-29T11:17:51.575Z","dependency_job_id":"4da502d3-efc0-4f02-9dae-d9d697882442","html_url":"https://github.com/thesofproject/sof-bin","commit_stats":{"total_commits":150,"total_committers":13,"mean_commits":"11.538461538461538","dds":"0.43333333333333335","last_synced_commit":"611955f037c2bd5812660e8a9439073ef08ec1de"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/thesofproject/sof-bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesofproject%2Fsof-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesofproject%2Fsof-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesofproject%2Fsof-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesofproject%2Fsof-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesofproject","download_url":"https://codeload.github.com/thesofproject/sof-bin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesofproject%2Fsof-bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28817798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:01:38.485Z","status":"ssl_error","status_checked_at":"2026-01-27T18:01:27.499Z","response_time":168,"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":[],"created_at":"2025-10-21T13:06:42.172Z","updated_at":"2026-01-27T18:24:06.392Z","avatar_url":"https://github.com/thesofproject.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOF Firmware and Topology Binaries\n\nThis is the living area and distribution channel for SOF firmware and topology\nbinaries. It's still very much WiP and may churn a little until things\nsettle down.\n\nThis repo will be frequently rebased in order to keep the size small and is\nintended for packagers, release engineers, testers and devlopers.\n\nThe intention is to store all pre-compiled (and signed if neccesary) firmware\nbinaries and pre-compiled topologies for snapshot, stable and LTS releases.\n\n# Installation\n\nThe latest SOF release is version 1.7 and is available here. If you want to\ninstall this manually instead of from your distribution then please follow\nthese instructions\n\n```\ngit clone https://github.com/thesofproject/sof-bin.git\ncd sof-bin\ngit checkout v1.7 -b local/v1.7\nsudo ./go.sh\n```\n\nalternatively zip and tar files are available to download.\n\nhttps://github.com/thesofproject/sof-bin/releases/tag/v1.7\n\nThese files can be uncompressed and the go.sh can be executed as above.\n\nAt this point please the firmware, topologies are all installed\nand available to be used.\n\nYou may need to tell the SOF kernel driver about the new firmware and\nthis ca be done by unloading and reloading the modules as follows.\n\n```\nsudo modprobe -r snd_sof_pci\nsudo modprobe snd_sof_pci\n```\nor\n\n```\nsudo modprobe -r snd_sof_acpi\nsudo modprobe snd_sof_acpi\n```\n\nIf above does not work then rebooting your device will also reload the\nSOF driver.\n\n# Repository Layout\n\nThere are four types of SOF releases.\n\n1) stable - fully validated release with updates for 6 months. Deleted 3 months\n            after updates end.\n\n2) LTS -    fully validated release with updates for 2 years. Deleted 3 months\n            after updates end.\n\n3) nightly - unvalidated (may not even boot) high frequency release. Deleted\n             immediately upon release of next nightly. Signed with public key\n             if necessary.\n\n4) snapshot vendor - unvalidated (may not even boot) high frequency release.\n            Deleted immediately upon release of next vendor snapshot. Signed\n            with vendor key - less frequent than nightly.\n\nThe repository will have a tag for each release e.g. latest vendor snapshots,\nnightlies and stable releases.\n\n```\nmain ------+---\u003e v1.4.2\n           |\n           +---\u003e v1.5.4\n           |\n           +---\u003e v1.6.1\n           |\n           +---\u003e v18032020-intel\n           |\n           +---\u003e v02032020\n           |\n           +---\u003e lts-20.10\n```\n\nIt's possible due to release cadence to have several stable branches in the\nrepository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesofproject%2Fsof-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesofproject%2Fsof-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesofproject%2Fsof-bin/lists"}