• Stars
    star
    156
  • Rank 239,589 (Top 5 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Build (and cross-compile) your own image for Raspberry Pi

BuildRaspbianImage

Build (and cross-compile) your own image for Raspberry Pi

Set of bash scripts for your Debian or Ubuntu Linux to create your own .img file for Raspberry Pi. Have your own image with YOUR content in minutes!

Initial script was taken from the [Klaus Maria Pfeiffer blog] (http://blog.kmp.or.at/2012/05/build-your-own-raspberry-pi-image/).

About initial code

Original script was created to burn Debian Wheezy, my target is Raspbian, which is better for Raspberry Pi. You can read more about Raspbian (and its difference from stock Debian) at project page: http://raspbian.org

Milestones of this project

  • Add script to create minimal Raspbian image
  • Add image mount / unmount script with cross-compilation environment for mounted system
  • Be able to deploy images (add individual hostname and root password, OpenVPN client settings)

Instructions

It is possible to prepare environment on almost every Linux, where chroot, QEMU and debootstrap exists. I strictly recommend to install apt-cacher-ng (apt-get install apt-cacher-ng), that caches all downloaded deb packages and lets you to use deb_local_mirror, what's extreamely useful for further experiments, system won't download packages from internet anymore! [Read more about apt-cacher-ng] (https://www.unix-ag.uni-kl.de/~bloch/acng/html/config-servquick.html#config-client)

Install minimal set of packages: ./install.sh

Run build_raspbian_sd_card.sh script, do burn your SD card

./build_raspbian_sd_card.sh /dev/sdX

OR to create IMG file (you'll find it under /tmp/rpi folder)

./build_raspbian_sd_card.sh

More Repositories

1

asterisk

Asterisk PBX in Docker on Alpine Linux. Smallest Asterisk ever! ;)
Shell
254
star
2

alpine-ruby

The smallest Docker image with Ruby 2.2 (~27MB) https://hub.docker.com/r/andrius/alpine-ruby/
Dockerfile
29
star
3

pjsua

SIP user agent (cli) based on PJSUA. Docker version
Shell
20
star
4

manjaro-sway-themes

Color themes for manjaro sway and foot terminal (https://manjaro.org/download/#sway and https://github.com/Manjaro-Sway/manjaro-sway)
HTML
9
star
5

alpine-tor

tor on alpine linux on docker
Dockerfile
8
star
6

blink-dotfiles

Dotfiles for tmux and vim/nvim working with blink and mac os
Dockerfile
8
star
7

AsteriskRuby

A full featured Asterisk AGI Framework on Ruby. Minimal and powerful
Ruby
7
star
8

docker-asterisk

Dockerfiles for Asterisk PBX
Lua
4
star
9

dejavu-docker

dejavu on docker: Audio fingerprinting and recognition in Python – https://github.com/worldveil/dejavu
4
star
10

sandbox

Sandbox — test code, snippets and another useless remainings ;)
Shell
3
star
11

tower-proxified

Tower (best git client for mac) through SOCKS5 proxy
Shell
3
star
12

ascii-patrol

Docker version of Ascii Patrol - an ASCII game project, mainly inspired by arcade game "Moon Patrol"
3
star
13

alpine-sngrep

sngrep – Ncurses SIP Messages flow viewer (docker version)
Shell
3
star
14

freeswitch

Dockerised freeswitch
3
star
15

openconnect-docker

openconnect (client to Pulse Secure VPN) in docker
Shell
2
star
16

.dotfiles

Andrius's dotfiles
Shell
2
star
17

docker-asterisk13

Shell
1
star
18

hcloud-packer-templates

Manjaro linux packer template for Hetzner cloud
Shell
1
star
19

tor

tor in docker
1
star
20

blink-colorschemes

tools that convert colorschemes for blink.sh terminal
JavaScript
1
star
21

asterisk-click-to-call-windows

Ruby client/server for Asterisk PBX with windows client (you have to compile it under Windows!)
Ruby
1
star
22

xorg

xorg with icewm with VNC on docker
Shell
1
star
23

silence-detect

Creates Asterisk conference with confbridge and detect silence (or when one of participants stop/start talking) through AMI event TalkingStatus
Ruby
1
star