{"id":20502207,"url":"https://github.com/robotpy/roborio-python","last_synced_at":"2026-04-11T15:38:04.265Z","repository":{"id":204813151,"uuid":"712709295","full_name":"robotpy/roborio-python","owner":"robotpy","description":"CPython ipkg builds for RoboRIO","archived":false,"fork":false,"pushed_at":"2023-12-22T05:20:36.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-12-22T06:31:27.546Z","etag":null,"topics":["frc","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robotpy.png","metadata":{"files":{"readme":"README.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}},"created_at":"2023-11-01T02:57:52.000Z","updated_at":"2023-11-01T03:44:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f9325cb-6eea-4087-8cc3-5f94957d8d03","html_url":"https://github.com/robotpy/roborio-python","commit_stats":null,"previous_names":["robotpy/roborio-python"],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Froborio-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Froborio-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Froborio-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Froborio-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robotpy","download_url":"https://codeload.github.com/robotpy/roborio-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242097420,"owners_count":20071252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["frc","python"],"created_at":"2024-11-15T19:20:30.182Z","updated_at":"2025-12-31T01:00:23.592Z","avatar_url":"https://github.com/robotpy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"roborio-python\n==============\n\nThis repository holds builds of Python for the RoboRIO, and associated build\nscripts. You don't need to build this yourself, instead use the robotpy-installer\nand execute `robotpy-installer download-python` to download them.\n\nBuild process\n-------------\n\nCompiling this can eat up most of your RoboRIO's disk space, so you'll probably\nwant to reimage it before using the RoboRIO in a competition.\n\nThere are several non-automated steps:\n\n* You must execute this build from a Linux environment\n* Make a USB flash drive to be swap\n  * Use `cfdisk` to partition your USB drive\n  * Use `mkswap` to initialize the space\n  * Mount it on the roborio via `swapon`\n* Make another USB flash drive to be extra storage space\n  * Use `cfdisk` to partition as linux partition\n  * Use `mkfs.ext2` to format it\n  * Plug it into the roborio and you should see it at /media/sda1\n  * Run the following to redirect the install folders to your drive:\n\n```\nmkdir /media/sda1/bin\nmkdir /media/sda1/include\nmkdir /media/sda1/lib\nmkdir /media/sda1/tmp\n\nrmdir /usr/local/lib\n\nln -s /media/sda1/bin /usr/local/bin\nln -s /media/sda1/include /usr/local/include\nln -s /media/sda1/lib /usr/local/lib\n```\n\nOnce your RoboRIO is sufficiently mangled, execute this from your host:\n\n    make ROBORIO=roborio-XXXX-frc.local BUILD_HOME=/media/sda1 all\n\nBuilding on a first generation RoboRIO takes about 6 to 7 hours.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotpy%2Froborio-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobotpy%2Froborio-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotpy%2Froborio-python/lists"}