ZED_Depth_Viewer on Jetson Nano

After following the installation instructions for ZED 3.7 SDK for Jetpack 4.6 (L4T 32.6) on a Jetson Nano with Cuda 10.2 the tool ZED_Depth_Viewer produces the following error after opening the application and then immediately closing:

Stack trace (most recent call last):
#0      Object "/usr/lib/aarch64-linux-gnu/libQt5OpenGL.so.5", at 0x7fa3506ad0, in QGLContext::contextHandle()  const
Segmentation fault (Address not mapped to object [0x8])
Segmentation fault (core dumped)

OpenGL was installed using these instructions.
pyopengl has been installed, along with the other python dependencies, and the default python is 3.6.9

Was something overlooked in the installation causing the Depth Viewer to fail?

I have the same problem. I got the ZED2i just now, running on AGX.

nvidia@nvidia-desktop:/usr/local/zed/tools$ ./ZED_Depth_Viewer
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
Stack trace (most recent call last):
#0 Object “/usr/lib/aarch64-linux-gnu/libQt5OpenGL.so.5”, at 0x7fac144ad0, in QGLContext::contextHandle() const
Segmentation fault (Address not mapped to object [0x8])
Segmentation fault (core dumped)

Same issue here. I am testing on Jetson NX with ZED2 & SDK 3.7.0.

Had to drop down to ZED SDK 3.6.5 and then in the .bashrc had to insert the following line

export OPENBLAS_CORETYPE=ARMV8

This has gotten things to work again and decently, however, still would like to know why this did not work under SDK 3.7.0