From a97e460bea62375c9c870fb3e3650fbff20c5ad1 Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 13 Sep 2006 16:02:52 +0000 Subject: Completely separate DFU from application program, we now have a real bootloader. DFU occupies 0x00100000 - 0x00100fff in flash, application starts at 0x00101000. DFU also occupies the first couple of bytes in SRAM, application starts at 0x00200024. In order to produce a samba-flashable image, first build dfu.bin by typing 'make -f Makefule.dfu', succeeded by 'make TARGET=... DEBUG=... BOARD=...' and then concatenating the two files together, e.g. cat dfu.bin main_reqa.bin > flash.bin. Actual flashing via DFU is still not operational, but will be implemented next git-svn-id: https://svn.openpcd.org:2342/trunk@194 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- firmware/TODO | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'firmware/TODO') diff --git a/firmware/TODO b/firmware/TODO index eea1974..c63fb89 100644 --- a/firmware/TODO +++ b/firmware/TODO @@ -12,16 +12,12 @@ USB: - Add DFU descriptor to host DFU: -- implement DFU protocol for memory and flash +- implement DFU protocol for bootloader flash partition - add capability to copy and execute DFU from RAM +- Get rid of lots of constant values and replace them by proper defines Generic: - -Later, for PICCsim: -- Implement SSC code for sampling subcarrier -- Implement SSC code for generating subcarrier -- Implement Manchester coding - Way Later, for librfid: - Implement parts (or all of) 14443 in firmware as alternative configuration -- cgit v1.2.3