NVIDIA released JetPack 7.2 this week, adding Multi-Instance GPU (MIG) support to its Jetson line of edge computing modules. The update also integrates the Yocto Project, giving developers a way to build custom Linux distributions for embedded AI workloads. The company says the release is meant to push efficiency further at the edge, where power and space are tight.
What MIG means for edge deployments
Multi-Instance GPU technology lets one GPU be split into multiple isolated accelerators. Until now, MIG was limited to NVIDIA’s data-center cards like the A100. With JetPack 7.2, Jetson AGX Orin and other supported modules can carve the GPU into up to seven instances, each with its own dedicated memory and cache. That matters for edge setups running several AI models at once — a factory vision system, for example, could run object detection and defect inspection on separate GPU slices without one job stealing resources from another.
NVIDIA is positioning the move as a direct response to demand for higher throughput in embedded environments. The Jetson platform already powers autonomous robots, medical devices, and smart cameras. MIG support means a single Jetson can handle more concurrent inference tasks, potentially replacing multiple boards with one.
Yocto integration for custom Linux builds
The other big addition in JetPack 7.2 is official integration with the Yocto Project, an open-source framework for creating tailored Linux images. Before this release, developers who needed a stripped-down OS — say, for a battery-powered drone or a hardened industrial controller — had to cobble together workarounds. Now JetPack ships with a Yocto layer that includes the NVIDIA drivers, the CUDA toolkit, and the TensorRT runtime. Users can pick exactly what goes into the image, shrinking the footprint and cutting boot times.
The move also aligns with the broader trend in embedded systems toward software-defined hardware. Automakers and medical-device makers, in particular, want to lock down their OS builds and control every component. The Yocto integration gives them that control without having to fight NVIDIA’s default Ubuntu-based OS.
Edge AI performance gains
JetPack 7.2’s enhancements aren’t just about partitioning and customization. The release includes updated CUDA, cuDNN, and TensorRT libraries, tuned specifically for the Jetson architecture. Benchmark figures from NVIDIA show a 10–15% inference-speed improvement on common vision models compared to the previous JetPack 7.1, though the company didn’t provide third-party numbers. The real-world impact will depend on how developers use MIG and Yocto together — a fully optimized custom build running parallel inference on GPU slices could see much bigger gains.
For now, JetPack 7.2 is available for all Jetson Orin modules and for the older Xavier NX. Users can download the SDK manager or the standalone BSP files from NVIDIA’s developer site. The next question is whether third-party hardware vendors will adopt MIG in their edge products — and whether the added configuration complexity will slow uptake among small shops.



