{"id":18735910,"url":"https://github.com/udpsec/raspberrypi-3-script","last_synced_at":"2026-04-28T12:02:03.646Z","repository":{"id":119398111,"uuid":"105015192","full_name":"udpsec/RaspberryPi-3-script","owner":"udpsec","description":"RaspberryPi-3-script","archived":false,"fork":false,"pushed_at":"2017-09-27T12:26:48.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T01:42:02.871Z","etag":null,"topics":["raspberry","raspberry-backup","raspberry-pi","raspberry-pi-3","raspbian","raspbian-image","raspbian-os","raspbian-scripts","raspbian-stretch"],"latest_commit_sha":null,"homepage":null,"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/udpsec.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":"2017-09-27T12:25:57.000Z","updated_at":"2022-06-17T13:07:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6f30575-abf0-4322-9cd1-08313cf6c8c1","html_url":"https://github.com/udpsec/RaspberryPi-3-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udpsec/RaspberryPi-3-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udpsec%2FRaspberryPi-3-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udpsec%2FRaspberryPi-3-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udpsec%2FRaspberryPi-3-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udpsec%2FRaspberryPi-3-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udpsec","download_url":"https://codeload.github.com/udpsec/RaspberryPi-3-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udpsec%2FRaspberryPi-3-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":["raspberry","raspberry-backup","raspberry-pi","raspberry-pi-3","raspbian","raspbian-image","raspbian-os","raspbian-scripts","raspbian-stretch"],"created_at":"2024-11-07T15:18:38.750Z","updated_at":"2026-04-28T12:02:03.604Z","avatar_url":"https://github.com/udpsec.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RaspberryPi-script\n树莓派相关配置\u0026脚本，适用于rpi2B及3B硬件。\n\n## rpi-backup1.sh(修改过的，挂载ntfs-3g的U盘：自己根据修改)\n备份系统成一个可烧录的image，详细说明参见：http://conanwhf.github.io/2016/08/25/rpi-cloneimg/\n\n\n## rpi-clone,piclone,pi_backup,PiBackup\n一个超好用的备份工具，感谢开发者！\n来源：https://github.com/billw2/rpi-clone\n\n## build-编译脚本\n- build-toolchain.sh，在debian的系统中编译交叉编译工具的脚本\n- crossng_config，交叉编译工具编译配置文件，适用于rpi2B和rpi3B\n- kernel_config，内核配置，来源于官方\n- kernel.sh，内核编译脚本，跑在树莓派上\n- linux-mk.sh，内核编译脚本，跑在PC上，交叉编译\n\n## setup-配置脚本\n参考初始化配置运行顺序：network.sh-\u003e init.sh-\u003e dev-mod.sh\n- dev-mod.sh，一些开发用模块的装载和配置脚本，包括语音输出，开发环境，Airmon工具，Swift环境等\n- init.sh，初始配置，包括系统更新，vi \u0026 SSH配置，中文支持，USB供电修改，Samba支持等\n- interfaces,tightvncserver,vimrc，脚本运行所需对应的配置文件\n\n## sensor\n一些外部传感器获取状态的Demo，Python写成，rpi2B测试通过\n- libSetup.sh，开发包环境配置脚本，包括I2C,GPIO,UART,Bluetooth等\n- air_qu.py，空气质量传感器，Uart协议\n- bmp180.py，BMP180气压传感器，I2C\n- dht11.py，温度湿度传感器，GPIO\n- pcf8591.py，数模转换+照度传感，I2C\n- sample.py，各种协议操作的demo\n\n## rpi-qt\n\nqt在树莓派上的编译脚本，修改版 树莓派制作通用镜像的脚本，修改版 qt在树莓派上链接mssql数据库指南。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudpsec%2Fraspberrypi-3-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudpsec%2Fraspberrypi-3-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudpsec%2Fraspberrypi-3-script/lists"}