Created
February 1, 2017 18:14
-
-
Save czocher/be2264f65e0fb663bba36a01b4c9d169 to your computer and use it in GitHub Desktop.
Use fedora-arm-installer to write a Fedora image to a SD card for Beagle Bone Black
This file contains hidden or 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 | |
sudo fedora-arm-image-installer --target=am335x_boneblack --media=/dev/mmcblk0 --image=Fedora-Minimal-armhfp-25-1.3-sda.raw.xz --selinux=ON --resizefs --addconsole --norootpass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment