Skip to content

Commit

Permalink
README: update qspi image directories
Browse files Browse the repository at this point in the history
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 <jamie.gibbons@microchip.com>
  • Loading branch information
jamiegibbons committed Sep 29, 2023
1 parent 38af5c4 commit 1ac10b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ac10b7

Please sign in to comment.