You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/09/23 16:06:48 UTC

[GitHub] [tvm] mehrdadh commented on a change in pull request #9068: [microtvm][Zephyr] Add MIMXRT1050 board support

mehrdadh commented on a change in pull request #9068:
URL: https://github.com/apache/tvm/pull/9068#discussion_r714946831



##########
File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py
##########
@@ -180,6 +184,9 @@ def _get_device_args(options):
     if flash_runner == "openocd":
         return _get_openocd_device_args(options)
 
+    if flash_runner == "jlink":
+        return []

Review comment:
       it works without specifying the --serial assuming there's only once device. We should have the serial though, I'll add it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org