@@ -1106,13 +1106,13 @@ This should output 3 binary files, `wolfboot.bin`, `image_v1_signed.bin` and `fa
11061106
11071107### Hardware Setup LS1028ARDB
11081108
1109- DIP Switch Configuraiton for XSPI_NOR_BOOT:
1109+ DIP Switch Configuration for XSPI_NOR_BOOT:
11101110```
11111111SW2 : 0xF8 = 11111000 SW3 : 0x70 = 01110000 SW5 : 0x20 = 00100000
11121112Where '1' = UP/ON
11131113```
11141114
1115- UART Configuraiton :
1115+ UART Configuration :
11161116```
11171117Baud Rate: 115200
11181118Data Bits: 8
@@ -1155,15 +1155,15 @@ the RCW is `0x0` and the address offset for wolboot is `0x1000`.
11551155
11561156#### Other Tools
11571157
1158- 1 . Make sure the memory addresses are alinged with the ` .config ` file.
1159- 2 . Note the important NOR flash addresses in the defualt config are as follows.
1158+ 1 . Make sure the memory addresses are aligned with the ` .config ` file.
1159+ 2 . Note the important NOR flash addresses in the default config are as follows.
116011603 . RCW location is offset ` 0x0 ` or ` 0x20000000 ` memory mapped.
116111614 . Wolfboot location is offset ` 0x1000 ` or ` 0x20001000 ` where wolfboot starts.
116211625 . Application location is offset ` 0x20000 ` or ` 0x20020000 ` where application code goes.
116311636 . Update location is offset ` 0x40000 ` or ` 0x20040000 ` where the new or updated applciaiton goes.
116411647 . Load Location is ` 0x18020100 ` which is OCRAM or where the applciaiton code is loaded if using RAM loading from
116511658 . DTS Location is
1166- 9 . Update memory locations as neeeded .
1166+ 9 . Update memory locations as needed .
11671167
11681168
11691169## Cortex-A53 / Raspberry PI 3 (experimental)
@@ -1251,7 +1251,7 @@ cp wolfboot_linux_raspi.bin /media/foo/boot/kernel8.img
12511251
12521252* Troubleshooting
12531253
1254- o Turn on UART for debugging to know what boot-process is going on. Chaning DEBUG_UART property in .config to 1.
1254+ o Turn on UART for debugging to know what boot-process is going on. Changing DEBUG_UART property in .config to 1.
12551255```
12561256DEBUG_UART?=1
12571257```
0 commit comments