-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running IoTEdge modules on arm64 architecture #40
Comments
Hello @Shrunoti To be clear, we still don't officially support ARM64, but it seems to be running. I have a couple of options for you:
One thing I have not been able to try (I don't have an ARM64 platform to experiment with) is running the ARM32 bits on an ARM64 device. This is optionally supported is some systems. Is this enough to start? Need more information? |
Hi, |
The iotedged executable is built via Rust. You can get it on the native platform, or cross-compile using the "cross" tool. Clone this repository recursively. ( You should be able to run edgehub and edgeagent "as is" from the containers, but the target platform there is ARM32 as well, and ARM64 is not supported. |
Hi @darobs , Can we have IoT Edge GA setup with support for ARM32 or ARM64, since we are not able to install the IoT Edge GA itself on ARM64, whereas the preview version is working on the same? |
@krunallokhande Closing this issue as it seems stale. Please feel free to re-open in case. |
Hi,
I am trying to run modules with IoTEdge on a Nvidia Jetson TX2 hardware with arm64 architecture.
With iotedge v1 by selecting image - azureiotedge-agent:1.0.0-preview022-linux-arm32v7
while setting up iotedgectl I was able to work it out.
I want to setup Iotedge GA with the Jetson (arm64 ). Is there any way to do so?
The text was updated successfully, but these errors were encountered: