Skip to content

Commit e94c35a

Browse files
Merge pull request #1212 from Arnaud-de-Grandmaison-ARM/rme-cca-basics
[LP] rme-cca-basics: editorial fix to clarify the steps.
2 parents e34a5f3 + a9121c1 commit e94c35a

File tree

1 file changed

+17
-15
lines changed
  • content/learning-paths/servers-and-cloud-computing/rme-cca-basics

1 file changed

+17
-15
lines changed

content/learning-paths/servers-and-cloud-computing/rme-cca-basics/rme-cca-fvp.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,25 @@ exit
125125

126126
The binary executables built in the previous step can run on an Armv-A Base Architecture Envelop Model (AEM) FVP with support for RME extensions. AEM FVPs are fixed configuration virtual platforms of Armv8-A and Armv9-A architectures with comprehensive system IP. You can download and run the FVP on either x86_64 or aarch64 host machines.
127127

128-
Dependent on the architecture of your host machine, run the steps below to download and extract this FVP. Create an environment variable `MODEL` and set it to point to the FVP executable.
128+
Depending on the architecture of your host machine, run the steps below to download and extract this FVP, create an environment variable `MODEL` and set it to point to the FVP executable:
129129

130-
### aarch64
131-
```console
132-
cd ~/cca-stack
133-
wget https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_11.23_9_Linux64_armv8l.tgz
134-
tar -xvzf FVP_Base_RevC-2xAEMvA_11.23_9_Linux64_armv8l.tgz
135-
export MODEL=~/cca-stack/Base_RevC_AEMvA_pkg/models/Linux64_armv8l_GCC-9.3/FVP_Base_RevC-2xAEMvA
136-
```
130+
- host machine architecture: aarch64
137131

138-
### x86_64
139-
```console
140-
cd ~/cca-stack
141-
wget https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_11.23_9_Linux64.tgz
142-
tar -xvzf FVP_Base_RevC-2xAEMvA_11.23_9_Linux64.tgz
143-
export MODEL=~/cca-stack/Base_RevC_AEMvA_pkg/models/Linux64_GCC-9.3/FVP_Base_RevC-2xAEMvA
144-
```
132+
```console
133+
cd ~/cca-stack
134+
wget https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_11.23_9_Linux64_armv8l.tgz
135+
tar -xvzf FVP_Base_RevC-2xAEMvA_11.23_9_Linux64_armv8l.tgz
136+
export MODEL=~/cca-stack/Base_RevC_AEMvA_pkg/models/Linux64_armv8l_GCC-9.3/FVP_Base_RevC-2xAEMvA
137+
```
138+
139+
- host machine architecture: x86_64
140+
141+
```console
142+
cd ~/cca-stack
143+
wget https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_11.23_9_Linux64.tgz
144+
tar -xvzf FVP_Base_RevC-2xAEMvA_11.23_9_Linux64.tgz
145+
export MODEL=~/cca-stack/Base_RevC_AEMvA_pkg/models/Linux64_GCC-9.3/FVP_Base_RevC-2xAEMvA
146+
```
145147

146148
Launch the `boot.sh` script to run the binaries on the FVP:
147149

0 commit comments

Comments
 (0)