Skip to content

Commit

Permalink
readme: minor improvements to Micron NOR flash building instructions
Browse files Browse the repository at this point in the history
Replace the word "uncomment" with "use" in the Micron MT25QL256 NOR
flash building instructions.

The UBOOT_CONFIG variable in the icicle-kit-es machine configuration
file should be set to either "mpfs_icicle" to use the Winbond NAND flash
configuration or "mpfs_icicle_nor" for a Micron MT25QL256 nor flash
configuration. The default value is mpfs_icicle (Winbond NAND flash)

Also, fix typo PolarFire SOC -> PolarFire SoC

Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
  • Loading branch information
vfalanis committed Sep 30, 2022
1 parent 6c780c3 commit 07438a5
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 @@ -59,7 +59,7 @@ For instructions on how to copy the image to the eMMC or SD card refer to the [C

The `icicle-kit-es` target machine provides support for building images suitable for programming to the oficially supported QSPI flash memories. The `core-image-minimal-mtdutils` generates a Linux image with either a `.nand.mtdimg` or `.nor.mtdimg` file extension in the `build/tmp-glibc/deploy/images/icicle-kit-es/` directory.

For more information on how to enable QSPI support on PolarFire SOC, please refer to the [booting from QSPI](https://mi-v-ecosystem.github.io/redirects/booting-from-qspi_booting-from-qspi) documentation.
For more information on how to enable QSPI support on PolarFire SoC, please refer to the [booting from QSPI](https://mi-v-ecosystem.github.io/redirects/booting-from-qspi_booting-from-qspi) documentation.

##### Building a Linux image suitable for a Winbond W25N01GV NAND flash memory (Default)

Expand All @@ -82,7 +82,7 @@ For instructions on how to transfer the image to the external QSPI flash memory

##### Building a Linux image suitable for a Micron MT25QL256 NOR flash memory

To generate an image for the Micron MT25QL256 NOR flash memory, uncomment the following setting in the Icicle Kit machine configuration file (conf/machine/icicle-kit-es.conf):
To generate an image for the Micron MT25QL256 NOR flash memory, use the following setting in the Icicle Kit machine configuration file (conf/machine/icicle-kit-es.conf):

```
UBOOT_CONFIG = "mpfs_icicle_nor"
Expand Down

0 comments on commit 07438a5

Please sign in to comment.