Bob Mottram 11 years ago
parent
commit
a250141476
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt View File

@@ -162,7 +162,7 @@ ls /dev/sd*
162 162
 
163 163
 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.
164 164
 
165
-#+BASH_SRC: bash
165
+#+BEGIN_SRC: bash
166 166
 sudo dd if=EXTRACTED_CUBIAN_IMAGE of=/dev/sdX bs=4096; sync
167 167
 #+END_SRC
168 168