Skip to content

Commit 6f6d0e1

Browse files
committed
Update Ethos-U SDK version
Update tag to 24.08 and also bump core_platform forward to get support for Corstone-320. Signed-off-by: Per Åstrand <[email protected]> Change-Id: If16fedd62a16b56e7132ba080d8c642d932240df
1 parent 43849bc commit 6f6d0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/arm/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fi
7676

7777
# ethos-u
7878
ethos_u_repo_url="https://review.mlplatform.org/ml/ethos-u/ethos-u"
79-
ethos_u_base_rev="24.05"
79+
ethos_u_base_rev="24.08"
8080

8181
########
8282
### Mandatory user args
@@ -163,7 +163,7 @@ function patch_repo() {
163163
name="$(basename $repo_dir)"
164164
echo -e "[${FUNCNAME[0]}] Preparing ${name}..."
165165
cd $repo_dir
166-
166+
git fetch
167167
git reset --hard ${base_rev}
168168

169169
patch_dir=${script_dir}/ethos-u-setup/${name}/patches/
@@ -261,7 +261,7 @@ setup_ethos_u
261261

262262
# Patch the ethos-u dev environment to include executorch application
263263
repo_dir="${root_dir}/ethos-u/core_platform"
264-
base_rev=204210b1074071532627da9dc69950d058a809f4
264+
base_rev=b728c774158248ba2cad8e78a515809e1eb9b77f
265265
patch_repo
266266

267267
# Setup the tosa_reference_model

0 commit comments

Comments
 (0)