diff options
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 |