Skip to content

Commit d778b6e

Browse files
committed
docs: update axi reg to be inline with diagrams
1 parent 4085e7a commit d778b6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/axi_recovery_flow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ During the boot procedure the ROM will have to follow the following procedure:
2828
6. Push the recovery image to the recovery interface FIFOs:
2929

3030
a. Read the `INDIRECT_FIFO_STATUS` register to determine remaining space in the indirect FIFO
31-
b. If the indirect FIFO is not full, write a chunk of data to the `INDIRECT_FIFO_DATA` register
31+
32+
b. If the indirect FIFO is not full, write a chunk of data to the `TX_DATA_PORT` register
33+
3234
c. The above steps should be repeated until the whole recovery image is written to the FIFO
3335

3436
7. Activate the new image by writing to the `RECOVERY_CTRL` register

0 commit comments

Comments
 (0)