快捷导航


系统软件版本        5.1.1-2.1.0.40
系统版本:
  1. nvidia@miivii-tegra:~$ uname -a
  2. Linux miivii-tegra 5.10.104-tegra #1 SMP PREEMPT Wed May 22 16:41:45 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
复制代码



问题1:无线鼠标套装的2.4Gusb头,直接插航空接头的USB口1和2都无反应
解决办法:加了一个USB3.0分线器,后,才可以用
原因:为知。

问题2:米文支持的GMSL摄像头,哪个型号最容易买,最便宜?
因为大家肯定踩过坑,所以来取经。

问题3:系统首次开机都插好了网线,但是sudo  apt update有报错
  1. nvidia@miivii-tegra:~$ sudo apt update
  2. [sudo] password for nvidia:
  3. Get:1 file:/var/cuda-repo-l4t-11-4-local  InRelease [1,575 B]
  4. Get:2 file:/var/cudnn-local-tegra-repo-ubuntu2004-8.6.0.166  InRelease [1,575 B]
  5. Get:1 file:/var/cuda-repo-l4t-11-4-local  InRelease [1,575 B]
  6. Get:3 file:/var/nv-tensorrt-local-repo-l4t-8.5.2-cuda-11.4  InRelease [1,575 B]
  7. Get:2 file:/var/cudnn-local-tegra-repo-ubuntu2004-8.6.0.166  InRelease [1,575 B]
  8. Get:3 file:/var/nv-tensorrt-local-repo-l4t-8.5.2-cuda-11.4  InRelease [1,575 B]
  9. Ign:4 https://upgrade.miivii.com/apex-ad10 r35.3.1.ga InRelease
  10. Ign:5 https://upgrade.miivii.com/common r35.3.1.ga InRelease
  11. Ign:6 https://upgrade.miivii.com/t234 r35.3.1.ga InRelease
  12. Err:7 https://upgrade.miivii.com/apex-ad10 r35.3.1.ga Release
  13.   404  Not Found [IP: 122.228.207.54 443]
  14. Err:8 https://upgrade.miivii.com/common r35.3.1.ga Release
  15.   404  Not Found [IP: 122.228.207.54 443]
  16. Err:9 https://upgrade.miivii.com/t234 r35.3.1.ga Release
  17.   404  Not Found [IP: 122.228.207.54 443]
  18. Hit:10 http://ports.ubuntu.com/ubuntu-ports focal InRelease
  19. Hit:11 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
  20. Hit:12 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
  21. Hit:13 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
  22. Reading package lists... Done
  23. E: The repository 'http://upgrade.miivii.com/apex-ad10 r35.3.1.ga Release' does not have a Release file.
  24. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  25. N: See apt-secure(8) manpage for repository creation and user configuration details.
  26. E: The repository 'http://upgrade.miivii.com/common r35.3.1.ga Release' does not have a Release file.
  27. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  28. N: See apt-secure(8) manpage for repository creation and user configuration details.
  29. E: The repository 'http://upgrade.miivii.com/t234 r35.3.1.ga Release' does not have a Release file.
  30. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  31. N: See apt-secure(8) manpage for repository creation and user configuration details.
复制代码


问题4:怎么把系统挪到SSD固态硬盘里面?
我发现了一个github仓库,不知道是否可以使用,我在jetson nano上面测试可以用。
  1. https://github.com/jetsonhacks/rootOnNVMe
复制代码


问题5,如果想直接用nvidia官方的manger sdk烧写系统,是否可以?那米文自己的外设等功能程序、驱动怎么安装?
个人比较喜欢折腾,被人全弄好的感觉,很束缚,想用官方原汁原味的东西。。。

问题6:有没有对jetson使用的操作文档、手册?
米文的https://doc.miivii.com/Apex-AD10-User-Manual-CH/index.html只能说的基本外观接口介绍,完全没有jetson相关的内容。

问题7:文档不详细
比如对USB2个接口的说明,一个是可以烧写镜像的,一个是普通的,可是根本没说左右哪个是哪个!连个数字标号都没有。
同样的事情,整个在线文档里面有好多好多不详细的地方。


除了在线doc,没有其他资料了吗?我一直感觉对接我的销售可能没有资料给我。估计应该有。
举报 使用道具
| 回复

共 1 个关于本帖的回复 最后回复于 2024-12-17 04:27

Madara 版主 发表于 2024-12-17 04:27 | 显示全部楼层
亲爱的暴力摩托,

针对您的问题,我尽力提供一些解答和建议:

问题1:无线鼠标套装的2.4Gusb头,直接插航空接头的USB口1和2都无反应
解决办法:加了一个USB3.0分线器,后,才可以用
原因:可能是USB口的兼容性问题,使用USB3.0分线器可以解决。

问题2:米文支持的GMSL摄像头,哪个型号最容易买,最便宜?
答:这个问题我无法直接回答,因为摄像头的价格和可购买性可能会因地区和供应商而异。建议您咨询您的供应商或者在网上进行比较购物。

问题3:系统首次开机都插好了网线,但是sudo apt update有报错
答:看起来像是您的系统在尝试从一个无法访问的源获取更新。您可能需要检查您的网络连接,或者更改您的软件源。

问题4:怎么把系统挪到SSD固态硬盘里面?
答:您提供的链接看起来是一个可行的解决方案,但是我建议您在尝试之前备份您的数据,并确保您理解所有的步骤。

问题5,如果想直接用nvidia官方的manger sdk烧写系统,是否可以?那米文自己的外设等功能程序、驱动怎么安装?
答:理论上,您可以使用NVIDIA的SDK Manager来烧写系统。但是,您可能需要从米文获取特定的驱动和程序。

问题6:有没有对jetson使用的操作文档、手册?
答:米文的用户手册应该包含了一些基本的操作指南。如果您需要更详细的信息,您可能需要查阅NVIDIA Jetson的官方文档。

问题7:文档不详细比如对USB2个接口的说明,一个是可以烧写镜像的,一个是普通的,可是根本没说左右哪个是哪个!
答:我理解您的困扰,对于这个问题,我建议您联系米文的技术支持以获取更详细的信息。

希望这些信息对您有所帮助。如果您有任何其他问题,欢迎随时向我提问。
您需要登录后才可以回帖 登录 | 点我注册

精彩推荐

  • 盒子重启之后打不开了,启动界面一直跳动
  • APEX AD 10远程控制问题
  • apex ad 10 重新装系统后连接热点死机,连
  • ros2相机功能包编译失败

明星用户