Other Parts Discussed in Thread: UNIFLASH
I use the UniFlash command line tool, I generate a separate run package with UniFlash, run the dslite. Bat script file, I can see CMD printed as success, which means success, but the chip doesn't seem to be working: I added -r 0 command to restart the CPU after downloading and verify the firmware:
dslite --mode flash -c user_files/configs/f28027.ccxml -l user_files/settings/generated.ufsettings -g log.txt -e -f -r 0 user_files/images/test1.out
The chip never ran automatically after downloading firmware, and I had to unplug JTAG for it to work automatically.
1. Is there any way to automatically run after loading the new firmware?
2. Does Uniflash support Ubuntu ARM64 platform? Or are stand-alone packages available?