Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Add link to docker-based environment instructions #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Developping applications for Ledger Blue requires a specific SDK and two compile
- A standard ARM gcc to build the non-secure (STM32) firmware and link the secure (ST31) applications
- A standard ARM clang above 4.0.0 with [ROPI support](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0491i/CHDCDGGG.html) to build the secure (ST31) applications

## Setting up the environment
## Setting up the environment (Docker)

- Follower the instructions on https://github.com/LedgerHQ/ledger-dev-doc/blob/0/nanos/setup.rst
- You have now been able to deploy, run and remove the Hello World application

## Setting up the environment (from scratch)

- Pick a directory, linking the environment variable BOLOS_ENV to it
- Download a prebuild gcc from https://launchpad.net/gcc-arm-embedded/+milestone/5-2016-q1-update and unpack it into this directory
Expand Down