Created
April 5, 2017 21:12
-
-
Save EmbeddedAndroid/cd0cd8e4cf7f4a9aeee8ab372f321b76 to your computer and use it in GitHub Desktop.
minideb build script for armhf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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