Running 32 bit Ubuntu on Jetson Xavier NX

Hi @egorevoy, Jetson is aarch64 architecture, so an i386 (x86) image won’t work. Further, you would want to use the L4T kernel to get Jetson hw support. Please use this image for NX:

https://developer.nvidia.com/jetson-nx-developer-kit-sd-card-image

If you are referring to libraries from Raspberry Pi that are 32-bit, those wouldn’t work with the camera on Jetson anyways, because the MIPI CSI camera drivers are different.

For Raspberry Pi HQ camera driver (IMX477) for Jetson Xavier NX, please see here:

1 Like