Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Jan 26, 2022
1 parent 9722cf8 commit e68cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
$(CC) install/mkfs.c -o $(BUILD_DIR)/mkfs
cd install; ./mkfs
@echo "--------------- Create the Bootrom Image --------------"
@echo "[Note] Require vivado_lab in your \$$PATH. Otherwise, you can execute the command in install/arty_board/write_cfgmem.tcl manually in Vivado."
@echo "[Note] Require vivado_lab in your \$$PATH. Otherwise, you can execute the tcl command in install/arty_board/write_cfgmem.tcl manually in Vivado (the input box at the bottom of hardware manager)."
cd install; vivado_lab -nojournal -mode batch -source arty_board/write_cfgmem.tcl; rm *.log *.prm
srec_info install/egos_bootROM.mcs -Intel

Expand Down

0 comments on commit e68cea3

Please sign in to comment.