From a250141476052426b404642d457d1ba631fd9f74 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 May 2014 12:06:14 +0100 Subject: [PATCH] Typo --- beaglebone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index ece2e9b1..21bb5fe2 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -162,7 +162,7 @@ ls /dev/sd* then plug in the flash drive and type the same command again. You'll be able to see the difference. Once you know the device name then you can proceed to install the image onto the flash drive. -#+BASH_SRC: bash +#+BEGIN_SRC: bash sudo dd if=EXTRACTED_CUBIAN_IMAGE of=/dev/sdX bs=4096; sync #+END_SRC