diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-30 19:07:04 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-30 19:07:04 +0200 |
commit | 48029c2bf3e274fee10010c1cae38b4564f12764 (patch) | |
tree | e6afe659e7eddfa1343631a170d2eff3dc7fb308 /firmware | |
parent | a3de0a4ac29118c3ada946a0c8f7f602c9066ec1 (diff) |
add simtrace README file
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/README.simtrace | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/README.simtrace b/firmware/README.simtrace new file mode 100644 index 0000000..e229e53 --- /dev/null +++ b/firmware/README.simtrace @@ -0,0 +1,9 @@ + +You will probably need the followign commants: + +make -f Makefile.dfu BOARD=SIMTRACE +make BOARD=SIMTRACE DEBUG=1 TARGET=main_simtrace + +as well as possibly + +cat dfu.bin main_simtrace.bin > main_simtrace.samba |