sld-columbia / esp

Embedded Scalable Platforms: Heterogeneous SoC architecture and IP integration made easy
Other
326 stars 105 forks source link

Can I use nvdla accelerator in docker? #88

Closed MrHaiCoder closed 3 years ago

davide-giri commented 3 years ago

Hi,

Yes, you can. You can pretty much use ESP in full in a Docker container.

The instructions for using the ESP Docker are in the Docker section of the ESP Setup Guide. The idea for using

The instructions for using NVDLA with ESP are in the How to: integrate a third-party accelerator (e.g. NVDLA).

Let us know if you have any questions!

MrHaiCoder commented 3 years ago

I am using centos7 full image to run make ESP xconfig according to how to: integrate a third party accelerator (e.g. nvdla), but an error is reported. Do I need to install vivado in docker?

image

davide-giri commented 3 years ago

Did you follow the instructions for using CAD tools (here) and setting environment variables (here) inside the Docker? That's in the setup guide I mentioned in the previous message. Let me know if you still have issues or questions after reading those sections of the guide.

MrHaiCoder commented 3 years ago

您是否遵循了在Docker内部使用CAD工具(此处)和设置环境变量(此处)的说明?这就是我在上一条消息中提到的设置指南中。阅读指南中的这些部分后,如果您仍有问题或疑问,请告诉我。

thank you

davide-giri commented 3 years ago

@MrHaiCoder did you manage to use the Docker? Do you need additional assistance or should we close this issue?

Thank you