mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-21 20:49:42 +02:00
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.
This commit is contained in:
parent
ea23c905d3
commit
805db6ebf5
@ -40,6 +40,16 @@ Requires a very recent toolchain, because ATmega32U2 is relatively new.
|
||||
this operation can fail with a message like "No DFU capable USB device
|
||||
found". Just retry, and it will eventually get through.
|
||||
|
||||
|
||||
HULUSB notes:
|
||||
-------------
|
||||
To prepare and flash the firmware on a HULUSB device some additional steps are
|
||||
needed;
|
||||
|
||||
avr-objcopy -O ihex -R .signature -R .fuse -R .eeprom hulusb.elf hulusb.hex
|
||||
dfu-programmer at90usb1287 flash hulusb.hex
|
||||
dfu-programmer at90usb1287 reset
|
||||
|
||||
--------------------------
|
||||
|
||||
Making the toolchain:
|
||||
|
Loading…
Reference in New Issue
Block a user