We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085e7a commit d778b6eCopy full SHA for d778b6e
doc/source/axi_recovery_flow.md
@@ -28,7 +28,9 @@ During the boot procedure the ROM will have to follow the following procedure:
28
6. Push the recovery image to the recovery interface FIFOs:
29
30
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
+
32
+ b. If the indirect FIFO is not full, write a chunk of data to the `TX_DATA_PORT` register
33
34
c. The above steps should be repeated until the whole recovery image is written to the FIFO
35
36
7. Activate the new image by writing to the `RECOVERY_CTRL` register
0 commit comments