laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29613 )
Change subject: icE1usb fw: Limit dfuprog to proper USB IDs ...................................................................... icE1usb fw: Limit dfuprog to proper USB IDs Signed-off-by: Sylvain Munaut <[email protected]> Change-Id: Iaf96565b4068c2d6aa46d8bedac1fad618130a26 --- M firmware/ice40-riscv/icE1usb/Makefile 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/firmware/ice40-riscv/icE1usb/Makefile b/firmware/ice40-riscv/icE1usb/Makefile index b05a532..3fde2ca 100644 --- a/firmware/ice40-riscv/icE1usb/Makefile +++ b/firmware/ice40-riscv/icE1usb/Makefile @@ -101,7 +101,7 @@ $(ICEPROG) -o 640k $< dfuprog: $(GITVER).bin - $(DFU_UTIL) -R -a 1 -D $< + $(DFU_UTIL) -R -d 1d50:6145,1d50:6144 -a 1 -D $< clean: -- To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29613 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-e1-hardware Gerrit-Branch: master Gerrit-Change-Id: Iaf96565b4068c2d6aa46d8bedac1fad618130a26 Gerrit-Change-Number: 29613 Gerrit-PatchSet: 2 Gerrit-Owner: tnt <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-MessageType: merged
