Add 'make' to the instructions (to make booster.bin).

Also fix a typo in flash addresses.

Signed-off-by: Tim Callahan <tcal@google.com>
This commit is contained in:
Tim Callahan 2020-10-11 23:15:38 -07:00
parent af4d0631ed
commit c22ad07bb4
2 changed files with 2 additions and 1 deletions

View File

@ -109,6 +109,7 @@ need to do this once):
```sh
cd booster
cc -O2 -o make-booster -I ./include make-booster.c
make
```
Then package everything up ready for loading:

View File

@ -8,4 +8,4 @@
| 0x026800 | 157696 | The second image for SB_WARMBOOT |
| 0x040000 | 262144 | The third image for SB_WARMBOOT |
| 0x048000 | 294912 | The third image for SB_WARMBOOT |
| 0x1FFFFF | 20097151 | End of flash |
| 0x1FFFFF | 2097151 | End of flash |