aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2024-02-26 14:38:15 +0100
committerJonny Svärd <jonny.svaerd@arm.com>2024-02-26 14:38:15 +0100
commit581d49153c842baf39438d735fd212dcf8e750a0 (patch)
treed85f5d9cbc5d0c256b85c2fb950dde321785eeed /README.md
parentccf4dc82ed900d208ff1b7b7b0662e2d4f66e808 (diff)
downloadethos-u-581d49153c842baf39438d735fd212dcf8e750a0.tar.gz
24.02 release24.02
Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com> Change-Id: Ic268486719135fa57c7fa0c43719fc478a7d8b82
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2803e8b..21c1708 100644
--- a/README.md
+++ b/README.md
@@ -21,21 +21,16 @@ $ ./fetch_externals.py -c 22.11.json fetch
## Directory structure
-The script will build following directory structure.
+The script will build following core directory structure.
```
Directory
.
+-- core_platform
+-- core_software
-| +-- applications
| +-- cmsis
| +-- cmsis-nn
-| +-- cmsis-view
| +-- core_driver
-| +-- drivers
-| +-- lib
-| +-- rtos
| +-- tflite_micro
+-- linux_driver_stack
+-- vela
@@ -44,11 +39,11 @@ Directory
| Directory | Description |
--- | ---
| [.](https://git.mlplatform.org/ml/ethos-u/ethos-u.git) | This is the root directory for all Arm Ethos-U software. |
-| [core_platform](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git) | This directory contains target specific files and is provided as an example how core software can be built for target platforms. |
+| [core_platform](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git) | This directory contains drivers, target specific files and is provided as an example how core software can be built for target platforms. |
| [core_software](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-software.git) | The software executing on Arm Cortex-M is referred to as _Core Software_. This folder provides a small build system that illustrates how to build the key components for the Arm Ethos-U core software. |
-| [core_driver](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git) | The Arm Ethos-U NPU driver. |
| [cmsis](https://github.com/ARM-software/CMSIS_5) | CMSIS provides generic interfaces to boot and configure the Arm Cortex-M CPUs. |
| [cmsis-nn](https://github.com/ARM-software/CMSIS-NN.git) | CMSIS-NN provides optimized neural network kernels for Arm Cortex-M CPUs. |
+| [core_driver](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git) | The Arm Ethos-U NPU driver. |
| [tflite_micro](https://github.com/tensorflow/tflite-micro) | The TensorFlow Lite microcontroller framework is used to run inferences. |
| [linux_driver_stack](https://git.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack.git) | Example driver stack showing how Linux can dispatch inferences to an Arm Ethos-U subsystem. |
| [vela](https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git) | The Vela optimizer takes a TFLu file as input and replaces operators that are supported by the Arm Ethos-U NPU with custom operators designed to run on the NPU. Operators not supported by the NPU are executed in software. |
@@ -93,6 +88,10 @@ Please see [Security](SECURITY.md).
# Releases
+## Release 24.02
+
+The 24.02 release has been tested on Ubuntu 22.04.3 LTS using Tensorflow version 2.15 as reference.
+
## Release 23.11
The 23.11 release has been tested on Ubuntu 22.04.3 LTS using Tensorflow version 2.14 as reference, with the