From a2bb75a602346c20b8c834f3b729bf0a958d1d60 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 1 Aug 2016 13:42:30 +0200 Subject: [PATCH] README: Merge Release Notes and Changelog in a single document. The README.md file is rendered by github using github's markdown syntax: https://help.github.com/articles/basic-writing-and-formatting-syntax/ https://jira.digi.com/browse/DEL-2854 Signed-off-by: Alex Gonzalez --- ChangeLog | 19 ------- README | 7 --- README.md | 127 ++++++++++++++++++++++++++++++++++++++++++++++ Release_Notes.txt | 87 ------------------------------- 4 files changed, 127 insertions(+), 113 deletions(-) delete mode 100644 ChangeLog delete mode 100644 README create mode 100644 README.md delete mode 100644 Release_Notes.txt diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index ac6a16f1c..000000000 --- a/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ - Digi Embedded Yocto (DEY) 2.0 - Release Changelog - - (c) 2016, Digi International - http://www.digiembedded.com/ - - -Version Release date (YYYY-MM-DD) -------------------------------------------------------------------------------- -2.0-r1 2016-02-15 - - * U-Boot 2015.04 for the ConnectCore 6 System-On-Module and SBC. - * Linux kernel v3.14.57 for the ConnectCore 6 System-On-Module and SBC. - * Release based on Yocto 2.0 (Jethro) for ConnectCore 6 SBC including: - - Bluez5 - - QT5 (over X11 and Framebuffer graphical systems) - - New toolchain based on GCC-5.2 and GLIBC-2.22 - - Cellular support - - Package upgrades and security fixes diff --git a/README b/README deleted file mode 100644 index d4808feab..000000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -meta-digi -========= - -This is the location for Digi maintained layers. - -Please see the README files contained in the individual layers for -specific information. diff --git a/README.md b/README.md new file mode 100644 index 000000000..0ac39f12f --- /dev/null +++ b/README.md @@ -0,0 +1,127 @@ +# Digi Embedded Yocto (DEY) 2.0 +## Release 2.0-master + +This document provides information about Digi Embedded Yocto, +Digi International's professional embedded Yocto development environment. + +Digi Embedded Yocto 2.0 is based on the 2.0 (Jethro) Yocto release. + +# Supported Platforms + +The current release supports the following hardware platforms: + +* Digi ConnectCore 6 + * [Digi P/N CC-WMX-J97C-TN](http://www.digi.com/products/models/cc-wmx-j97c-tn) + * [Digi P/N CC-WMX-L96C-TE](http://www.digi.com/products/models/cc-wmx-l96c-te) + * [Digi P/N CC-WMX-L87C-TE](http://www.digi.com/products/models/cc-wmx-l87c-te) + * [Digi P/N CC-MX-L76C-Z1](http://www.digi.com/products/models/cc-mx-l76c-z1) + * [Digi P/N CC-MX-L86C-Z1](http://www.digi.com/products/models/cc-mx-l86c-z1) + * [Digi P/N CC-MX-L96C-Z1](http://www.digi.com/products/models/cc-mx-l96c-z1) + * [Digi P/N CC-WMX-L76C-TE](http://www.digi.com/products/models/cc-wmx-l76c-te) + * Digi P/N CC-WMX-K87C-FJA + * Digi P/N CC-WMX-K77C-TE + * Digi P/N CC-WMX-L97D-TN + * Digi P/N CC-WMX-J98C-FJA + * Digi P/N CC-WMX-J98C-FJA-1 + +Software for the following hardware platforms is in beta support: + +* Digi ConnectCore 6UL + * [Digi P/N CC-WMX-JN58-NE](http://www.digi.com/products/models/cc-wmx-jn58-ne) + * [Digi P/N CC-MX-JN58-Z1](http://www.digi.com/products/models/cc-mx-jn58-z1) +* Digi ConnectCore 6UL Starter Kit + * [Digi P/N CC-WMX6UL-START](http://www.digi.com/products/models/cc-wmx6ul-start) ([Get Started](https://www.digi.com/resources/documentation/digidocs/90001514/default.htm#concept/yocto/c_get_started_with_yocto.htm)) + +* Digi ConnectCore 6 Development Kit + * [Digi P/N CC-WMX6-KIT](http://www.digi.com/products/models/cc-wmx6-kit) ([Get Started](http://www.digi.com/resources/documentation/digidocs/90001945-13/default.htm#concept/yocto/c_get_started_with_yocto.htm%3FTocPath%3DDigi%2520Embedded%2520Yocto%7CGet%2520started%7C_____0)) + +* Digi ConnectCore 6 SBC + * [Digi P/N CC-SB-WMX-J97C-1](http://www.digi.com/products/models/cc-sb-wmx-j97c-1) + * Digi P/N CC-SB-WMX-L87C-1 + * Digi P/N CC-SB-WMX-L76C-1 + +Previous versions of Digi Embedded Yocto include support for additional Digi +hardware. + +# Documentation + +Documentation is available online on the Digi documentation site: + +* [Digi ConnectCore 6UL](http://www.digi.com/resources/documentation/Digidocs/90001514/default.htm) +* [Digi ConnectCore 6](http://www.digi.com/resources/documentation/Digidocs/90001945-13/default.htm) + +# Downloads + +* [Demo images](TBC) +* [Software Development Kit (SDK)](TBC) + +# Release Changelog + +## 2.0-r4 + +## 2.0-r3 + +* Support for the new Digi ConnectCore 6UL System-On-Module and Starter Kit + * U-Boot 2015.04 + * Linux kernel v4.1.28 +* Support for TrustFence security enhancements + * Secure console + * Secure boot + * Secure JTAG + * Encrypted root filesystem + * True Random Number Generator + +## 2.0-r2 + +* Release based on Yocto 2.0 (Jethro) for ConnectCore 6 SBC including: + * Update support for new PMIC hardware revision + * Minor bug fixes + +## 2.0-r1 + +* U-Boot 2015.04 for the Digi ConnectCore 6 System-On-Module and SBC +* Linux kernel v3.14.57 for the Digi ConnectCore 6 System-On-Module and SBC +* Release based on Yocto 2.0 (Jethro) for Digi ConnectCore 6 SBC including: + * Bluez5 + * QT5 (over X11 and Framebuffer graphical systems) + * New toolchain based on GCC-5.2 and GLIBC-2.22 + * Cellular support + * Package upgrades and security fixes + +# Known Issues and Limitations + +## Digi ConnectCore 6UL + +## Digi ConnectCore 6UL Starter Kit + +## Digi ConnectCore 6 + +* NXP i.MX6 processor has a documented errata (ERR004512) whereby the maximum +performance of the Gigabit FEC is limited to 400Mbps (total for Tx and Rx) +* When using softAP mode on Band A on the Qualcomm AR6233, channels used for +Dynamic Frequency Selection (DFS) are not supported +* The Qualcomm AR6233 firmware does not support the following configuration +modes: + * Concurrent modes involving P2P mode, such as P2P + softAP or P2P + STA + * Bluetooth + softAP + STA concurrent mode +* A maximum of five clients are supported when using Qualcomm's AR6233 in +softAP mode +* A maximum of ten connected devices are supported when using Qualcomm's AR6233 +Bluetooth Low Energy mode +* When using TrustFence encrypted images secure boot support, the CAAM will +hang the processor when trying to authenticate an encrypted kernel image after +a failed attempt. Hence the target needs to be reset after an authentication +failure. + +## Digi ConnectCore 6 SBC + +* The Micrel PHY KSZ9031 may take between five and six seconds to +auto-negotiate with Gigabit switches + +# Support Contact Information + +For support questions please contact Digi Technical Support: + +* [Enterprise Support](https://mydigi.secure.force.com/customers/) +* [Product Technical Support](http://www.digi.com/support/product-support) +* [Support forum](http://www.digi.com/support/forum/) diff --git a/Release_Notes.txt b/Release_Notes.txt deleted file mode 100644 index 9d5f7bba0..000000000 --- a/Release_Notes.txt +++ /dev/null @@ -1,87 +0,0 @@ - - Digi Embedded Yocto (DEY) 2.0 - Release Notes - Build 2.0-r1.2 - - (c) 2016, Digi International - http://www.digiembedded.com/ - February, 2016 - - -Introduction ---------------------------------------------------------------------------- - This document provides information about Digi Embedded Yocto 2.0 (DEY-2.0), - Digi International's professional embedded Yocto development environment. - - Digi Embedded Yocto 2.0 is based on the 2.0 (Jethro) Yocto release. - - -Contents -------------------------------------------------------------------------- - This document contains the following sections: - - 1. Supported Platforms - 2. Supported System-On-Module variants - 3. Documentation - 4. Known Issues - 5. Support Contact Information - - -1. Supported Platforms -------------------------------------------------------------------------- - - The current Digi Embedded Yocto 2.0 release fully supports the following - hardware platforms: - - * ConnectCore 6 SBC (Digi P/N CC-SB-WMX-J97C) - - The following hardware platform remains in beta software support: - - * ConnectCore 6 SBC (Digi P/N CC-SB-WMX-J97C-1) - - Previous versions of Digi Embedded Yocto include support for additional Digi - hardware. - - The additional hardware supported by DEY-1.6 is the following: - - * ConnectCard for i.MX28 JumpStart Kit (Digi P/N CC-WMX28-LX) - - The additional hardware supported by DEY-1.4 is the following: - - * ConnectCore for MX51 (Digi P/N CC-(W)MX51-LX) - * ConnectCore for MX53 (Digi P/N CC-(W)MX53-LX) - - -2. Supported System-On-Module variants -------------------------------------------------------------------------- - - Digi's system-on-modules can be ordered in different hardware variants, for - example with different memory configurations. For a list of the available - module variants please refer to the Digi embedded products web page. - - -3. Documentation -------------------------------------------------------------------------- - - Digi Embedded Yocto documentation is available from the Digi online - documentation system. - - -4. Known Issues -------------------------------------------------------------------------- - - Refer to the Digi online documentation. - - -5. Support Contact Information -------------------------------------------------------------------------- - For support questions please contact the Digi technical support experts: - - Digi Technical Support - - Web based Support: http://www.digi.com/support/eservice/login.jsp - Support Web site: http://www.digi.com/support/index.jsp - Support forum: http://www.digi.com/support/forum/ - - -Have fun!