{"id":18984906,"url":"https://github.com/elisescu/raspberrypi","last_synced_at":"2026-02-25T14:02:09.785Z","repository":{"id":7882229,"uuid":"9257616","full_name":"elisescu/raspberrypi","owner":"elisescu","description":"A build files repository for Raspberry Pi","archived":false,"fork":false,"pushed_at":"2013-04-09T21:02:50.000Z","size":1624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T09:48:20.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/elisescu.png","metadata":{"files":{"readme":"README","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}},"created_at":"2013-04-06T08:55:31.000Z","updated_at":"2016-06-07T11:50:31.000Z","dependencies_parsed_at":"2022-09-09T15:03:12.979Z","dependency_job_id":null,"html_url":"https://github.com/elisescu/raspberrypi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elisescu/raspberrypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elisescu%2Fraspberrypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elisescu%2Fraspberrypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elisescu%2Fraspberrypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elisescu%2Fraspberrypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elisescu","download_url":"https://codeload.github.com/elisescu/raspberrypi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elisescu%2Fraspberrypi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274463561,"owners_count":25290114,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"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-08T16:23:41.317Z","updated_at":"2025-10-23T18:15:51.881Z","avatar_url":"https://github.com/elisescu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Name:\n\n   Raspberry Pi Mini Distribution\n\nAbout:\n\n   A basic GNU/Linux distribution for the Raspberry Pi\n\nMain features:\n\n   * Arm 1176zjf-s optimized\n   * Glibc based toolchain\n   * Systemd init system\n   * GNU/Linux system utilities (no busybox)\n   * Ethernet network support\n   * OpenSSH client/server\n\nMain builds:\n\n   fs          - Filesystem\n   linux       - Linux kernel\n   bootloader  - Bootloader binaries, and configs\n\nQuick build guide:\n\n   git submodule update --init\n\n   buildgear build fs\n   buildgear build bootloader\n\nQuick installation guide (on an SD card found on device /dev/mmcblk0):\n\n   * Create an SD card with two partitions. E.g. using fdisk:\n      sudo fdisk /dev/mmcblk0  # then enter the following commands in fdisk:\n      n,p,enter,enter,+100M    # first partition\n      a                        # select first partition as bootable\n      n,p,enter,enter,w        #second partition\n   * Format the two partitions:\n      sudo mkfs.vfat -n boot   /dev/mmcblk0p0\n      sudo mkfs.ext4 -L rootfs /dev/mmcblk0p1\n   * Copy the kernel and bootloader to the first partition\n   * Untar the fs.tar.gz to the second partition\n\nBuild system requirements:\n\n   Tested on Ubuntu 12.10 Minimal (64-bit x86) with the following additional\n   packages installed:\n\n   $ sudo apt-get install unzip gawk bison flex gperf texinfo libtool g++ \\\n                          libncurses5-dev libexpat1-dev gettext libglib2.0-dev \\\n                          xsltproc libxml2-utils docbook-xml intltool groff \n\n   Also requires reconfiguring \"/bin/sh\" to use bash:\n\n   $ sudo dpkg-reconfigure dash\n\n   Fact: many software distributions fail to build using the dash shell.\n\nKnown issues:\n\n   None\n\nFilesystem layout:\n\n   /usr/bin/            User binaries\n   /usr/sbin/           System binaries (daemons, system utilities, etc.)\n   /usr/lib/            Libraries\n   /usr/lib/\u003cprog\u003e/     Program specific libraries (plug-ins, addons, etc.)\n   /usr/include/        Header files\n   /usr/share/man/      Man pages\n   /usr/share/\u003cprog\u003e/   Program data files shared across all architectures\n   /usr/etc/\u003cprog\u003e/     Configuration files for user programs\n   /etc/                Configuration files for system programs\n\n   The filesystem directory hierachy is arranged according to the FHS 2.3 \n   standard with the exceptions that /bin and /sbin are unused. Instead all\n   software make use of /usr/bin and /usr/sbin. For backwards compatibility\n   /bin and /sbin remain links to /usr/bin and /usr/sbin respectively.\n   \n   See http://www.pathname.com/fhs/pub/fhs-2.3.html for more details.\n\nMaintainer:\n\n   Torsten Lund \u003ctorsten.lund@ixonos.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felisescu%2Fraspberrypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felisescu%2Fraspberrypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felisescu%2Fraspberrypi/lists"}