{"id":21078939,"url":"https://github.com/sasaplus1/setup-raspberry-pi","last_synced_at":"2025-06-17T23:03:12.889Z","repository":{"id":39875777,"uuid":"322154291","full_name":"sasaplus1/setup-raspberry-pi","owner":"sasaplus1","description":"setup scripts for Raspberry Pi","archived":false,"fork":false,"pushed_at":"2025-03-23T09:14:54.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T19:49:02.823Z","etag":null,"topics":["raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sasaplus1.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},"funding":{"github":"sasaplus1"}},"created_at":"2020-12-17T02:12:55.000Z","updated_at":"2025-03-23T09:14:57.000Z","dependencies_parsed_at":"2023-12-08T08:26:19.638Z","dependency_job_id":"a74e4261-64a4-4886-86da-81c1919f1430","html_url":"https://github.com/sasaplus1/setup-raspberry-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sasaplus1/setup-raspberry-pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fsetup-raspberry-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fsetup-raspberry-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fsetup-raspberry-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fsetup-raspberry-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sasaplus1","download_url":"https://codeload.github.com/sasaplus1/setup-raspberry-pi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fsetup-raspberry-pi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453716,"owners_count":23011572,"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":["raspberry-pi"],"created_at":"2024-11-19T19:42:50.057Z","updated_at":"2025-06-17T23:03:07.876Z","avatar_url":"https://github.com/sasaplus1.png","language":"Shell","funding_links":["https://github.com/sponsors/sasaplus1"],"categories":[],"sub_categories":[],"readme":"# setup-raspberry-pi\n\n[![test](https://github.com/sasaplus1/setup-raspberry-pi/workflows/test/badge.svg)](https://github.com/sasaplus1/setup-raspberry-pi/actions?query=workflow%3Atest)\n\nsetup scripts for Raspberry Pi\n\n## How to setup\n\nInstall and setup Raspberry Pi OS Lite to Raspberry Pi Zero WH:\n\n### Download image\n\nDownload Raspberry Pi OS Lite image from official site:\n\nhttps://www.raspberrypi.org/software/operating-systems/\n\nor other mirror:\n\nhttp://ftp.jaist.ac.jp/pub/raspberrypi/raspios_lite_armhf/images/\n\n### Extract file\n\nUnzip archive:\n\n```console\n$ shasum -c 2020-12-02-raspios-buster-armhf-lite.zip.sha256\n2020-12-02-raspios-buster-armhf-lite.zip: OK\n$ unzip 2020-12-02-raspios-buster-armhf-lite.zip\nArchive:  2020-12-02-raspios-buster-armhf-lite.zip\n  inflating: 2020-12-02-raspios-buster-armhf-lite.img\n```\n\n### Install OS\n\nInstall Raspberry Pi OS Lite to SD card, setup Wifi and enabling SSH:\n\n- [Installing operating system images](https://www.raspberrypi.org/documentation/installation/installing-images/)\n- [Copying an operating system image to an SD card using Mac OS](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md)\n- [Setting up a Raspberry Pi headless](https://www.raspberrypi.org/documentation/configuration/wireless/headless.md)\n- [SSH (Secure Shell)](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md)\n    - see `3. Enable SSH on a headless Raspberry Pi (add file to SD card on another machine)` section\n\n`wpa_supplicant` and `wpa_passphrase` are useful for create `wpa_supplicant.conf`:\n\n```console\n$ ./wpa_supplicant\n$ ./wpa_passphrase SSID PASSPHRASE \u003e\u003e ./wpa_supplicant.conf\n$ cp ./wpa_supplicant.conf /Volumes/boot\n```\n\nCreate empty `ssh` file:\n\n```console\n$ touch /Volumes/boot/ssh\n```\n\n### Access to Raspberry Pi\n\nFind Raspberry Pi's IP address:\n\n```console\n$ arp -a | grep -i 'b8:27:eb'\n```\n\nSetup Raspberry Pi:\n\n```console\n$ ssh -t pi@xxx.xxx.xxx.xxx 'curl -L https://git.io/sasaplus1-setup-raspberry-pi | bash'\n```\n\nTry SSH login:\n\n```console\n$ ssh pi@xxx.xxx.xxx.xxx\n```\n\nInitial password is `raspberry`.\n\n## License\n\nThe MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsasaplus1%2Fsetup-raspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsasaplus1%2Fsetup-raspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsasaplus1%2Fsetup-raspberry-pi/lists"}