Skip to main content

Getting image resources into the watch

Many images and icons are placed in external flash and not part of the ZSWatch firmware. There are three ways to do it upload them. Choose the one suiting you best.

Press Ctrl + Shift + P and run the following tasks (Choose the option for the ZSWatch version you have):

  • Erase external flash vX
  • Upload Raw FS vX
Troubleshooting
tip

If you see No connected debuggers found but nrfjprog --ids and JLink finds the debugger, try this fix:

export LD_LIBRARY_PATH=/opt/nrf-command-line-tools/lib:$LD_LIBRARY_PATH
# or add it to your ~/.bashrc
tip

If you get missing pip packages make sure to run pip install app/scripts/requirements.txt. If you use VSCode Tasks:Run Task it uses the nRF Connect Terminal, so make sure to run the pip install app/scripts/requirements.txt using the nRF Connect Terminal instead.