Jetson TX2 完整刷机教程
开机教程
https://zhuanlan.zhihu.com/p/79018289
软件源为国外服务器,网速会很慢,需要换国内的ARM源,方法参见这篇文章。
备份/etc/apt路径下的source.list文件,然后在终端(按ctrl+alt+T打开)执行以下命令:
1 | vi /etc/apt/sources.list |
将打开的文件的内容全部替换 首先要备份sources.list
1 | deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ xenial-updates main restricted universe multiverse |
1 | sudo apt-get update |
1.安装Nvidia SDK Manager
Nvidia SDK Manager下载
开机教程
2.TX2内核编译
PCIEx4
linux 读取PCIE(https://stackoverflow.com/questions/25979762/how-do-i-read-data-from-bar-0-from-userspace-on-a-pci-e-card-in-linux)
!https://github.com/billfarrow/pcimem
!https://github.com/numato/samplecode/tree/master/FPGA
!https://blog.csdn.net/eagle217/article/details/81736822
可供参考资料
https://blog.csdn.net/abcamus/article/details/77825129
参考文献:嵌入式Linux下PCIE数据采集卡驱动开发
参考文章