docs: pip to pip3 no cache, add some hardware details (#60)

This commit is contained in:
mcudev 2017-10-19 09:20:24 -04:00 committed by Pavol Rusnak
parent 749b80ba03
commit 7910c88f28
2 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ cd trezor-core
#### Debian/Ubuntu
```sh
sudo -H pip install pyblake2
sudo pip3 install --no-cache-dir pyblake2
sudo dpkg --add-architecture i386
sudo apt-get update
@ -37,7 +37,7 @@ make build_unix
#### Fedora
```sh
sudo pip install pyblake2
sudo pip3 install --no-cache-dir pyblake2
sudo yum install scons SDL2-devel.i686 SDL2_image-devel.i686
@ -47,7 +47,7 @@ make build_unix
#### openSUSE
```sh
sudo pip install pyblake2
sudo pip3 install --no-cache-dir pyblake2
sudo zypper install scons libSDL2-devel-32bit libSDL2_image-devel-32bit
@ -57,7 +57,7 @@ make build_unix
#### Arch
```sh
sudo pip install pyblake2
sudo pip3 install --no-cache-dir pyblake2
sudo pacman -S gcc-multilib scons lib32-sdl2 lib32-sdl2_image
@ -67,7 +67,7 @@ make build_unix
### OS X
```sh
pip install pyblake2
pip3 install --no-cache-dir pyblake2
brew install scons sdl2 sdl2_image
@ -88,7 +88,7 @@ or `make flash STLINK_VER=v2-1` if using a ST-LINK/V2.1 interface.
#### Debian/Ubuntu
```sh
sudo pip install pyblake2
sudo pip3 install --no-cache-dir pyblake2
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi

View File

@ -31,7 +31,7 @@ TODO
* Resolution: 240px x 240px -OR- 240px x 320px
* Driver IC: ST7789V or ILI9341V (on-chip display data RAM of 240x320x18 bits)
* 18-bit (262,144) RGB color graphic type TFT-LCD
* Bus/Interface: 8-bit parallel
* Bus/Interface: 8080-I 8-bit parallel with 16-bit/pixel (RGB 5-6-5)
##### Pinout
@ -56,7 +56,7 @@ TODO
#### Capacitive Touch Panel / Sensor
* Bus/Interface: I2C
* Driver IC: FT6206
* Driver IC: FT6236 or FT6206
* single touch
##### Pinout
@ -107,7 +107,7 @@ Minimum MCU requirements:
* 2048 KB Flash memory
* 192 KB SRAM
* 64 KB CCMRAM
* FSMC controller
* FMC controller
* TRNG
#### Clock Tree