Skip to content

Commit bd18a14

Browse files
author
Yvan Tortorella
committed
Fix CHS_XILINX_FLASH_IMG reference in docs.
1 parent 154d60a commit bd18a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tg/xilinx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ Insert your SD card and reset into boot mode 1. You should see a `Hello World!`
135135
Build a GPT disk image for your desired binary as explained above, then flash it to your board's flash. For `helloworld`:
136136

137137
```
138-
make CHS_XILINX_FLASH_BIN=sw/tests/helloworld.gpt.bin chs-xilinx-flash-<myboard>
138+
make CHS_XILINX_FLASH_IMG=sw/tests/helloworld.gpt.bin chs-xilinx-flash-<myboard>
139139
```
140140

141141
Flashing an image should take about 10 minutes. *Note that after flashing, your board's bitstream must be reprogrammed* as it is overridden for this task.
142142

143-
If the image given by `CHS_XILINX_FLASH_BIN` does not exist, `make` will attempt to build it before flashing. If `CHS_XILINX_FLASH_BIN` is not provided, the target assumes the default Linux image for your board.
143+
If the image given by `CHS_XILINX_FLASH_IMG` does not exist, `make` will attempt to build it before flashing. If `CHS_XILINX_FLASH_IMG` is not provided, the target assumes the default Linux image for your board.
144144

145145
After flashing your disk image and reprogramming your bitstream, reset into boot mode 2. For `helloworld`, you should again see a `Hello World!` UART output.
146146

0 commit comments

Comments
 (0)