Visible to Intel only — GUID: mwh1410384257316
Ixiasoft
Visible to Intel only — GUID: mwh1410384257316
Ixiasoft
7.5.6. Using the Device Service
Programming
You can use the device service with Tcl scripting to perform device programming:
set device_index 0 ; #Device index for target set device [lindex [get_service_paths device] $device_index] set sof_path [file join project_path output_files project_name.sof] device_download_sof $device $sof_path
To program, all you need are the device service path and the file system path to a .sof. Ensure that no other service (e.g. host service) is open on the target device or else the command fails. Afterwards, you may do the following to check that the design linked to the device is the same one programmed:
device_get_design $device