Jetpack 4.2.1 Remove graphical desktop and

As for the project request , customer would like to minimize OS wo want to remove

  1. graphical desktop
  2. Developer Tools
  3. Sample codes and Documentation
    from Jetpack 4.2.1.

anyone can help to check do we need to concern about the side-effect on item 1 ?

There may be cases where you need at least a virtual X server. A large part of the CUDA code runs through the GPU driver which is itself loaded into the X server. The X server is not what many people think it is…X is not a graphical desktop. X is a protocol for talking to video hardware. The actual interactive desktop is the window manager (which is run by the X server…but does not have to run for a GPU to work with the GPU hardware). I don’t have any specific virtual server suggestions.