README.md: add known issues and limitations
https://jira.digi.com/browse/DEL-3557 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
aebaedd365
commit
a077822c3d
19
README.md
19
README.md
|
|
@ -142,13 +142,24 @@ after a failed attempt. Hence the target needs to be reset after an
|
||||||
authentication failure.
|
authentication failure.
|
||||||
* If TrustFence (TM) image encryption support is enabled, the uSD image will
|
* If TrustFence (TM) image encryption support is enabled, the uSD image will
|
||||||
boot a signed U-Boot only.
|
boot a signed U-Boot only.
|
||||||
|
* Firmware update
|
||||||
|
* Updating from a microSD card is not supported, only from local partitions
|
||||||
|
(e.g. the 'update' partition) or from external USB memory devices.
|
||||||
|
* The software update package must be located in the root level of the
|
||||||
|
update media (subfolders are not yet supported).
|
||||||
|
* Cloud Connector
|
||||||
|
* Remote file system management fails with long file names and paths
|
||||||
|
(over 255 characters).
|
||||||
|
* Data points are always sent to the server although data service is
|
||||||
|
disabled.
|
||||||
|
|
||||||
## Digi ConnectCore 6UL
|
## Digi ConnectCore 6UL
|
||||||
|
|
||||||
* In the Bluetooth interface, the UART hardware flow control doesn’t work
|
* The UART connected to the Bluetooth chip on early versions of the ConnectCore
|
||||||
properly. To work around this problem the UART is configured without hardware
|
6UL system-on-module (hardware version < 4) cannot properly execute flow
|
||||||
flow control at 115200 bps, reducing the maximum throughput of this interface.
|
control. To work around this issue, UART1 of these SOM versions has been
|
||||||
This problem will be corrected in newer revisions of the hardware.
|
configured to operate at 115200 bps and without hardware flow control,
|
||||||
|
reducing the maximum throughput of this interface.
|
||||||
|
|
||||||
## Digi ConnectCore 6
|
## Digi ConnectCore 6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue