From 1ac10b7932594ebaa9e9d2a806e869a6451dc614 Mon Sep 17 00:00:00 2001 From: Jamie Gibbons Date: Fri, 29 Sep 2023 10:53:55 +0100 Subject: [PATCH] README: update qspi image directories During the Yocto reorg, QSPI configs were updated which now means that the images are deployed in different directories than before. Update instructions to reflect this name change. Signed-off-by: Jamie Gibbons --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0cc560..0491867 100755 --- a/README.md +++ b/README.md @@ -182,13 +182,13 @@ Once sure of the drive identifier, use the following command to copy your Linux For flashing a Linux image suitable for a **Winbond W25N01GV NAND** flash memory: ```bash -$ sudo dd if=tmp-glibc/deploy/images/icicle-kit-es/core-image-minimal-mtdutils-icicle-kit-es-nand.nand.mtdimg of=/dev/sdX +$ sudo dd if=tmp-glibc/deploy/images/icicle-kit-es-nand/core-image-minimal-mtdutils-icicle-kit-es-nand.nand.mtdimg of=/dev/sdX ``` For flashing a Linux image suitable for a **Micron MT25QL256 NOR** flash memory: ```bash -$ sudo dd if=tmp-glibc/deploy/images/icicle-kit-es/core-image-minimal-mtdutils-icicle-kit-es-nor.nor.mtdimg of=/dev/sdX +$ sudo dd if=tmp-glibc/deploy/images/icicle-kit-es-nor/core-image-minimal-mtdutils-icicle-kit-es-nor.nor.mtdimg of=/dev/sdX ``` When the transfer has completed, press CTRL+C in the HSS serial console to return to the HSS console.