Date:2011-05-10 16:53:32 (12 years 10 months ago)
Author:Werner Almesberger
Commit:fd91546c590942729fc6c74260fe9b2c3fff4f60
Message: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.
Files: atusb/fw/Makefile (1 diff)

Change Details

atusb/fw/Makefile
144144          -U flash:r:mcu.bin:r
145145
146146dfu: $(NAME).bin
147        dfu-util -d 20b7:1540 -t 64 -D $(NAME).bin
147        dfu-util -d 20b7:1540 -D $(NAME).bin
148148
149149on:
150150        ssh $(HOST) poke 0x10010318 4

Archive Download the corresponding diff file



interactive