mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
docs: fix table
This commit is contained in:
parent
9f3cb279b3
commit
3857ff4139
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user