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 d803feb commit 7871bdfCopy full SHA for 7871bdf
doc/source/axi_recovery_flow.md
@@ -35,7 +35,7 @@ During the boot procedure the ROM will have to follow the following procedure:
35
36
c. The above steps should be repeated until the whole recovery image is written to the FIFO
37
38
-7. Activate the new image setting `RECOVERY_CTRL` register by writing to the `REC_INTF_REG_W1C_ACCESS` register
+7. Activate the new image setting `RECOVERY_CTRL` register by writing `0xf00` to the `REC_INTF_REG_W1C_ACCESS` register
39
8. Read the `RECOVERY_STATUS` register to ensure the image has been activated
40
41
The recovery image will be written in chunks with length equal to or less than `Max transfer size` defined in the `INDIRECT_FIFO_STATUS` register.
0 commit comments