User Tools

Site Tools


copying_arm_images_to_boot_media_using_a_linux_pc

Linux has great command line utilities for copying binary data directly to a drive. The best tool for this is dd.

Open up a Linux terminal and run these commands

journalctl -f

Put your CF card into a reader attached to your Linux PC. You should see the device name pop up

exit journalctl with ctrl-c

Decompress your image

sudo xz -d <image name>

Write your image to the CF card

sudo dd if=<image name> of=<drive name> bs=1M

example:

sudo dd if=vamp-Fedora-Minimal-armhfp-22-20150627-sda.raw of=/dev/sdb bs=1M
copying_arm_images_to_boot_media_using_a_linux_pc.txt · Last modified: 2015/07/01 15:12 by andrew