From 07438a5526dd33226d5341ae3a901c6ee0594dfd Mon Sep 17 00:00:00 2001 From: Valentina Fernandez Date: Thu, 29 Sep 2022 22:35:40 +0100 Subject: [PATCH] readme: minor improvements to Micron NOR flash building instructions 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb311be..69f93ec 100755 --- a/README.md +++ b/README.md @@ -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) @@ -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"