I'm having trouble transferring scripts to my Canvas enabled device, what should I do?

To reliably transfer files, your python app cannot be in a loop or printing any messages. Follow the steps provided below to ensure reliable file transfers.

  1. Open the UART and issue Ctrl+C.
  2. You should now have a REPL prompt.
  3. Open the UART with Xbit VS Code.
  4. Rename main.py to something else and reboot.
  5. Now you can transfer files.
  6. Important Note: To have a reliable file transfer experience, reduce the print messages in your python app, the file transfer is over this UART so cross talk must be eliminated.

Categories

Products