diff options
| author | laforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-02-08 18:20:45 +0000 | 
|---|---|---|
| committer | laforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-02-08 18:20:45 +0000 | 
| commit | 84b01f1aad9d1941e437b6594957219327b59cd6 (patch) | |
| tree | 7f2bdf8d4928293b270cee78b316f013a0944586 | |
| parent | 619b96eb49363eff5971b1052c1747bb20351d14 (diff) | |
update README with correct compile instrucitons, refer to wiki
git-svn-id: https://svn.openpcd.org:2342/trunk@405 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
| -rw-r--r-- | firmware/README | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/firmware/README b/firmware/README index 9f7d93f..b7caba7 100644 --- a/firmware/README +++ b/firmware/README @@ -2,7 +2,12 @@ Different Targets can be built by implementing a _init_func() and _main_func()_  function in src/main_foo.c  The resulting binary main_foo.bin can be built by issuing -	make TARGET=main_foo +	make BOARD=PCD TARGET=main_foo  If you want to add debugging support (debug unit aka DBGU, RS232), add DEBUG=1 + +Building dfu.bin (the DFU loader binary): +	make -f Makefile.dfu BOARD=PCD + +For more information, please read http://wiki.openpcd.org/wiki/Firmware | 
