{"id":20765686,"url":"https://github.com/inindev/linux-rockchip","last_synced_at":"2026-04-15T05:00:35.110Z","repository":{"id":214821219,"uuid":"737345107","full_name":"inindev/linux-rockchip","owner":"inindev","description":"linux kernel for rockchip rk35xx devices","archived":false,"fork":false,"pushed_at":"2026-04-15T03:02:14.000Z","size":2445,"stargazers_count":21,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T04:17:25.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inindev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-30T17:37:11.000Z","updated_at":"2026-04-15T02:38:10.000Z","dependencies_parsed_at":"2024-05-30T02:44:05.580Z","dependency_job_id":"df0ec1f3-90bf-4ad6-902a-19cfbc976244","html_url":"https://github.com/inindev/linux-rockchip","commit_stats":null,"previous_names":["inindev/linux-rockchip"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/inindev/linux-rockchip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Flinux-rockchip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Flinux-rockchip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Flinux-rockchip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Flinux-rockchip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inindev","download_url":"https://codeload.github.com/inindev/linux-rockchip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Flinux-rockchip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31826902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":"2024-11-17T11:18:21.474Z","updated_at":"2026-04-15T05:00:35.104Z","avatar_url":"https://github.com/inindev.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux-rockchip\n\nCustom Linux kernel builds for **Rockchip RK35xx series SoCs** (RK356x, RK3576, RK3588).\n\nThis repository provides pre-built Debian kernel packages based on mainline Linux with Rockchip-specific patches applied for improved hardware support.\n\n\u003cbr/\u003e\n\n## Features\n- Based on recent mainline Linux kernels (currently **7.0.x** series).\n- Collabora and community patches for Rockchip enhancements (GPU, display, PCIe, USB, networking, etc.).\n- Built for **arm64** architecture.\n- Debian `.deb` packages ready for installation on Debian-based systems (e.g., via `dpkg -i`).\n\n\u003cbr/\u003e\n\n## Supported Hardware\nFocused on the RK35xx family:\n- **RK3566/RK3568** (e.g., ODROID-M1, NanoPi R5S/R5C, Radxa E25)\n- **RK3576** (e.g., ArmSom Sige5, Luckfox Omni3576, NanoPi M5)\n- **RK3588/RK3588s** (e.g., ROCK 5B, Orange Pi 5/Plus, NanoPC T6)\n\n\u003cbr/\u003e\n\n## Releases\nPre-built kernel packages are available in [Releases](https://github.com/inindev/linux-rockchip/releases).\n\nDownload the appropriate `linux-image-*-arm64.deb` (and headers if needed) for your board.\n\n\u003cbr/\u003e\n\n## Installation\nOn a running Debian arm64 system (e.g., from images built with [inindev/debian-image](https://github.com/inindev/debian-image)):\n\n```bash\nsudo dpkg -i linux-image-*-arm64.deb\nsudo reboot\n```\n\n\u003cbr/\u003e\n\n## Building from Source\nThe build system downloads, patches, configures, and compiles the kernel on a native arm64 Linux host.\n\nPrerequisites are checked automatically. To build:\n```bash\ngit clone https://github.com/inindev/linux-rockchip.git\ncd linux-rockchip\nscreen (or tmux)\nmake\n```\n\nThe resulting `.deb` packages will be placed in the project directory.\n\n\u003cbr/\u003e\n\n## Related Projects\n- [inindev/debian-image](https://github.com/inindev/debian-image) -- Debian images that use this kernel.\n- [inindev/uboot-rockchip](https://github.com/inindev/uboot-rockchip) -- Matching u-boot binaries.\n\n\u003cbr/\u003e\n\n## License\nGNU General Public License v3.0 (GPL-3.0) -- see [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finindev%2Flinux-rockchip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finindev%2Flinux-rockchip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finindev%2Flinux-rockchip/lists"}