Attention is currently required from: laforge. tnt has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29941 )
Change subject: fw/e1-tracer: restrict dfu programming to e1-tracer devices ......................................................................
Patch Set 2:
(1 comment)
File firmware/ice40-riscv/e1-tracer/Makefile:
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29941/comment/1ea53bd0_615ac... PS2, Line 87: $(DFU_UTIL) -R -d 1d50:6150,1d50:6151 -a 1 -D $< dfu util doc says :
--device [Run-Time VENDOR]:[Run-Time PRODUCT][,[DFU Mode VENDOR]:[DFU Mode PRODUCT]]
and https://github.com/openmoko/openmoko-usb-oui/blob/master/usb_product_ids.psv has :
0x1d50 | 0x6150 | [https://osmocom.org/projects/e1-t1-adapter/wiki/E1_tracer Osmocom E1 tracer (DFU)] 0x1d50 | 0x6151 | [https://osmocom.org/projects/e1-t1-adapter/wiki/E1_tracer Osmocom E1 tracer]
So it should be `-d 1d50:6151,1d50:6150` I think.