Bob Mottram 11 年前
父节点
当前提交
a250141476
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

162
 
162
 
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.
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
 sudo dd if=EXTRACTED_CUBIAN_IMAGE of=/dev/sdX bs=4096; sync
166
 sudo dd if=EXTRACTED_CUBIAN_IMAGE of=/dev/sdX bs=4096; sync
167
 #+END_SRC
167
 #+END_SRC
168
 
168