Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit af24212

Browse files
Merge pull request #175 from intel-iot-devkit/ISS-3219
ISS-3219 Update readme for Ubuntu users
2 parents c51e11f + e58071f commit af24212

File tree

14 files changed

+33
-5
lines changed

14 files changed

+33
-5
lines changed

analog-in/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ This sample has been tested on
2222
The sample might need minor modifications depending on the board and shield you are using.
2323

2424
## Software requirements
25-
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
25+
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
26+
27+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
2628

2729
## Setup
2830
Create a new project on Intel(R) System Studio using this sample.

aws-pub-sub/cpp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ No special H/W requirements, as long as your device could be connected to the in
1616

1717
This version of the sample has been tested on Ubuntu Linux.
1818

19+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
20+
1921
## Setup
2022

2123
Refer to [this document](https://github.com/intel-iot-devkit/iot-samples-cloud-setup/blob/master/aws-mqtt.md) on how to create an AWS account and setup the AWS IoT. When the initial account setup is done, make a note of the endpoint corresponding to your account, also download the certificate files into a known folder on your target system (e.g. /etc/aws-certs).

azure-amqp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following libraries need to be installed on your target platfrom for this sa
2828

2929
libcurl: On your target Ubuntu system do: `apt install libcurl3`
3030

31+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
32+
3133

3234
## Setup
3335

azure-http/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following libraries need to be installed on your target platfrom for this sa
2828

2929
libcurl: On your target Ubuntu system do: `apt install libcurl3`
3030

31+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
32+
3133

3234
## Setup
3335

azure-mqtt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following libraries need to be installed on your target platfrom for this sa
2828

2929
libcurl: On your target Ubuntu system do: `apt install libcurl3`
3030

31+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
32+
3133

3234
## Setup
3335

bluemix-flame-detect/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The following libraries need to be installed on your target platfrom for this sa
2929
You can build the paho mqtt library from source, or use [this link](https://www.eclipse.org/downloads/download.php?file=/paho/1.3/eclipse-paho-mqtt-c-unix-1.2.0.tar.gz) to download a pre-built library. After expanding the zipped file, copy the 'libpaho-mqtt3c.so.1' into
3030
/usr/lib folder on your target system.
3131

32+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
33+
3234
## Setup
3335

3436
Refer to [this page](https://console.bluemix.net/) to get started on IBM® Bluemix™. Also see [this guide](https://github.com/intel-iot-devkit/iot-samples-cloud-setup/blob/master/bluemix-mqtt.md) for further help on initial setup.

bluemix-quickstart/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The following libraries need to be installed on your target platfrom for this sa
2929
You can build the paho mqtt library from source, or use [this link](https://www.eclipse.org/downloads/download.php?file=/paho/1.3/eclipse-paho-mqtt-c-unix-1.2.0.tar.gz) to download a pre-built library. After expanding the zipped file, copy the 'libpaho-mqtt3c.so.1' into
3030
/usr/lib folder on your target system.
3131

32+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
33+
3234
## Setup
3335

3436
Refer to [this page](https://console.bluemix.net/) to get started on IBM® Bluemix™. Also see [this guide](https://github.com/intel-iot-devkit/iot-samples-cloud-setup/blob/master/bluemix-mqtt.md) for further help on initial setup.

digital-in/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The sample might need minor modifications depending on the board and shield you
2525
## Software requirements
2626
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
2727

28+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
29+
30+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
2831
## Setup
2932
Create a new project on Intel(R) System Studio using this sample.
3033
Connect the input device to a digital input pin on your IoT board.

digital-out/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ This sample has been tested on
2323
The sample might need minor modifications depending on the board and shield you are using.
2424

2525
## Software requirements
26-
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
26+
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
27+
28+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
2729

2830
## Setup
2931
Create a new project on Intel(R) System Studio using this sample.

google-pub/c/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ No special H/W requirements, as long as your device could be connected to the in
99
## Software requirements
1010
This version of the sample has been tested on Ubuntu Linux.
1111

12+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
13+
1214
## Setup
1315
Sign in to your Google Cloud account or open a new account if you don't already have one. You will need a personal email address, and a credit card (to verify identity).
1416

interrupt/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ The sample might need minor modifications depending on the board and shield you
2323
Note: This sample does not work for the GPIO pins on the GrovePi+* shield.
2424

2525
## Software requirements
26-
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
26+
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
27+
28+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
2729

2830
## Setup
2931
Create a new project on Intel(R) System Studio using this sample.

onboard-blink/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ This sample has been tested on
1919
The sample might need minor modifications depending on the board and shield you are using.
2020

2121
## Software requirements
22-
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
22+
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
2323

24+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
2425

2526
## Setup
2627
Create a new project on Intel(R) System Studio using this sample. Make sure the on-board LED or the external LED is connected to the board.

pwm/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ This sample has been tested on
2424
The sample might need minor modifications depending on the board and shield you are using.
2525

2626
## Software requirements
27-
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
27+
This version of the sample has been tested on Ubuntu Linux. It requires the [mraa library](https://github.com/intel-iot-devkit/mraa).
28+
29+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
2830

2931
## Setup
3032
Create a new project on Intel(R) System Studio using this sample.

up2-leds/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ gpio-leds Linux kernel driver.
2222
This version of the sample has been tested on Ubuntu Linux but should be compatible with Ubilinux for the UP Squared as well.
2323
It requires the [mraa library](https://github.com/intel-iot-devkit/mraa) version 1.9.0 or newer.
2424

25+
This sample requires additional system configuration when using Ubuntu OS with the UP series boards. Instructions on how to install the custom provided Linux kernel with the required drivers can be [found here](https://wiki.up-community.org/Ubuntu#Ubuntu_18.04_installation_and_configuration).
26+
2527
## Setup
2628
Create a new project on Intel(R) System Studio using this sample. Run it on the UP Squared board using a TCF connection.
2729

0 commit comments

Comments
 (0)