Crossload return -solution not specified problem.
Our production department do not have access to the Crossworks solution file, so I am trying to download a binary file to a specific address in an ARM processor.
In the help file it says that you can do that without specifying the solution file.
My setup is as follows.
USB JTAG CrossConnectPro, I want Adaptive Clocking set to YES, JTAG Clock Divider set to 1, the binary file is called fugue.img and the load address is 0x0020000
My command line looks like this:
crossload -target usb -setprop "Adaptive Clocking"="Yes" -setprop "JTAG Clock Divider"="1" -loadaddress 0x00200000 fugue.img
I am getting an error “no solution specified (use –solution)
Any help gladly received
-
CrossLoad for ARM requires a solution when downloading over JTAG/SWD in order to get all the target settings (how to connect to the target, which FLASH loader to use, etc).
The solution doesn't need to be the one that generated the file being downloaded, it could be one of the example projects we ship, as long as it targets the device you are using that should be fine.
Alternatively you could create an "Externally Built Executable" project and use that.
Please sign in to leave a comment.
Comments
1 comment