Skip to content

Commit

Permalink
Merge pull request #210 from Foundation-Devices/jeandudey/sft-1648-ad…
Browse files Browse the repository at this point in the history
…d-instructions-to-verify-build

SFT-1648: Fix DEVELOPMENT.md typos
  • Loading branch information
jeandudey committed Mar 23, 2023
2 parents 5a1e40a + d925944 commit fec3e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: GPL-3.0-or-later

# Development

This document describes how to develop for Passport. The instructions below describe how to setup the developent environment and build Passport on a system running **Ubuntu 20.04**. This OS is used for official Passport builds, as well as in the Dockerfile descibed below which creates reproducible builds.
This document describes how to develop for Passport. The instructions below describe how to set up the development environment and build Passport on a system running **Ubuntu 20.04**. This OS is used for official Passport builds, as well as in the Dockerfile described below which creates reproducible builds.

## Setup
In order to build the Passport firmware, you need to:
Expand All @@ -29,7 +29,7 @@ to install to a different folder, and just update command paths appropriately.
Several tools are required for building Passport.

#### Cross-Compiler Toolchain
The cross compiler enables your PC to build code for the STM32H753 MCU used by Passport. Use the following commands to install and build the cross compiler and MicroPython tools.
The cross-compiler enables your PC to build code for the STM32H753 MCU used by Passport. Use the following commands to install and build the cross-compiler and MicroPython tools.

sudo apt install gcc-arm-none-eabi
cd ~/passport2
Expand All @@ -53,7 +53,7 @@ OpenOCD is used to connect to the STLink V2 debug probe. Note that this is only


## Building Passport Firmware
Passport comes with a a set of `Justfile` command scripts. Using these commands requires that you first install the `just` command runner by following the instructions here:
Passport comes with a set of `Justfile` command scripts. Using these commands requires that you first install the `just` command runner by following the instructions here:

https://github.com/casey/just#installation

Expand Down

0 comments on commit fec3e88

Please sign in to comment.