Part Number:CC3220SF-LAUNCHXL
Hi guys,
I imported the demo project cc3220sf_out_of_box_tirtos from zip file in uniflash GUI by the window "Project Management",
then I clicked the buttons "Burn", "Create Image" , and "Save HEX". This procedure generated the file "cc3220sf_out_of_box_tirtos_Programming_BY_UNIFLASH.hex".
Then I deleted the project from uniflash GUI and I tried to import the same project cc3220sf_out_of_box_tirtos from zip file, using the following commands:
#!/bin/bash DSLITE=~/ti/uniflash_4.4.0/dslite.sh $DSLITE --mode cc32xx project import --file ~/Scrivania/for_ti_test/cc3220sf_out_of_box_tirtos.zip --overwrite
The following is the output:
Executing the following command: > ./SLImageCreator project import --file /home/lorenzo/Scrivania/for_ti_test/cc3220sf_out_of_box_tirtos.zip --overwrite For more details and examples, please visit processors.wiki.ti.com/.../UniFlash_v4_Quick_Guide Config file (cfg.json) doesn't exist, using defaults
Then I re-opened uinflash GUI, opened the imported project cc3220sf_out_of_box_tirtos by "Project Management" window, and clicked the buttons "Burn", "Create Image" , and "Save HEX". This procedure generated the new file "cc3220sf_out_of_box_tirtos_Programming_BY_CLI.hex" .
Why are the two .hex files "cc3220sf_out_of_box_tirtos_Programming_BY_UNIFLASH.hex" and "cc3220sf_out_of_box_tirtos_Programming_BY_CLI.hex" differents?
I attached all files in the following archive:
(Please visit the site to view this file)
Regards
Lorenzo