From 5c9ec8eb0f2fd5da4ce1ff91a991b925b21bddc8 Mon Sep 17 00:00:00 2001 From: jboone Date: Sat, 13 Oct 2012 12:35:04 -0700 Subject: [PATCH] Updated LPC43xx USB DFU Notes (markdown) --- LPC43xx-USB-DFU-Notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LPC43xx-USB-DFU-Notes.md b/LPC43xx-USB-DFU-Notes.md index 44178ee..fb3f537 100644 --- a/LPC43xx-USB-DFU-Notes.md +++ b/LPC43xx-USB-DFU-Notes.md @@ -12,6 +12,13 @@ http://dfu-util.gnumonks.org/ You need the latest source from git for some reason. ## Usage Notes + +### Makefile + +The firmware Makefile contains a "%.dfu" and a "program" target. The program target will make the DFU file and then attempt to load the code to a device that's attached via USB and in DFU mode. + +### Manually + DFU boot downloads to RAM then executes. Need a DFU suffix, but also a header > cp blinky.bin blinky.dfu