Remove obsolete info from docs (#1672)
This commit is contained in:
parent
689da15346
commit
ffa3ff5e7c
14
ReadMe.md
14
ReadMe.md
@ -74,19 +74,7 @@ brew bundle --verbose
|
|||||||
|
|
||||||
## Linux Prerequisites
|
## Linux Prerequisites
|
||||||
|
|
||||||
### gcc-arm-none-eabi
|
The FBT tool handles everything, only `git` is required.
|
||||||
|
|
||||||
```sh
|
|
||||||
toolchain="gcc-arm-none-eabi-10.3-2021.10"
|
|
||||||
toolchain_package="$toolchain-$(uname -m)-linux"
|
|
||||||
|
|
||||||
wget -P /opt "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/$toolchain_package.tar.bz2"
|
|
||||||
|
|
||||||
tar xjf /opt/$toolchain_package.tar.bz2 -C /opt
|
|
||||||
rm /opt/$toolchain_package.tar.bz2
|
|
||||||
|
|
||||||
for file in /opt/$toolchain/bin/* ; do ln -s "${file}" "/usr/bin/$(basename ${file})" ; done
|
|
||||||
```
|
|
||||||
|
|
||||||
### Optional dependencies
|
### Optional dependencies
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ It is invoked by `./fbt` in the firmware project root directory. Internally, it
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Please install Python packages required by assets build scripts: `pip3 install -r scripts/requirements.txt`
|
Please install Python packages required by assets build scripts: `pip3 install -r scripts/requirements.txt`
|
||||||
Make sure that `gcc-arm-none-eabi` toolchain & OpenOCD executables are in system's PATH.
|
|
||||||
|
|
||||||
## NB
|
## NB
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ Also display type, region and etc...
|
|||||||
|
|
||||||
## Core1 and Core2 firmware flashing
|
## Core1 and Core2 firmware flashing
|
||||||
|
|
||||||
Main flashing sequence can be found in root `Makefile`.
|
|
||||||
Core2 goes first, then Core1.
|
Core2 goes first, then Core1.
|
||||||
Never flash FUS or you will loose your job, girlfriend and keys in secure enclave.
|
Never flash FUS or you will loose your job, girlfriend and keys in secure enclave.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user