Allxon provides essential remote device management solutions to simplify and optimize edge AI device operations. As an AI/IoT ecosystem enabler, connecting hardware (IHV), software (ISV), and service providers (SI/MSP), Allxon serves as the catalyst for fast, seamless connectivity across all systems.
Allxon - Device management
Allxon Over-the-Air (OTA) deployment works perfectly with Edge Impulse OTA model update on NVIDIA Jetson devices. This tutorial guides you through the steps to deploy a new impulse on multiple devices.
This guide demonstrates how to deploy and manage Edge Impulse models on NVIDIA Jetson devices using Allxon’s Over-the-Air (OTA) deployment capabilities. Allxon provides essential remote device management solutions to streamline and optimize edge AI device operations.
#!/bin/bashdocker run --rm --privileged --runtime nvidia \ -v /dev/bus/usb/001/002:/dev/video0 \ -p 80:80 \ public.ecr.aws/z9b3d4t5/inferencecontainer:73d6ea64bf931f338de5183438915dc390120d5d \ --api-key <replace with your project api key e.g. ei_07XXX > \ --run-http-server 1337 &
Two minor modifications have been made to the standard Docker command from Edge Impulse docker deploy:The -it option has been removed from the Docker command to avoid an error related to the lack of standard input during deployment.
An & has been added to the end of the Docker command to send the process to the background.
By following these steps, you can efficiently deploy and manage Edge Impulse models on NVIDIA Jetson devices using Docker through Allxon. This setup leverages Allxon’s remote management capabilities to streamline the process of updating and maintaining your edge AI devices.We hope this section has helped you understand the process of Lifecycle Management and how to implement it in your own project. If you have any questions, please reach out to us on our forum.