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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to