doc: fix board/sample broken links
Some files have moved from their original location, or are no longer available. For the mbedtls samples, tweak the link to point to a page where links for current and previous downloads can be found. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
547c74cb3c
commit
d1bdb3e092
5 changed files with 12 additions and 18 deletions
|
@ -284,4 +284,4 @@ References
|
|||
|
||||
.. _Putty website: http://www.putty.org
|
||||
|
||||
.. _ARC EM Starter Kit User Guide: https://www.embarc.org/help.html#starterkit
|
||||
.. _ARC EM Starter Kit User Guide: https://www.synopsys.com/dw/ipdir.php?ds=arc_em_starter_kit
|
||||
|
|
|
@ -343,10 +343,10 @@ At this time, the kernel does not support the following:
|
|||
Bibliography
|
||||
************
|
||||
|
||||
1. `Intel® Galileo Datasheet`_, Order Number: 329681-001US
|
||||
1. `Intel® Galileo Datasheet`_, Order Number: 329681-003US
|
||||
|
||||
.. _Intel® Galileo Datasheet:
|
||||
http://www.intel.com/newsroom/kits/quark/galileo/pdfs/Intel_Galileo_Datasheet.pdf
|
||||
https://www.intel.com/content/dam/support/us/en/documents/galileo/sb/galileo_datasheet_329681_003.pdf
|
||||
|
||||
2. `Intel® Galileo Board User Guide`_.
|
||||
|
||||
|
@ -356,8 +356,7 @@ Bibliography
|
|||
3. `Intel® Quark SoC X1000 Datasheet`_, Order Number: 329676-001US
|
||||
|
||||
.. _Intel® Quark SoC X1000 Datasheet:
|
||||
https://communities.intel.com/servlet/JiveServlet/previewBody/
|
||||
21828-102-2-25120/329676_QuarkDatasheet.pdf
|
||||
https://communities.intel.com/servlet/JiveServlet/previewBody/21828-102-2-25120/329676_QuarkDatasheet.pdf
|
||||
|
||||
4. `Intel® Quark Core Hardware Reference Manual`_.
|
||||
|
||||
|
|
|
@ -12,14 +12,11 @@ Building and running
|
|||
|
||||
Follow the steps for testing :ref:`networking_with_qemu`.
|
||||
|
||||
Obtain the mbed TLS code from:
|
||||
|
||||
https://tls.mbed.org/download/start/mbedtls-2.3.0-apache.tgz
|
||||
|
||||
Obtain the mbed TLS code from: https://tls.mbed.org/download-archive
|
||||
and put it in a well known directory on your Linux machine, this will be your
|
||||
server.
|
||||
server. (We're using version 2.3.0 for this example.)
|
||||
|
||||
change to that directory and compile the mbedTLS on your host machine:
|
||||
Change to that directory and compile the mbedTLS on your host machine:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -27,12 +27,10 @@ In the application directory type:
|
|||
. Setting up ecjpake password ... ok
|
||||
. Performing the TLS handshake...
|
||||
|
||||
In other terminal window, obtain the mbed TLS code from:
|
||||
|
||||
https://tls.mbed.org/download/start/mbedtls-2.3.0-apache.tgz
|
||||
|
||||
and put it in a well known directory, in your Linux machine, this will be your
|
||||
client.
|
||||
In another terminal window, obtain the mbed TLS code from:
|
||||
https://tls.mbed.org/download-archive
|
||||
and put it in a well known directory on your Linux machine, this will be your
|
||||
client. (We're using version 2.3.0 for this example.)
|
||||
|
||||
Move to that directory and compile the mbedTLS on your host machine
|
||||
|
||||
|
|
|
@ -38,4 +38,4 @@ References
|
|||
|
||||
|
||||
.. _Grove LCD Module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
|
||||
.. _Grove Tempture And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0/
|
||||
.. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue