IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Commit Details
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 | ||
---|---|---|
40 | 40 | this operation can fail with a message like "No DFU capable USB device |
41 | 41 | found". Just retry, and it will eventually get through. |
42 | 42 | |
43 | ||
44 | HULUSB notes: | |
45 | ------------- | |
46 | To prepare and flash the firmware on a HULUSB device some additional steps are | |
47 | needed; | |
48 | ||
49 | avr-objcopy -O ihex -R .signature -R .fuse -R .eeprom hulusb.elf hulusb.hex | |
50 | dfu-programmer at90usb1287 flash hulusb.hex | |
51 | dfu-programmer at90usb1287 reset | |
52 | ||
43 | 53 | -------------------------- |
44 | 54 | |
45 | 55 | Making the toolchain: |