{"id":27429511,"url":"https://github.com/kubesail/pibox-os","last_synced_at":"2025-04-14T14:18:08.244Z","repository":{"id":41134852,"uuid":"411920513","full_name":"kubesail/pibox-os","owner":"kubesail","description":"📦💻 The Official PiBox Operating System","archived":false,"fork":false,"pushed_at":"2024-05-06T00:45:45.000Z","size":508,"stargazers_count":57,"open_issues_count":9,"forks_count":21,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-14T14:18:01.533Z","etag":null,"topics":["pibox","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://pibox.io","language":"Shell","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/kubesail.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":"2021-09-30T04:19:57.000Z","updated_at":"2025-03-18T07:34:59.000Z","dependencies_parsed_at":"2023-01-26T23:16:08.153Z","dependency_job_id":"7b03613b-2c2a-4934-9ad1-87020603fa87","html_url":"https://github.com/kubesail/pibox-os","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesail%2Fpibox-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesail%2Fpibox-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesail%2Fpibox-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesail%2Fpibox-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubesail","download_url":"https://codeload.github.com/kubesail/pibox-os/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894939,"owners_count":21179153,"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":["pibox","raspberry-pi"],"created_at":"2025-04-14T14:18:07.342Z","updated_at":"2025-04-14T14:18:08.228Z","avatar_url":"https://github.com/kubesail.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PiBox OS\n\n[Download the latest version](https://github.com/kubesail/pibox-os/releases)\n\nThis repository contains scripts and kernel modules used to modify Raspberry Pi OS in order to take full advantage of the PiBox hardware.\n\n## The whole script\n\nThis script installs everything (PWM, screen, k3s, and KubeSail agent)\n\n```bash\ncurl -s https://raw.githubusercontent.com/kubesail/pibox-os/main/provision-os.sh | sudo bash\n```\n\n## PWM Fan Support\n\nTo make the fan quiet and only spin as fast as necessary, we install a service that sends the correct signal to the fan using the Pi's hardware PWM controller. See the [pwm-fan](pwm-fan) directory for details.\n\n## LCD display\n\nWe developed a display service that draws stats and other useful info to the display. To install it:\n\n```bash\n# Clone PiBox OS repo\ngit clone https://github.com/kubesail/pibox-os.git\n\n# Enable Display Driver\npushd pibox-os/st7789_module\nmake\nmv /lib/modules/\"$(uname -r)\"/kernel/drivers/staging/fbtft/fb_st7789v.ko /lib/modules/\"$(uname -r)\"/kernel/drivers/staging/fbtft/fb_st7789v.BACK\nmv fb_st7789v.ko /lib/modules/\"$(uname -r)\"/kernel/drivers/staging/fbtft/fb_st7789v.ko\npopd\ndtc --warning no-unit_address_vs_reg -I dts -O dtb -o /boot/overlays/drm-minipitft13.dtbo pibox-os/overlays/minipitft13-overlay.dts\ncat \u003c\u003cEOF \u003e\u003e /boot/config.txt\ndtoverlay=spi0-1cs\ndtoverlay=dwc2,dr_mode=host\nhdmi_force_hotplug=1\ndtoverlay=drm-minipitft13,rotate=0,fps=60\nEOF\n\n# Download pibox-framebuffer binary\ncurl -s https://raw.githubusercontent.com/kubesail/pibox-os/main/setup.sh | sudo bash\n```\n\nThen you can follow the instructions here for drawing your own images to the screen https://github.com/kubesail/pibox-framebuffer#pibox-framebuffer\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesail%2Fpibox-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubesail%2Fpibox-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesail%2Fpibox-os/lists"}