33
D115W Series User Manual https://www.avermedia.com/professional/
# where <BSP_tarball_filename> is the BSP tarball file name for your target device.
$ cd JetPack_xxx/Linux_for_Tegra
$ ./install.sh
Note: sudo is required to extract the BSP.
3. About how to Flash BSP for Orin NX, please refer to following link for more
instructions.
https://www.avermedia.com/professional/support/faq/how-to-flash-
bsp-for-orin-nano-nx
4.2 Software
This section describes BSP’s features for D115WOXB
1. Support optional M.2 WI-FI/Bluetooth modules (Intel® Wireless-AC 9260), the
manager UI of AC9260 WiFi/Bluetooth is located on the upper-right corner of Ubuntu
desktop. It can be also controlled by nmcli/hcitool in command line.
2. Power Mode
Power mode can be modified by the UI on the upper-right corner of Ubuntu or the
following commands.
# get current power mode
$ sudo nvpmodel -q
# setup power mode
# where <x> is power mode number, please refer to (<= r32.7.x)
https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3261/ind
ex.html#page/Tegra%20Linux%20Driver%20Package%20Devel
opment%20Guide/power_management_jetson_xavier.html# and
(>= r35.1)
https://docs.nvidia.com/jetson/archives/r35.1/DeveloperGu
ide/text/SD/PlatformPowerAndPerformance/JetsonOrinNxS
eriesAndJetsonAgxOrinSeries.html?highlight=nvpmodel#sup
ported-modes-and-power-efficiency for more information
$ sudo nvpmodel -m <x>