精品国产sm最大网站起碰,久久丁香五月丁中文精品,做着做着就软了为什么,国产动漫精品一区二区三区

  • <sup id="j5e0r"></sup>

    1. 歡迎光臨 : 北京品立科技有限責(zé)任公司服務(wù)熱線 :+86-400-127-3302
      語言選擇: 中文版 ∷  英文版

      系統(tǒng)配置

      Install gpiod

      sudo apt update
      sudo apt install gpiod
      Six command-line tools are available:

      * gpiodetect - list all gpiochips present on the system, their names, labels
                     and number of GPIO lines
      
      * gpioinfo   - list all lines of specified gpiochips, their names, consumers,
                     direction, active state and additional flags
      
      * gpioget    - read values of specified GPIO lines
      
      * gpioset    - set values of specified GPIO lines, potentially keep the lines
                     exported and wait until timeout, user input or signal
      
      * gpiofind   - find the gpiochip name and line offset given the line name
      
      * gpiomon    - wait for events on GPIO lines, specify which events to watch,
                     how many events to process before exiting or if the events
                     should be reported to the console

      sudo apt-get update
      sudo apt-get install nvidia-jetpack

      CUDA:

      終端命令行執(zhí)行:nvcc -V,

      如果提示:bash: nvcc: command not found

      則先導(dǎo)入環(huán)境變量:

      $  export  PATH=/usr/local/cuda-11/bin:$PATH

      $  export  LD_LIBRARY_PATH=/usr/local/cuda-11/lib64:$LD_LIBRARY_PATH

      再執(zhí)行nvcc -V即可。


      cudnn:

      終端命令行執(zhí)行:

      $  dpkg  --list  | grep  cudnn


      opencv:

      終端命令行執(zhí)行:

      $  dpkg  --list  | grep  libopencv


      tensorRT:

      終端命令行執(zhí)行:

      $  pip   list   |  grep  tensorrt



      $ sudo apt-get install netplan.io -y

      $ cd /etc/netplan

      $ sudo vim 01-network-manager-all.yaml

      添加以下內(nèi)容,添加完成過后保存并退出:
      network:
          version: 2
          renderer: NetworkManager
          ethernets:
              eth0:  # 有線網(wǎng)卡的名字
                  mtu: 9000 #設(shè)置的mtu值,如果加上此項(xiàng)過后,需重啟系統(tǒng)才會(huì)生效。
                  addresses: [11.22.33.44/24]  # 填I(lǐng)P地址,后面有一個(gè)/24
                  dhcp4: no  # IPv4關(guān)閉自動(dòng)獲取IP
                  dhcp6: no  # IPv6關(guān)閉自動(dòng)獲取IP
                  gateway4: 11.22.33.2  # 設(shè)置網(wǎng)關(guān),注意網(wǎng)關(guān)前3位跟IP地址前3位肯定是一致的。
                  nameservers:
                      addresses: [22.33.44.1,22.33.44.2] # 設(shè)置DNS解析主、備的服務(wù)器IP地址,如果有多個(gè)中間用逗號隔開,但不要有空格


      $ sudo  netplan apply或者直接重啟系統(tǒng)

      echo 255 > /sys/kernel/debug/tegra_fan/target_pwm  (L4T老版本

      或者

      echo 255 >/sys/devices/pwm-fan/target_pwm

      或者

      sudo  systemctl  stop  nvfancontrol.service 

      echo  255 > /sys/devices/platform/pwm-fan/hwmon/hwmon3/pwm1    (Jetpack5.*)

      運(yùn)行如下命令:

      head -n1 /etc/nv_tegra_release

      在/etc/modprobe.d/bcmdhd.conf文件中加入配置內(nèi)容后重啟系統(tǒng)生效:
      options bcmdhd op_mode=2

      聯(lián)系我們

      技術(shù)支持:陳工 +86-17607148846

      技術(shù)支持:耿工 +86-18515155467

      聯(lián)系電話:400-127-3302

      聯(lián)系郵箱:gcs@plink-ai.com

      聯(lián)系地址: 北京市海淀區(qū)上地三街金隅嘉華大廈C1108