Page 3 of 3

Re: The Ultimate Loader

Posted: Mon Nov 19, 2012 1:01 am
by Fred
I've broadened my functional test suite for the app and libs and discovered a few weaknesses that could make it more generally useful if fixed. It's relatively minor to fix them, and recognising them is required for reliable handling of the various different formats anyway, even if I don't support some. I've also uncovered a few new tricks which is at the least interesting, and at best very useful. More to come :-)

Re: The Ultimate Loader

Posted: Tue Nov 20, 2012 9:43 pm
by Fred
A bit less ugly than before:

Code: Select all

fred@cheetah:~/workspaces/eclipse/serial-monitor$ java -jar demoUL.jar 
Welcome to the UltimateLoader experience!
Got 0 arguments with wrong structure! Usage:

About this version: java -jar demoUL.jar about
Check firmware:     java -jar demoUL.jar <firmware.s19>
Load firmware:      java -jar demoUL.jar <firmware.s19> <serial device>
Fast load firmware: java -jar demoUL.jar <firmware.s19> <serial device> noverify
Rip device to file: java -jar demoUL.jar <serial device>
Erase device only:  java -jar demoUL.jar <serial device> erase only

Note: Valid S19 file extensions: {s19, s28, s37, s1, s2, s3, sre, srec, mot, abs}
Note: S19 file arguments may also be supplied gzipped with extra .gz suffix
Note: Serial devices are in the form COM1 on Windows and /dev/ttyUSB0 on Linux

Thank you for supporting FreeEMS!
Planning to totally overhaul the CLI stuff, as it's a bit patchy right now, though that can wait till after more robustness and features are added.

Fred.

Re: The Ultimate Loader

Posted: Thu Nov 22, 2012 9:43 pm
by Fred
FYI, this app, and all others that I make will require a Java6 JRE, or newer. I played around with 1.5 bins tonight, but it would require too much change to not use some J6 features. Thanks to my secret tester for trying it on an old Mac. I can't even get J5 for Debian now anyway... so it's pretty obsolete, especially with J8 on the Horizon.

Re: The Ultimate Loader

Posted: Sat Dec 01, 2012 4:28 pm
by Fred
The UltimateLoader is now tested on OS X! It worked with both cu. and tty. versions too!

Re: The Ultimate Loader

Posted: Sun Dec 16, 2012 7:12 pm
by Fred
Fred wrote:Expect some unique and desirable features to be present in it.
One of these is now present and functioning nicely. :-)

Re: The Ultimate Loader

Posted: Tue Jun 28, 2016 12:28 pm
by Fred
I wish I knew what the last post was about! Anyone who knows is welcome to PM me and explain :-D

Anyway, this is now packaged in a .deb for more convenient use. And I gave it a little tweak, too.

More to come, stay tuned! :-)

Fred.