From 437d6e9bef30d5327d7fe1cc8910d95ee2056cda Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Tue, 15 Nov 2022 12:58:18 -0800 Subject: [PATCH] Update Getting Started Guide Correct scoop package list Correct repository location / name. --- Getting_Started_Guide.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Getting_Started_Guide.md b/Getting_Started_Guide.md index d3401f2b..b3f4438b 100644 --- a/Getting_Started_Guide.md +++ b/Getting_Started_Guide.md @@ -66,7 +66,7 @@ Download and install the latest version of each of the following packages: #### Windows: Installation with Scoop Package Manager With [scoop](https://scoop.sh/) package manager installed, run the following command from your preferred shell. ``` -scoop install python cmake perl +scoop install python cmake perl git wget ``` #### Windows: Installation with Chocolatey Package Manager With [chocolatey](https://chocolatey.org/install) installed, run the following commands from your preferred shell. @@ -132,12 +132,14 @@ sudo ln -s /usr/local/Cellar/coreutils/9.0_1/bin/readlink /usr/local/bin/readlin ## Step 3: Clone the repository and submodules Using your favorite unix-like console application, run the following commands to clone and initialize the git repository and it's submodules: ``` -git clone https://github.com/FreeRTOS/lab-iot-reference-stm32u5.git -git -C lab-iot-reference-stm32u5 submodule update --init +git clone https://github.com/FreeRTOS/iot-reference-stm32u5.git +git -C iot-reference-stm32u5 submodule update --init ``` ## Step 4: Setup your AWS account with awscli +Download awscli for your platfrom from the [official website](https://aws.amazon.com/cli/) or using your preferred package manager. + Follow your organization's policy regarding configuring aws cli with temporary or long term IAM credentials. If not such policy exists, refer to the instructions on the [Set up your AWS account](https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html) for details on your options. Refer to the following guides for configuring awscli depending on how your AWS account is set up: @@ -273,7 +275,7 @@ xattr -c /Applications/STM32CubeIDE.app ## Step 6: Import Projects into STM32CubeIDE 1. Open STM32CubeIDE. -2. When asked to open a workspace directory, select the location in which you cloned this git repository. +2. When asked to open a workspace directory, select the location in which you cloned this git repository in step 3. > Note: If you are not asked to select a workspace when STM32CubeIDE start, you may access this dialog via the ***File -> Switch Workspace -> Other*** menu item. 3. Select ***File -> Import***.