Page 1 of 1

Help! JTAG/SWD Download FW to CF won't running!

Posted: Mon Dec 02, 2013 3:25 am
by gl516
hi ...guys :)
I try to use the JTAG/SWD download directly "cflie - 2013.4.bin" firmware , but found the CF won't run (led no state)?
But I try to load a" cloader. hex "firmware, success! System can run normally (double led constantly flashing), isn't this Application program FW (cflie - 2013.4. Bin) download firmware must pass cloader's FW guide? Or must specify FLASH space to download directly. The TKS!

Re: Help! JTAG/SWD Download FW to CF won't running!

Posted: Tue Dec 03, 2013 8:22 am
by tobias
When you flash with a JTAG/SWD the FW must be compiled with CLOAD=0 so the addressing will be correct. It will overwrite the bootloader so you will have to flash that back if you want to use that instead.

Code: Select all

make CLOAD=0

Re: Help! JTAG/SWD Download FW to CF won't running!

Posted: Thu Dec 05, 2013 5:02 am
by gl516
tobias wrote:When you flash with a JTAG/SWD the FW must be compiled with CLOAD=0 so the addressing will be correct. It will overwrite the bootloader so you will have to flash that back if you want to use that instead.

Code: Select all

make CLOAD=0
============
tks!!! i will try to do it ..................:)--------------------5 minutes later............ Success! Thank you very much!!!!...
In addition! By the way .............I want to ask a question, how do I modify the source code ? What needs to be in a platform?

Re: Help! JTAG/SWD Download FW to CF won't running!

Posted: Thu Dec 05, 2013 9:07 am
by tobias
To get a quick start I would recommend to test the virtual machine.