Flashing Linux to SD Card

From Dejvino's Knowledge Base
Revision as of 19:19, 22 March 2020 by Dejvino (talk | contribs) (Created page with "How to flash Linux onto an SD Card? <pre>dd if=file.img of=/dev/sdx bs=4M status=progress</pre> where /dev/sdx is the SD Card block device (NOT a partition, the whole thi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to flash Linux onto an SD Card?

dd if=file.img of=/dev/sdx bs=4M status=progress

where /dev/sdx is the SD Card block device (NOT a partition, the whole thing!).