mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:23:43 +02:00
atusb/fw/Makefile (dfu): our functional descriptor is fine, no need for -t
What caused the error that looked like a problem with the functional descriptor was in fact the boot loader resetting between the bus scan and retrieval of the descriptor.
This commit is contained in:
parent
ddd0022350
commit
fd91546c59
@ -144,7 +144,7 @@ prog-read:
|
||||
-U flash:r:mcu.bin:r
|
||||
|
||||
dfu: $(NAME).bin
|
||||
dfu-util -d 20b7:1540 -t 64 -D $(NAME).bin
|
||||
dfu-util -d 20b7:1540 -D $(NAME).bin
|
||||
|
||||
on:
|
||||
ssh $(HOST) poke 0x10010318 4
|
||||
|
Loading…
Reference in New Issue
Block a user