From 734ffd2ef995b34a60aeb870b6304c920aa22a7a Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Mon, 12 Dec 2016 22:22:22 -0800 Subject: [PATCH] Added Introduction Signed-off-by: Robert Wolff --- .../Platforms/IoT/GettingStarted/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Reference-Platform/Platforms/IoT/GettingStarted/README.md b/Reference-Platform/Platforms/IoT/GettingStarted/README.md index e69de29..2fd8b65 100644 --- a/Reference-Platform/Platforms/IoT/GettingStarted/README.md +++ b/Reference-Platform/Platforms/IoT/GettingStarted/README.md @@ -0,0 +1,16 @@ +# Getting Started + +This page is designed to bring you up to speed with the IoT Reference Platform. You will find categorized information, links to additional resources, and paths forward to take you deeper into the platform. + +## Introduction + +The IoT reference platform’s goal is to provide an end to end open source secure pipeline from gateway devices to endpoints. For the deeply embedded use cases, a Zephyr RTOS baseline is provided to enable a series of hardware platforms, which ships with a rich developer SDK. The gateway is a variant of the Consumer reference platform based on Debian, leveraging the latest in cloud and container technology. Secure updates are not a mere afterthought, instead this software stack has been designed with security and maintainability in mind from day one. + +**Features:** + +- Zephyr RTOS with SDK for endpoints +- Open Boot Firmware for endpoints +- Debian builds for gateways +- Secure update pipeline for all devices + +***