Menu

How to run CUDA Samples on Jetson Xavier (Ubuntu 18.04 LTS)

How to run CUDA sample oceanFFT in Jetson Xavier

How to run CUDA sample oceanFFT in Jetson Xavier

If you would like to run CUDA Samples on Jetson Xavier:

  • Open a terminal in the sample you would like to run.  For example, on my machine, open a terminal in Home/NVIDIA_CUDA-10.0_Samples/5_Simulations/oceanFFT
    • Make sure the terminal is in that directory.
  • Run the command:
    • SMS=53 EXTRA_LDFLAGS=–unresolved-symbols=ignore-in-shared-libs TARGET_ARCH=aarch64 make
  • Then, run the command:
    • ./oceanFFT
  • The simulation should pop up and run.  Enjoy!

When typing the command, make sure the capitalization of the text matches what you have in the directory.



Next: Install & Run DeepStream SDK on Jetson Xavier | Run Nsight Graphics on host machine (Ubuntu 18.04 LTS) for Jetson Xavier | Fixing Nsight Eclipse launch error on Ubuntu 18.04 LTS