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/22 00:58:17 UTC

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

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



##########
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:
       is there no arg to specify serial?




-- 
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