Skip to content

Commit d8a708e

Browse files
committed
Correct DE10 boardname in fw id
1 parent 8b41b7d commit d8a708e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HW/QuartusProjects/DE10_Nano_SoC_FB_DB25/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ make clean
8989
# Generate the MIF file containing the FirmwareID protobuf message
9090
# This only needs to be done once per board
9191
#python ../../firmware-tag/genfwid.py ${BOARDNAME} > firmware_id.mif
92-
python ../../firmware-tag/genfwid.py DE0_Nano_SoC_DB25 > firmware_id.mif
92+
python ../../firmware-tag/genfwid.py DE10_Nano_SoC_FB_DB25 > firmware_id.mif
9393

9494
# Build each configuration, one at a time
9595
for CONFIG in ${CONFIG_NAMES} ; do

HW/firmware-tag/DE10_Nano_SoC_FB_DB25.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def gen_fwid(*args,**kwargs):
1010

1111
fw.fpga_part_number = "altera socfpga"
1212
fw.num_leds = 4
13-
fw.board_name = "Terasic DE0-Nano"
13+
fw.board_name = "Terasic DE10-Nano"
1414

1515
c = fw.connector.add()
1616
c.name = "GPIO0.P2"

0 commit comments

Comments
 (0)