Преглед на файлове

Find out the flash drive device name

Bob Mottram преди 11 години
родител
ревизия
0fb9ab8b4e
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7
    1
      beaglebone.txt

+ 7
- 1
beaglebone.txt Целия файл

@@ -123,7 +123,13 @@ tar xJf debian-7.2-console-armhf-2013-11-15.tar.xz
123 123
 cd debian-7.2-console-armhf-2013-11-15
124 124
 #+END_SRC
125 125
 
126
-Create the disk image, where sdX is the name of the flash drive (probably it will be sdb or sdc).
126
+Create the disk image, where sdX is the name of the flash drive (probably it will be sdb or sdc).  An easy way to find out the device name of the flash drive is to enter the command:
127
+
128
+#+BEGIN_SRC: bash
129
+ls /dev/sd*
130
+#+END_SRC
131
+
132
+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.
127 133
 
128 134
 #+BEGIN_SRC: bash
129 135
 sudo apt-get install u-boot-tools dosfstools git-core kpartx wget parted