Skip to content

Instantly share code, notes, and snippets.

@EmbeddedAndroid
Created April 5, 2017 21:12
Show Gist options
  • Save EmbeddedAndroid/cd0cd8e4cf7f4a9aeee8ab372f321b76 to your computer and use it in GitHub Desktop.
Save EmbeddedAndroid/cd0cd8e4cf7f4a9aeee8ab372f321b76 to your computer and use it in GitHub Desktop.
minideb build script for armhf
#!/bin/bash
cd /root
apt-get update
apt-get install -y debootstrap debian-archive-keyring git devscripts build-essential
git clone https://github.com/bitnami/minideb.git
cd minideb
./mkimage stretch-armhf.tar stretch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment