Be specific about the USB cable
This commit is contained in:
parent
cf3166c5f8
commit
e23d151189
|
@ -29,7 +29,7 @@ You will need:
|
||||||
* A Beaglebone Black. The exact revision of the hardware isn't very important, but it should have an ethernet socket.
|
* A Beaglebone Black. The exact revision of the hardware isn't very important, but it should have an ethernet socket.
|
||||||
* Optionally a plastic or metal case to protect the electronics.
|
* Optionally a plastic or metal case to protect the electronics.
|
||||||
* An ethernet cable. Typically these are colour coded either blue or yellow. Either colour will do.
|
* An ethernet cable. Typically these are colour coded either blue or yellow. Either colour will do.
|
||||||
* Either a 5v power supply with 5.5mm barrel plug, or a USB cable and USB to mains adaptor.
|
* Either a 5v power supply with 5.5mm barrel plug, or a miniUSB type B cable (typically supplied with the Beaglebone) and USB to mains adaptor.
|
||||||
* A microSD card at least 8 gigabytes in size. In tests Sandisk class 10 works well. Prefer smaller but faster I/O rating to larger but slower.
|
* A microSD card at least 8 gigabytes in size. In tests Sandisk class 10 works well. Prefer smaller but faster I/O rating to larger but slower.
|
||||||
* A microSD card adaptor for your laptop or desktop system, so that you can copy the disk image to the card.
|
* A microSD card adaptor for your laptop or desktop system, so that you can copy the disk image to the card.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2016-11-24 Thu 09:44 -->
|
<!-- 2016-11-24 Thu 09:50 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -271,7 +271,7 @@ You will need:
|
||||||
<li>A Beaglebone Black. The exact revision of the hardware isn't very important, but it should have an ethernet socket.</li>
|
<li>A Beaglebone Black. The exact revision of the hardware isn't very important, but it should have an ethernet socket.</li>
|
||||||
<li>Optionally a plastic or metal case to protect the electronics.</li>
|
<li>Optionally a plastic or metal case to protect the electronics.</li>
|
||||||
<li>An ethernet cable. Typically these are colour coded either blue or yellow. Either colour will do.</li>
|
<li>An ethernet cable. Typically these are colour coded either blue or yellow. Either colour will do.</li>
|
||||||
<li>Either a 5v power supply with 5.5mm barrel plug, or a USB cable and USB to mains adaptor.</li>
|
<li>Either a 5v power supply with 5.5mm barrel plug, or a miniUSB type B cable (typically supplied with the Beaglebone) and USB to mains adaptor.</li>
|
||||||
<li>A microSD card at least 8 gigabytes in size. In tests Sandisk class 10 works well. Prefer smaller but faster I/O rating to larger but slower.</li>
|
<li>A microSD card at least 8 gigabytes in size. In tests Sandisk class 10 works well. Prefer smaller but faster I/O rating to larger but slower.</li>
|
||||||
<li>A microSD card adaptor for your laptop or desktop system, so that you can copy the disk image to the card.</li>
|
<li>A microSD card adaptor for your laptop or desktop system, so that you can copy the disk image to the card.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue