You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/aws-sam-cli.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ weight: 1
20
20
21
21
The Amazon Web Services (AWS) Serverless Application Model (SAM) CLI is an open-source command-line tool that you can use to build, test, and deploy serverless applications. The SAM CLI provides a Lambda-like execution environment that lets you locally build, test and debug applications defined by AWS SAM templates. It is available for a variety of operating systems and Linux distributions, and supports the Arm architecture.
22
22
23
-
## Before you begin
23
+
## How do I prepare to install the AWS SAM CLI on Ubuntu?
24
24
25
25
Follow the instructions below to install and try the latest version of the AWS SAM CLI for Ubuntu on Arm.
26
26
@@ -48,14 +48,14 @@ To install, run the following command:
48
48
sudo apt install python-is-python3 python3-pip -y
49
49
```
50
50
51
-
## Download and install the AWS SAM CLI
51
+
## How do I download and install the AWS SAM CLI?
52
52
53
53
There are two options to install the SAM CLI, you can select your preferred method:
54
54
55
55
* From a zip file.
56
56
* Using the Python `pip` command.
57
57
58
-
### Download and install from zip file
58
+
### How do I download and install from a zip file?
### How do I install the AWS SAM CLI using Python pip?
69
69
70
70
```
71
71
sudo apt install python3-venv -y
@@ -74,7 +74,7 @@ source .venv/bin/activate
74
74
pip install aws-sam-cli
75
75
```
76
76
77
-
### Confirm that the SAM CLI has been installed
77
+
### How can I confirm that the AWS SAM CLI was installed correctly?
78
78
79
79
```bash
80
80
sam --version
@@ -86,7 +86,7 @@ The version should be printed on screen:
86
86
SAM CLI, version 1.125.0
87
87
```
88
88
89
-
## Example application
89
+
## How do I create an example application with the AWS SAM CLI?
90
90
91
91
You can use the AWS SAM CLI to build and deploy a simple "Hello World" serverless application that includes the line `uname -m` to check the platform it is running on, by following these steps.
92
92
@@ -173,5 +173,5 @@ REPORT RequestId: 513dbd6f-7fc0-4212-ae13-a9a4ce2f21f4 Init Duration: 0.26 ms Du
You are ready to use the AWS SAM CLI to build more complex functions and deploy them into AWS. Make sure to select `arm64` as the architecture for your Lambda functions.
176
+
You are ready to use the AWS SAM CLI to build more complex functions and deploy them into AWS. Make sure to select `arm64` as the architecture for your Lambda functions.
Copy file name to clipboardExpand all lines: content/install-guides/azure-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ weight: 1
20
20
21
21
It is available for a variety of operating systems and Linux distributions and has multiple ways to install it.
22
22
23
-
## Before you begin
23
+
## How do I prepare to install the Azure CLI on Ubuntu?
24
24
25
25
[General installation information](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt) is available which covers all supported Linux distributions. Starting with version 2.46.0, Azure CLI supports Arm64 Linux distributions. The 'apt' package manager contains both x86_64 and Arm64 packages for the following linux distributions
26
26
27
27
```output
28
28
Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04
29
29
```
30
30
31
-
## Install via Azure CLI script
31
+
## How do I install the Azure CLI using the installation script?
32
32
33
33
Confirm you are using an Arm machine by running:
34
34
@@ -69,7 +69,7 @@ You should see an output similar to below
69
69
70
70
If you prefer installing the Azure CLI using Python3, follow the instructions below.
71
71
72
-
## Download and Install using pip
72
+
## How do I download and install the Azure CLI using pip?
73
73
74
74
Another way to install Azure CLI for Ubuntu on Arm is to use Python pip.
Copy file name to clipboardExpand all lines: content/install-guides/azure_login.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install ar
26
26
27
27
In this section you will learn how to authenticate to the Azure environment using the Azure CLI. After log in, the CLI allows you to query and interact with Azure cloud resources.
28
28
29
-
## Before you begin
29
+
## How do I prepare to authenticate using the Azure CLI?
30
30
31
31
Install the Azure CLI on your machine using the [install guide](/install-guides/azure-cli/).
Copy file name to clipboardExpand all lines: content/install-guides/forge.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ Linaro Forge consists of
27
27
*[Linaro MAP](https://www.linaroforge.com/linaro-map/) for performance profiling and optimization advice, and
28
28
*[Linaro Performance Reports](https://www.linaroforge.com/linaro-performance-reports/) for summarizing and characterizing both scalar and MPI application performance.
29
29
30
-
## Supported platforms
30
+
## What platforms are supported by Linaro Forge?
31
31
32
32
Linaro Forge runs on Linux hosts and multiple architectures. See the Linaro Forge [documentation](https://docs.linaroforge.com/latest/html/forge/supported_platforms/reference_table.html) for a full list of supported configurations.
33
33
34
34
This install guide assumes an Arm AArch64 platform running Ubuntu Linux.
35
35
36
-
## Download
36
+
## How do I download Linaro Forge?
37
37
38
38
Download and extract the appropriate installation package from [Linaro Forge Downloads](https://www.linaroforge.com/downloadForge/).
### How do I install Linaro Forge on macOS (remote client only)?
65
65
66
66
Drag and drop the client application bundle icon into the Applications directory.
67
67
68
-
### Install on Windows (remote client only)
68
+
### How do I install Linaro Forge on Windows (remote client only)?
69
69
70
70
Run the Windows file executable to install the Linaro Forge Remote Client.
71
71
72
-
### Graphical installer
72
+
### How do I run the graphical installer for Linaro Forge?
73
73
74
74
Optionally, you can run the installer executable with a graphical interface.
75
75
@@ -78,7 +78,7 @@ cd linaro-forge-24.0.3-linux-aarch64/
78
78
./installer
79
79
```
80
80
81
-
## Setting up the product license
81
+
## How do I set up the product license for Linaro Forge?
82
82
83
83
You must install a license file on a machine running Linaro Forge tools to debug or profile.
84
84
@@ -88,9 +88,9 @@ You do not need to install a license file on a machine running Linaro Forge Remo
88
88
89
89
[Free trial licenses](https://www.linaroforge.com/freeTrial/) are available for you try out Linaro Forge.
90
90
91
-
## Get started
91
+
## How do I get started with Linaro Forge?
92
92
93
-
### Debugging
93
+
### How do I debug using Linaro DDT?
94
94
95
95
When compiling the program that you want to debug, you must add the debug flag to your compile command. For most compilers this is `-g`.
96
96
@@ -124,7 +124,7 @@ ddt --connect -n 128 myapp
124
124
125
125
This mode is called *Reverse Connect*. A window will appear in the GUI when the application runs to notify of the incoming request.
126
126
127
-
### Profiling
127
+
### How do I profile an application with Linaro MAP?
128
128
129
129
In most cases, if your program is already compiled with debugging symbols (`-g`), you do not need to recompile your program to profile it with Linaro Forge. However, in some cases it might need to be relinked (see the [Linking](https://developer.arm.com/documentation/101136/latest/MAP/Get-started-with-MAP/Prepare-a-program-for-profiling)).
130
130
@@ -150,7 +150,7 @@ A *.map file will be created in the current directory with profiling results whe
150
150
map myapp_128p_<timestamp>.map
151
151
```
152
152
153
-
### Performance Reports
153
+
### How do I generate performance reports with Linaro Forge?
154
154
155
155
Linaro Forge's reporting tool Linaro Performance Reports is designed to run on unmodified production executables, so in general no preparation step is necessary. However, there is one important exception: statically linked applications require additional libraries at the linking step (see [user guide](https://developer.arm.com/documentation/101136/latest/Performance-Reports/Run-real-programs)).
Copy file name to clipboardExpand all lines: content/install-guides/fvps-on-macos.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install ar
28
28
---
29
29
This guide is intended to get you up and running with the [Arm Virtual Hardware (AVH) Fixed Virtual Platforms (FVPs)](https://www.arm.com/products/development-tools/simulation/virtual-hardware) on macOS. For a thorough review of all options, refer to the official documentation.
30
30
31
-
## Prerequisites
31
+
## What are the prerequisites for running AVH FVPs on macOS?
32
32
33
33
[Install Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/).
34
34
35
35
If this is for commercial use, you might require a paid subscription.
36
36
37
-
## Clone the repo
37
+
## How do I clone the repository?
38
38
39
39
Open a terminal and set the working directory to the location in which you would like to store the Fast Model. Then run:
Copy file name to clipboardExpand all lines: content/install-guides/llvm-embedded.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The [LLVM Embedded Toolchain for Arm](https://github.com/ARM-software/LLVM-embed
31
31
32
32
[Pre-built binaries](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases) are available for Windows (x86_64), macOS (x86_64 and Apple Silicon), and Linux (x86_64 and AArch64) hosts.
33
33
34
-
## Windows {#windows}
34
+
## How do I install the LLVM Embedded Toolchain for Arm on Windows? {#windows}
35
35
36
36
Copy and paste the URL below into your browser to download the latest release from GitHub:
37
37
@@ -45,7 +45,7 @@ Open Windows `Control Panel` and add the LLVM `bin` directory to the `Path`.
45
45
46
46
Open a `Command Prompt` and [test your installation](#test).
47
47
48
-
## macOS {#macos}
48
+
## How do I install the LLVM Embedded Toolchain for Arm on macOS? {#macos}
49
49
50
50
Copy and paste the URL below into your browser to download the latest release from GitHub:
Copy file name to clipboardExpand all lines: content/install-guides/llvm-woa.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install ar
31
31
32
32
[LLVM version 12 or higher](https://llvm.org/) natively supports Windows on Arm. [View the supported Arm architecture features](https://developer.arm.com/Tools%20and%20Software/LLVM%20Toolchain#Supported-Devices) in the open-sourced LLVM toolchain.
33
33
34
-
## Download and install
34
+
## How do I download and install the LLVM toolchain for Windows on Arm?
35
35
36
36
The latest version (at the time of writing) of the LLVM toolchain with Windows on Arm native support is 18.1.8. [Download the pre-built binary](https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-woa64.exe).
37
37
@@ -53,7 +53,7 @@ The setup will complete successfully. Select `Finish` to close the installer.
0 commit comments