Can ubuntu support Neuropilot 8 framework

can ubuntu support Neuropilot 8 framework

Hi WR,

Thanks for reaching out!

Just to clarify, are you asking about the environment for the Host PC or the target device (Genio-Ubuntu)?

Here is a quick breakdown of how it works on both sides:

  • Host PC (Ubuntu x86): This is where our NeuroPilot development tools live. You’ll use this environment mainly to prepare and compile your models.

  • Device (Genio-Ubuntu): This side handles the actual model execution (inference). It basically supports two paths:

    • Online inference: Running models (like .tflite or .onnx) through frameworks like TFLite Interpreter or ONNX Runtime.

    • Offline inference: Executing compiled .dla models directly on the Neuron Runtime using the NPU.

You can find more details at this link: Software Architecture

Let us know which part you’re currently working on, or if you have any specific questions about the inference modes. Happy to help!

Best,
Jun