Bob Mottram 11 年之前
父節點
當前提交
a250141476
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

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