Pārlūkot izejas kodu

Find out the flash drive device name

Bob Mottram 11 gadus atpakaļ
vecāks
revīzija
0fb9ab8b4e
1 mainītis faili ar 7 papildinājumiem un 1 dzēšanām
  1. 7
    1
      beaglebone.txt

+ 7
- 1
beaglebone.txt Parādīt failu

123
 cd debian-7.2-console-armhf-2013-11-15
123
 cd debian-7.2-console-armhf-2013-11-15
124
 #+END_SRC
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
 #+BEGIN_SRC: bash
134
 #+BEGIN_SRC: bash
129
 sudo apt-get install u-boot-tools dosfstools git-core kpartx wget parted
135
 sudo apt-get install u-boot-tools dosfstools git-core kpartx wget parted