You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Qelk123 via Apache TVM Discuss <no...@discuss.tvm.ai> on 2020/11/01 15:47:21 UTC

[Apache TVM Discuss] [Questions] I can't find directory'device' in tvm/micro


Hi Andrew,

Thank you for your reply and I have successfully worked out that problem with a repository of TVM posted in Mar. However when I test the *.bin after I flashed the document to NUCLEO-F746ZG,something goes wrong like this:
![QQ图片20201101232935|690x318](upload://pIQQlVW5IkUkLtitlAaN3QdRndh.png) ![QQ图片20201101232940|690x331](upload://j98CNnzFO9bXz3Cz9dDIm1KCURO.png) 
There are sevral errors,but I think the error which makes the program abort probabily is: monitor thread exiting while process still alive; killing process
Is there something wrong with my settings?How should I solve this problem?I would very appreciate it if you could give me some suggestions.
Mike





---
[Visit Topic](https://discuss.tvm.apache.org/t/i-cant-find-directorydevice-in-tvm-micro/8272/3) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/6602062140ad96759f3e1c1257f085f818b58f91f07329d9531b039f4c3e0066).

[Apache TVM Discuss] [Questions] I can't find directory'device' in tvm/micro

Posted by Andrew Reusch via Apache TVM Discuss <no...@discuss.tvm.ai>.

hey @qelk123, sorry I missed this.  it looks like maybe the script is requiring you to configure the attached board serial number. This is being passed to `hla_serial` given to openocd.

I think the root cause error is this line: `expected exactly one argument to hl_serial <serial-number>`

It's been a while since I've run this demo but you might try examining `env-config.json` in the microtvm-blogpost-eval repo and see if you've specified hla_serial. or, you could edit `microtvm-dev-config/openocd.cfg.template` and remove the `hla_serial` line.

let me know if this solves your problem.

Andrew





---
[Visit Topic](https://discuss.tvm.apache.org/t/i-cant-find-directorydevice-in-tvm-micro/8272/4) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/cdfa3ec7a155404d0dd0e1f415d27220e48f9eb43d9f994e26bc404a2c5a80a4).