Skip to content

Commit eb67c23

Browse files
committed
clarify FSP version importance in README.md
1 parent 952f355 commit eb67c23

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ The Renesas EK-RZ/A3M can be purchased from https://www.renesas.com/en/products/
8686
are included in your selection of "Customize Features".
8787
- Ensure "GCC ToolChains & Utilities" is selected and "GCC ARM A-Profile (AArch64 bare-metal) 13.2 rel1"
8888
under that tab is also selected in "Additional Software".
89-
- Install FSP Packs. It was tested with v3.4.0, which was the latest version at the time.
90-
- On Windows, simply download RZA_FSP_Packs_vX.X.X.exe
89+
- Install FSP Packs. Please install FSP v3.4.0 for this project.
90+
It's okay if you have multiple versions installed.
91+
- On Windows, simply download RZA_FSP_Packs_v3.4.0.exe
9192
[from here](https://github.com/renesas/rza-fsp/releases) under "Assets" for the desired release.
9293
Run the installer and follow the prompts.
93-
- On Linux, download RZA_FSP_Packs_vX.X.X.zip
94-
[from here](https://github.com/renesas/rza-fsp/releases) under "Assets" for the desired release.
95-
Locate the e2 studio install location. If it is `~/.local/share/renesas/e2_studio`
96-
and the ZIP download is `~/Downloads/RZA_FSP_Packs_v3.4.0.zip`, unzip the file
94+
- On Linux, download RZA_FSP_Packs_v3.4.0.zip
95+
[from here](https://github.com/renesas/rza-fsp/releases/tag/v3.4.0) under "Assets" for the desired release.
96+
Locate the e2 studio install location. If it is `~/.local/share/renesas/e2_studio`, unzip the file
9797
with the following commands:
9898
```shell
9999
cd ~/.local/share/renesas/e2_studio

0 commit comments

Comments
 (0)