Apex Dual Orin Power On#
Confirm#
Make sure the input power supply is DC 9-36V.
The purpose of the two power supplies provided by Apex Dual Orin is to allow users to access two independent power supplies in the production environment to improve system robustness.
The system can work when connected to any power source.
Check current module is Master or Slave#
cat /etc/miivii_release
#If the result has "Master", it's Master Orin.
#If the result has "Slave", it's Slave Orin.
Recommended usage#
Turn on the computer and connect the monitor to the HDMI port of the main Orin#
Access Master Orin#
Use it in the same way as ordinary equipment. Can be accessed directly through the graphical interface.
From Orin via command line#
ssh nvidia@10.254.253.101
Access the graphical configuration interface from Orin#
http://10.254.253.101:3000
Reboot#
Since the master and slave Orin are directly connected through PCIE, restarting the master Orin through software commands alone will cause Slave. A software restart is recommended as follows.
#Reboot Master Orin and Slave Orin at the save time.
#Assume you are on Master Orin.
#Reboot Slave Orin first, then Master Orin.
ssh nvidia@10.254.253.101 'sudo reboot' && sudo reboot
Troubleshooting#
If device is not boot as expected, please make sure the switch button status is as expected.
Log In#
MiiVii device use Ubuntu. The default username is: nvidia, password is: nvidia
Shutdown#
Command line#
sudo poweroff
Reboot#
Command line#
sudo restart
Suspend#
Command line#
sudo pm-suspend
Log Out#
GUI#
Commandl ine#
logout