Date:2017-09-13 18:03:02 (6 years 2 months ago)
Author:Stefan Schmidt
Commit:805db6ebf5d80692158acadf88e239da9d3e67af
Message:fw/atusb: add extra steps needed for HULUSB in README

To preapre the firmware image and flash it onto the device some
different steps are needed as the bootloader uses Atmels DFU variant.

Document the use of dfu-programmer to get the firmware onto the device.
Files: atusb/fw/README (1 diff)

Change Details

atusb/fw/README
4040  this operation can fail with a message like "No DFU capable USB device
4141  found". Just retry, and it will eventually get through.
4242
43
44HULUSB notes:
45-------------
46To prepare and flash the firmware on a HULUSB device some additional steps are
47needed;
48
49avr-objcopy -O ihex -R .signature -R .fuse -R .eeprom hulusb.elf hulusb.hex
50dfu-programmer at90usb1287 flash hulusb.hex
51dfu-programmer at90usb1287 reset
52
4353--------------------------
4454
4555Making the toolchain:

Archive Download the corresponding diff file



interactive