本文把自己在学习或开发Jetson TK1过程中遇到的一些细节性的问题罗列出来,并提供解决方案。

首先就是wiki上提供的一些注意事项,网址:http://elinux.org/Jetson_TK1

1、An important step before connecting the Jetson to Internet

It is really important to tell "apt" not to overwrite the file "libglx.so" if you upgrade the system. "libglx.so" is a specific file in NVIDIA's graphics driver that might get replaced by an incorrect version from Ubuntu that stops you from being able to boot into the graphical environment! So please execute this command on your Jetson before you connect it to Internet or perform an update:

sudo apt-mark hold xserver-xorg-core

Now you can allow Ubuntu to update itself automatically or you can run "sudo apt-get upgrade" without problems.

2、Add the Universe package repositories, since you will often need packages from Universe for code development

sudo apt-add-repository universe
sudo apt-get update

3、If you will use the shell command-line a lot

Install "bash-completion" (it allows you to hit the "Tab" key to auto-complete your shell commands) and "command-not-found" (it shows which package you probably need to install if you run an unavailable command). These 2 tools are extremely useful when using the commandline, but were not installed by default in Ubuntu 14.04. Simply run this:

sudo apt-get install bash-completion command-not-found
exit

4、change the shell prompt

You probably should also change the shell prompt (by adjusting "PS1" in the ".bashrc" file in your home directory) to be more useful, such as getting the shell prompt to have a different color than regular commands, and make it obvious if a command returned with an error. There are thousands of custom .bashrc configurations on the web, including Shervin's that provides a different colored shell prompt depending on whether a command was succesful or returned an error.

5、If you will use the graphical environment (Unity) a lot

turn off the desktop shopping suggestions that are enabled by default in Ubuntu 14.04 (despite the spyware concerns discussed by huge numbers of people) by running this:

gsettings set com.canonical.Unity.Lenses disabled-scopes "['more_suggestions-amazon.scope', \'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', \'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']"

6、If you need more disk space on the eMMC

The eMMC on the Jetson has a capacity of 16GB, however some instructions or boards default to only using 8GB of the drive (or 12GB, see discussion). If you require more disk space in your rootfs such as for installing toolkits or compiling large projects, you can flash the Jetson (from a Linux desktop) to have a larger filesystem (note that this will erase all data on the Jetson TK1, and it takes roughly 1 hour to flash the whole eMMC!):

sudo ./flash.sh -S 14580MiB jetson-tk1 mmcblk0p1

结果截图如下:(注意:慎重使用此命令。因为会清空你的所有数据)

The maximum value of the flash.sh -S flag that works successfully is 14580MiB. Greater values (like 16GiB) are beyond the capacity of the eMMC when the other system-required partitions are included.

7、Shutting down Jetson TK1 safely

Just like any Linux computer, the recommended way to shut-down or turn off Jetson TK1 is to click Shutdown in the GUI or run this in a terminal, to ensure the filesystem will not be corrupt:

sudo shutdown -h now

相信仍然有很多细节性的问题亟待发现并解决,待续。。。。

NVIDIA Jetson TK1学习与开发(四):一些细节问题相关推荐

  1. NVIDIA Jetson TK1学习与开发(十一):TK1新装ubuntu如何修改用户密码和root密码

    NVIDIA Jetson TK1学习与开发(十一):TK1新装ubuntu如何修改用户密码和root密码 1.修改用户密码 进入系统打开一个新终端 $passwd ubuntu $输入默认密码ubu ...

  2. NVIDIA Jetson TK1学习与开发(八):图文详解OpenGL在Jetson TK1上的安装和使用

    图文详解OpenGL在Jetson TK1上的安装和使用 1.入门介绍与资源推介 OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言.跨平台的编程接口规格的专业的图 ...

  3. NVIDIA Jetson TK1学习与开发——JETPACK自动刷机

    前文记述了如何使用下载好的deb包在Jetson tk1上安装CUDA和OpenCV的方法.但是目前NVIDIA官网已经不提供单独的CUDA和OpenCV4Tegra的下载包,所有的下载.安装工作都集 ...

  4. NVIDIA Jetson TK1学习与开发(七):图文详解OpenCV在Jetson TK1上的安装和使用

    图文详解OpenCV在Jetson TK1上的安装和使用 本文介绍如何在Jetson TK1上安装并且使用OpenCV,并给出了示例,供大家参考学习. 1.Jetson TK1平台的OpenCV优化包 ...

  5. NVIDIA Jetson TK1学习与开发:如何解决输入和输出音频问题

    若Jetson TK1的音频不能用,可以在终端输入以下命令,再次测试,就可以使用了.(注意:在Jetson TK1硬件上音频处,上面的是话筒,下面的是听筒). amixer cset name=&qu ...

  6. NVIDIA Jetson TK1开发板

    板载资源 新板配置 通过vncserver远程登陆 通过samba进行文件传输 软件更新 或者 刷机 官方资源 板载资源 Component Tech Specs Tegra K1 SOC Keple ...

  7. ROS:Nvidia Jetson TK1开发平台

    原文链接: http://wiki.ros.org/NvidiaJetsonTK1 1. Nvidia Jetson TK1 Jetson TK1 comes pre-installed with L ...

  8. NVIDIA Jetson TK1 rosrun rviz segmentation fault的解决方法

    NVIDIA Jetson TK1 rosrun rviz segmentation fault的解决方法 在NVIDIA Jetson TK1开发版上运行rosrun rviz rviz出现segm ...

  9. ROS:Nvidia Jetson TK1平台安装使用ROS

    原文连接: http://wiki.ros.org/indigo/Installation/UbuntuARM Ubuntu ARM install of ROS Indigo There are c ...

  10. Nvidia Jetson TK1 无线网卡(Intel 7260)驱动及配置

    大概一年前入手了Nvidia的Jetson TK1,平常都在实验室里面用有线网络,而最近的项目要做一些室外的无线数据传输应用,所以Wifi连接的功能必不可少.但是Jseton TK1上又没有集成的无线 ...

最新文章

  1. phpstudy2014 php7.0,phpstudy下载_phpStudy下载2014 官方版_php环境集成包 1.0_零度软件园...
  2. #中regex的命名空间_Python空间分析||geopandas安装与基本使用
  3. python基础教程【目录】
  4. /root/.bashrc与/etc/profile的异同
  5. 第二章:Java基本语法
  6. eclipse java的jvm匹配_eclipse设置jvm
  7. SpringAop @Pointcut(“@annotation“)\@Aspect练习
  8. MySQL中MVCC+行级锁的工作机制(源码佐证)
  9. 远程计算机如何访问本地,远程计算机的本地Web服务访问(本地主机与IP地址)...
  10. 机器学习笔记 增强学习与马尔科夫模型(1)
  11. 共合网,风投的概念和阳谋
  12. [转]一个故事讲清楚NIO
  13. mysql 小辉_小辉-MySQL数据库教程 完整高清版40集全!(主流)
  14. 【每日一具18】基于HTTP协议的局域网文件共享软件
  15. MUI全国城市区县级联json转换sql建表
  16. 【软件测试】时制转换时的电话账单
  17. lol8月21号服务器维护,8月21日英雄联盟更新维护到几点 lol8.21更新维护公告
  18. 叶聪:朋友圈背后的计算机视觉技术与应用 1
  19. ros中rviz不显示摄像头视频问题的解决
  20. 如何将控制台程序发布为服务

热门文章

  1. 京东iOS客户端组件管理实践
  2. 数据分析报告的 8 种颜色
  3. 美团机器学习InAction系列—实例详解机器学习如何解决问题
  4. Linux配置定时任务
  5. 数加平台协助汇合营销快速行动,捕获转瞬即逝的商机。
  6. uni-app 背景图片 background-image
  7. Linux每日一讲:awk命令
  8. Kali离线安装Nessus及过程中可能遇到的问题解决方案
  9. E4A双击返回键退出程序源码
  10. 看到强烈的太阳光你会不由自主的打喷嚏吗?