Jetson TK1



一、图形化界面

买来开发板后,进入NVIDIA-INSTALLERS页面,有几十兆的文件

Tegra124_Linux_R21.2.0_armhf.tbz2

21是版本,不同批次不同。

这是板上驱动包,运行./installer.sh后出现图形化界面。


二、Tegra_Linux_Sample-Root-Filesystem_R21.4.0_armhf.tbz2

这个是系统,有600多兆,用micro usb接口与ubuntu主机相连后刷系统用。


   sudo tar xpf Tegra124_Linux_R21.2.0_armhf.tbz2
   cd Linux_for_Tegra/rootfs/
   sudo tar xpf ../../Tegra_Linux_Sample-Root-Filesystem_R21.2.0_armhf.tbz2
   cd ../
   sudo ./apply_binaries.sh

3. Flash the rootfs onto the system's internal eMMC.

   a) Put your system into "reset recovery mode" by holding down the RECOVERY
      button and press RESET button once on the main board.
   b) Ensure your Linux host system is connected to the target device
      through the USB cable for flashing.

      sudo ./flash.sh 'jetson-tk1' mmcblk0p1  #This will take less than 10 minutes.

二、


三、JetPackTK1-1.2-cuda6.5-linux-x64.run 十几兆

安装过程中下载上G的包,包括cuda for ubuntu cuda for jetson opencv也是两套,

一套是host ubuntu用,一套是jetson运行用。

http://docs.nvidia.com/jetpack-tk1/index.html#developertools/mobile/jetpack_install.htm

sudo dpkg -i cuda-repo-l4t-r21.1-6-5-prod_6.5-14_armhf.deb # Download & install the actual CUDA Toolkit including the OpenGL toolkit from NVIDIA. sudo apt-get update sudo apt-get install cuda-toolkit-6-5 -y   # Add yourself to the "video" group to allow access to the GPU sudo usermod -a -G video $USER #Add the 32-bit CUDA paths to your .bashrc login script, and start using it in your current console:   echo "# Add CUDA bin & library paths:">> ~/.bashrc echo "export PATH=/usr/local/cuda-6.5/bin:$PATH">> ~/.bashrc echo "export LD_LIBRARY_PATH=/usr/local/cuda-6.5/lib:$LD_LIBRARY_PATH">> ~/.bashrc source ~/.bashrc   # Build Samples (optional) cd /usr/local/cuda-6.5/bin  ./cuda-install-samples-6.5.sh ~/ # Switch to CUDA directory in ~/ make

四、可能遇到的问题:

    sudo apt-get update后,登陆界面不断提示输入密码,重装驱动即可,或者:

  1. sudo apt-mark hold xserver-xorg-core

或者覆盖破坏的文件:


I saw an xorg update, so I thought I'd check out if this is what has been troubling people. It is!

This packages is at fault for overwriting nVidia's version:
xserver-xorg-core

Before upgrading those two packages (comes with xserver-common), deselect xserver-xorg-core.

For nVidia:

/usr/lib/xorg/modules/extensions/libglx.so

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值