Skip to content

Instantly share code, notes, and snippets.

@czocher
Created February 1, 2017 18:14
Show Gist options
  • Save czocher/be2264f65e0fb663bba36a01b4c9d169 to your computer and use it in GitHub Desktop.
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
#!/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