Giter Club home page Giter Club logo

debian-rpi's Introduction

debian-rpi

Debian armhf, armel, and arm64 for all Raspberry Pi models

THIS IS A MINIMAL IMAGE ONLY

Requirements:

~2 GB of disk space and a Debian (or derivitive - eg. Ubuntu) host

run:

sudo apt-get install binfmt-support qemu qemu-user-static debootstrap kpartx lvm2 dosfstools

sudo ./APPROPRITE_FILE_FOR_PI_VERSION_HERE.sh

Supports:
All basic features (audio, video, gpio(with rpi-gpio python installed, wifi, bluetooth))
Pi3 bluetooth and wifi

Instructions for arm64 (no current script):
See releases tab for debian version with everything working! Wifi and BT!

See Releases tab for armv6hf image.

Raspberry Pi Image Generator Scripts

Debian Stretch image builder for Raspberry Pi (all versions) (32-bit only).

Based on worky by Klaus M Pfeiffer, http://www.kmp.or.at/~klaus/raspberry/build_rpi_sd_card.sh

script will:

  • create, partition and format an image
  • install and configure base debian jessie system with Open SSH server
  • download rpi-update which will install the nescessary firmware and bootloader for RPi3 (wifi & bt also)
  • install a first-run script that will re-configure SSH server keys and resize partition to fill the disk on the first run.

Requirements

Debian/Ubuntu/Kali.... host with the following packages installed:

binfmt-support qemu qemu-user-static debootstrap kpartx lvm2 dosfstools

Usage

Optionally, replace id_rsa.pub file with a link to your ssh public key (most likely ~/.ssh/id_rsa.pub) if you want to log into the RPi with your keypair.

sudo ./build_image-XXXX.sh

You can pass block_device (/dev/mmcblk0) to create the image directly on a card, or specify image_file you would like to create. If neither is given, an image file called rpi_basic_jessie_$(date).img will be created. You can write this image to a card using dd or other tools.

root and pi password is raspberry

Support generation of Debian with armhf or armel (no arm64 yet).

Only works on a full linux kernel with a Debian-based system....do not bother trying on WSL --> does not work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.