Hello,
I'm hoping this is pretty easy. I was trying to solve this a much harder way, but I think this should work much better.
I want to use the FusionFirmwareDownload command line program to download my hex file to the UCD9090. But I can't get the options right (and I don't really know what I'm doing yet!)
This is the latest command I tried:
FusionFirmwareDownload --address 101 --pflash download --pflash-checksum calc --dflash erase -–infile UCD9090.hex --execute-program --rescan
where UCD9090.hex is my hex file (generated by the GUI)
but all I get are error messages... :
No program flash data was found in your input, etc...
So ... I'm assuming that means my hex file is not right. But I can't figure out how to generate the right file. Any ideas? Thanks a lot.
-Matt