1. 如果sudo apt-get update太慢,可以使用下面文章的方法。前提是用root用户在终端中登录。 sudo passwd root su root sudo gedit /etc/apt/source.list https://blog.csdn.net/u013617229/art ...
分类:
其他好文 时间:
2020-01-21 00:30:12
阅读次数:
86
买了一个金属盒子,有个power按键,还有个Reset按键,居然不知道接法。问了商家,他们也不知道,网上也没有教程,最后还是自己找到针脚图 看到没,下图最上面的那个跳线短接,就是上图中 Pin 7 和 8. 这样知道了吧,最下面就是电源,倒数第二个就是Reset按键。 如果要使用DC供电,那么就短接 ...
分类:
其他好文 时间:
2020-01-20 22:53:21
阅读次数:
128
参考:https://makerpro.cc/2019/06/how-to-make-jetson-nano-perform-cuda-in-opencv4-1-0-smoothly/ ...
分类:
其他好文 时间:
2020-01-07 16:35:56
阅读次数:
97
[准备 Jetson Nano 系统环境] sudo groupadd --system ggc_group sudo useradd --system ggc_user sudo apt install openjdk-8-jdk mkdir greengrass-dependency-check ...
分类:
其他好文 时间:
2020-01-04 16:10:32
阅读次数:
214
一、什么是凸函数 对于一元函数f(xf(x),如果对于任意t?[0,1]t?[0,1]均满足:f(tx1+(1?t)x2)≤tf(x1)+(1?t)f(x2)f(tx1+(1?t)x2)≤tf(x1)+(1?t)f(x2),则称f(x)f(x)为凸函数(convex function) 如果对于任意 ...
分类:
其他好文 时间:
2019-12-31 14:14:28
阅读次数:
181
https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md Provided with the repo is a library of TensorRT-accelerated deep lear ...
分类:
其他好文 时间:
2019-12-30 23:03:45
阅读次数:
119
准备工作:写入系统镜像 准备microSD卡(32G以上), 官网下载系统镜像(Ubuntu 18.04LTS); https://developer.nvidia.com/embedded/dlc/jetson-nano-dev-kit-sd-card-image (2)下载镜像制作工具Etche ...
分类:
其他好文 时间:
2019-12-28 22:53:50
阅读次数:
686
1、安装Xrdp Windows远程桌面使用的是RDP协议,所以ubuntu上就要先安装Xrdp,在ubuntu软件中心搜索xrdp安装。 安装xrdp的同时会自动安装vnc4server,xbase-clients组件 或者终端命令行输入安装: sudo apt-get install xrdp ...
分类:
其他好文 时间:
2019-12-28 10:11:37
阅读次数:
1039
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic main multiverse restricted universe deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ ...
分类:
其他好文 时间:
2019-12-28 10:07:49
阅读次数:
400
解決nvidia Jetson無法遠端VNC問題,當你要開啟桌面分享的功能時,都會跳出錯誤訊息,導致無法使用遠端桌面分享的功能 研究了幾天之後,解決方案如下: 開啟終端機指令視窗,分次執行以下程式, 一、安裝VINO:VNC Server sudo apt updatesudo apt instal ...
分类:
其他好文 时间:
2019-12-25 13:21:18
阅读次数:
326