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**