Bob Mottram 11 anos atrás
pai
commit
a250141476
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt Ver arquivo

@@ -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