docs: fix table

This commit is contained in:
Pavol Rusnak 2016-10-10 12:32:38 +02:00
parent 9f3cb279b3
commit 3857ff4139
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 3 additions and 4 deletions

View File

@ -7,6 +7,8 @@ This is the core of the upcoming TREZOR v2. It consists of several parts:
* patched version of [MicroPython](https://github.com/micropython/micropython) - in `vendor/micropython`
* application logic - in `src`
##Documentation
* [Documentation](docs/)
##Build instructions for emulator

View File

@ -3,15 +3,12 @@
##Flash
| sector | range | size | function
|----------:|-------------------------|--------:|----------------------
|-----------|-------------------------|--------:|----------------------
| Sector 0 | 0x08000000 - 0x08003FFF | 16 KiB | bootloader 1st stage
|-----------|-------------------------|---------|----------------------
| Sector 1 | 0x08004000 - 0x08007FFF | 16 KiB | storage area
| Sector 2 | 0x08008000 - 0x0800BFFF | 16 KiB | storage area
| Sector 3 | 0x0800C000 - 0x0800FFFF | 16 KiB | storage area
|-----------|-------------------------|---------|----------------------
| Sector 4 | 0x08010000 - 0x0801FFFF | 64 KiB | bootloader 2nd stage
|-----------|-------------------------|---------|----------------------
| Sector 5 | 0x08020000 - 0x0803FFFF | 128 KiB | application code
| Sector 6 | 0x08040000 - 0x0805FFFF | 128 KiB | application code
| Sector 7 | 0x08060000 - 0x0807FFFF | 128 KiB | application code