# Flash from the command line

Enter the following command to flash the application onto the EVK:

<button aria-controls="panel-0-0-0" aria-selected="true" class="sphinx-tabs-tab" id="tab-0-0-0" name="0-0" role="tab" tabindex="0">Windows</button><button aria-controls="panel-0-0-1" aria-selected="false" class="sphinx-tabs-tab" id="tab-0-0-1" name="0-1" role="tab" tabindex="-1">Linux</button>

make flash COMX=<EVK_COM_PORT>
    Copy to clipboard

make flash COMX=/dev/ttyACM*
    Copy to clipboard

Successful flash log:

[15:15:06.137] - Load 9976/9976 {"progress":100}
    [15:15:06.137] - Write check
    [15:15:06.374] - Flash load time cost(ms): 1732.995849609375
    [15:15:06.374] - Finished
    [15:15:06.377] - Sha caled by host: d20d042102574fd32c09fd8b8086018fcab5dd281e8b4cbe204cb0a7ba0f2ab7
    [15:15:06.377] - xip mode Verify
    [15:15:06.750] - Read Sha256/446464
    [15:15:06.751] - Flash xip readsha time cost(ms): 373.435546875
    [15:15:06.751] - Finished
    [15:15:06.753] - Sha caled by dev: d20d042102574fd32c09fd8b8086018fcab5dd281e8b4cbe204cb0a7ba0f2ab7
    [15:15:06.753] - Verify success
    [15:15:06.756] - Program Finished
    [15:15:06.756] - All time cost(ms): 15420.526123046875
    [15:15:06.866] - close interface
    [15:15:06.868] - [All Success]
    Copy to clipboard

Last Published: May 06, 2026

Previous Topic
 
Configure automatic flash mode Next Topic

Flash with Visual Studio Code QCC IDE