Unable to upload firm ware

Using the jupyter notebook at the connecting to hardware page I am trying to load the firmware to the CW-lite
cw.program_target(scope, cw.programmers.XMEGAProgrammer, “path/to/firmware.hex”)

and getting this error

FileNotFoundError: [Errno 2] No such file or directory: 'path/to/firmware.hex’

what causing this?

Hi,

You need to replace 'path/to/firmware.hex’ with the path to the firmware that you want to upload.

Alex