Skip to content

DEBUG mode

Raffaello Bonghi edited this page Mar 30, 2018 · 1 revision

If you want run the DEBUG mode you can only create a new file called "DEBUG" inside the folder of the project

nvidia@tegra-ubuntu:~$ cd jetson_easy
nvidia@tegra-ubuntu:~/jetson_easy$ touch DEBUG

The system run in debug MODE and you can use this toolkit on your PC.

If you want emulate an NVIDIA Jetson you can edit the file DEBUG and add environment variables, look like this example:

JESTON_BOARD="TX2"
JETSON_DESCRIPTION="DEBUG test $JESTON_BOARD"
JETSON_L4T="28.1"
JETSON_JETPACK="XX.X"
JETSON_CUDA="7.0.1"