Commit graph

20 commits

Author SHA1 Message Date
henryk@ploetzli.ch
a5b1ba2023 New flash tool, needs to be ported to Windows.
+ [f]ast is gone, current mode will be autodetected
+ uses hands-free firmware update if supported by the bootrom (to be committed)
+ uses new bootrom safety features against accidental misflashes (to be committed)
+ supports S19 files with base address 0x0 or base address 0x100000
+ supports old bootroms which expect 0x0 and new bootroms which expect 0x100000 (to be committed)
+ new argument style: first argument is comma-separated (no spaces!) list of partition names, remaining arguments are file names
  os and fpga may be abbreviated, bootrom must be given in full
  Examples:   ./flasher os ../armsrc/obj/osimage.s19
              ./flasher bootrom,o,f ../bootrom/obj/bootrom.s19 ../armsrc/obj/osimage.s19 ../armsrc/obj/fpgaimage.s19
2009-09-01 14:35:13 +00:00
henryk@ploetzli.ch
0c13c669cf Fix argument check for the case of both and not fast 2009-09-01 04:59:52 +00:00
henryk@ploetzli.ch
47c872f48f termcap is deprecated and doesn't seem to be needed anyway 2009-08-28 00:35:27 +00:00
skamkar
48e6e0a65a compile in OS X 2009-08-04 18:21:55 +00:00
adam@algroup.co.uk
431ae7e0eb fast flash mode (button already held down) and both (os & fpga) flashing mode 2009-07-24 02:30:08 +00:00
adam@algroup.co.uk
ff8216cbb6 fix grid so it stays still and only in plotted area 2009-07-21 16:27:23 +00:00
adam@algroup.co.uk
f4434ad226 make grid function linux friendly 2009-07-21 16:10:58 +00:00
adam@algroup.co.uk
3f9515e2c9 get rid of annoying "declared ‘static’ but never defined" warning 2009-07-12 09:40:53 +00:00
adam@algroup.co.uk
67b9b62a7e minor display style change 2009-07-10 11:14:48 +00:00
adam@algroup.co.uk
af2d53cb87 show samples values at cursor A & B in plots 2009-07-08 09:58:20 +00:00
adam@algroup.co.uk
0bf5872f33 initialise cursor positions so 'dt' will show correct value. show cursor a & b positions. 2009-07-08 00:17:06 +00:00
skamkar
93f36463fb fix a compilation issue on linux (include termcap lib) 2009-07-03 10:13:20 +00:00
adam@algroup.co.uk
3f030abe3f updated help 2009-07-02 15:12:49 +00:00
adam@algroup.co.uk
0673512814 enable flashing from linux 2009-06-28 22:13:04 +00:00
edouard@lafargue.name
db917a164f Add the new Linux "cli" command line client, thanks for the contribution! 2009-06-26 10:20:55 +00:00
adam@algroup.co.uk
7fdbe272cf Detach kernel driver 2009-06-25 13:30:57 +00:00
yobibe
5aad6db03c Fix segfault: v.printf() cannot be called twice on the same arg list
See man.
By chance it worked on 32-bit platforms but on a 64-bit it crashed.
2009-06-05 09:24:51 +00:00
edouard@lafargue.name
d722c4ce78 - Restored the 'reset' command
- Linux client: detects offline mode and blocks commands which need a connected Proxmark3 (still do to on Windows)
2009-04-27 19:56:43 +00:00
edouard@lafargue.name
a60612db65 Added indala demodulation command (indalademod) as well as offline
mode for the Linux client: if no proxmark is detected, the Linux client
will go on. Of course, do not issue Proxmark3 commands in this mode, the
client does not discriminate at this point...
2009-04-09 09:37:34 +00:00
edouard@lafargue.name
6658905f18 Initial commit for the firmware. Used the 20090306_ela version as baseline.
It is identical to the popular 20081211, with the doob addition (20090301), a
linux client, and two additional commands for LF analysis. Let me know if
you find issues here!
2009-04-09 06:43:20 +00:00