Inside the makefile from
http://jgarbers.com/robotics/cvexsample.zip there is a recipe for invoking iLoader.exe. It looks like this:
iLoader.exe /D=yourfile /H /T
I don't know what the h and t options do, but the invocation does what you're looking for.
Quote:
|
Originally Posted by tacman1123
On a related topic, is it possible to run the loader from the command line, or to at least pass the hex file name to the prompt?
For example:
iloader.exe -f mycode.hex
In EasyC the recently compiled file is pre-loaded in the box, but it appears that iloader is a separate process, so I suspect there's some way to pass it. I thought maybe modifying the .ini file would work, but I don't see an obvious way from poking around there.
Thx,
Tac
|