Turn on MAXN SUPER mode after SDKmanager Flash

List the command to enter into SUPER mode configuration.

Based on the Module adopted on Jemii-150, please refer to the command to get into SUPER mode configuration.

# Replace the default configuration file with super mode enabled configuration file.
# Orin NX 16GB Module
sudo cp /etc/nvpmodel/nvpmodel_p3767_0000_super.conf /etc/nvpmodel.conf
sudo reboot

# Orin NX 8GB Module
sudo cp /etc/nvpmodel/nvpmodel_p3767_0001_super.conf /etc/nvpmodel.conf
sudo reboot

# Orin Nano 8GB Module
sudo cp /etc/nvpmodel/nvpmodel_p3767_0003_super.conf /etc/nvpmodel.conf
sudo reboot

# Orin Nano 4GB Module
sudo cp /etc/nvpmodel/nvpmodel_p3767_0004_super.conf /etc/nvpmodel.conf
sudo reboot

Last updated