From 8e6d99f32eacb61982730c27408bb1b65e912db7 Mon Sep 17 00:00:00 2001 From: Vivek Magre Date: Thu, 16 Jul 2026 07:53:53 +0000 Subject: [PATCH] IQX7181/IQX5121 ADSP build command update Signed-off-by: Vivek Magre --- advanced-section/snippets/firmware-iq-x7181.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced-section/snippets/firmware-iq-x7181.mdx b/advanced-section/snippets/firmware-iq-x7181.mdx index b7ac2eb..431d4f8 100644 --- a/advanced-section/snippets/firmware-iq-x7181.mdx +++ b/advanced-section/snippets/firmware-iq-x7181.mdx @@ -96,11 +96,11 @@ ``` - Clean the build ```bash - python3 ./build_variant.py hamoa.adsp.prod --clean + python3 ./build_variant.py hamoa.adsp.prod --clean && python3 ./build_variant.py hamoa.adsp.charger --clean ``` - Build the image ```bash - python3 ./build_variant.py hamoa.adsp.prod + python3 ./build_variant.py hamoa.adsp.prod && python3 ./build_variant.py hamoa.adsp.charger ``` **Build cDSP**