Skip to content

Commit

Permalink
Site updated: 2024-01-22 21:04:14
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventurerDXC committed Jan 22, 2024
1 parent 18c0bc3 commit d351ba0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 13599.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<meta property="og:image" content="https://adventurerdxc.github.io/images/ME4918-%E6%9C%BA%E6%A2%B0%E5%B7%A5%E7%A8%8B%E6%9C%AC%E7%A7%91%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/pic05.png">
<meta property="og:image" content="https://adventurerdxc.github.io/images/ME4918-%E6%9C%BA%E6%A2%B0%E5%B7%A5%E7%A8%8B%E6%9C%AC%E7%A7%91%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/pic06.png">
<meta property="article:published_time" content="2024-01-10T02:00:00.000Z">
<meta property="article:modified_time" content="2024-01-22T12:59:41.313Z">
<meta property="article:modified_time" content="2024-01-22T13:04:05.251Z">
<meta property="article:author" content="AdventurerDXC的技术博客">
<meta property="article:tag" content="技术类博客">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -201,7 +201,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-01-22 20:59:41" itemprop="dateModified" datetime="2024-01-22T20:59:41+08:00">2024-01-22</time>
<time title="修改时间:2024-01-22 21:04:05" itemprop="dateModified" datetime="2024-01-22T21:04:05+08:00">2024-01-22</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -322,12 +322,12 @@ <h3 id="软件层面">软件层面</h3>
<p>Nvidia Jetpack是专为Jetson平台设计的构建人工智能应用的全面的解决方案,它包括带有引导程序的Linux驱动程序包、Linux内核、Ubuntu桌面环境,以及一整套用于加速GPU计算、多媒体、图形和计算机视觉的库。参考<a target="_blank" rel="noopener" href="https://developer.nvidia.com/embedded/learn/get-started-jetson-agx-orin-devkit">英伟达官方教程</a>,可用命令行方式安装jetpack</p>
<figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line">sudo apt update</span><br><span class="line">sudo apt upgrade</span><br><span class="line">sudo apt dist-upgrade</span><br><span class="line">sudo reboot</span><br><span class="line">sudo apt install nvidia-jetpack</span><br></pre></td></tr></table></figure>
<p>执行最后一步命令出现报错:</p>
<img src="\images\ME4918-机械工程本科毕业设计\pic05.png" style="zoom:100%;" align="left"/>
<img src="\images\ME4918-机械工程本科毕业设计\pic05.png" style="zoom:100%;"/>
<p>解决办法:增加英伟达镜像源</p>
<ol>
<li class="lvl-5">
<p>首先查看Tegra处理器的Linux操作系统版本:<code>cat /etc/nv_tegra_release</code></p>
<img src="\images\ME4918-机械工程本科毕业设计\pic06.png" style="zoom:100%;" align="left"/>
<img src="\images\ME4918-机械工程本科毕业设计\pic06.png" style="zoom:100%;"/>
<p>可以看到是L4T 35.3的版本</p>
</li>
<li class="lvl-5">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-01-22 20:59:41" itemprop="dateModified" datetime="2024-01-22T20:59:41+08:00">2024-01-22</time>
<time title="修改时间:2024-01-22 21:04:05" itemprop="dateModified" datetime="2024-01-22T21:04:05+08:00">2024-01-22</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down
4 changes: 2 additions & 2 deletions search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
<p>Nvidia Jetpack是专为Jetson平台设计的构建人工智能应用的全面的解决方案,它包括带有引导程序的Linux驱动程序包、Linux内核、Ubuntu桌面环境,以及一整套用于加速GPU计算、多媒体、图形和计算机视觉的库。参考<a href="https://developer.nvidia.com/embedded/learn/get-started-jetson-agx-orin-devkit">英伟达官方教程</a>,可用命令行方式安装jetpack</p>
<figure class="highlight shell"><table><tr><td class="code"><pre><span class="line">sudo apt update</span><br><span class="line">sudo apt upgrade</span><br><span class="line">sudo apt dist-upgrade</span><br><span class="line">sudo reboot</span><br><span class="line">sudo apt install nvidia-jetpack</span><br></pre></td></tr></table></figure>
<p>执行最后一步命令出现报错:</p>
<img src="\images\ME4918-机械工程本科毕业设计\pic05.png" style="zoom:100%;" align="left"/>
<img src="\images\ME4918-机械工程本科毕业设计\pic05.png" style="zoom:100%;"/>
<p>解决办法:增加英伟达镜像源</p>
<ol>
<li class="lvl-5">
<p>首先查看Tegra处理器的Linux操作系统版本:<code>cat /etc/nv_tegra_release</code></p>
<img src="\images\ME4918-机械工程本科毕业设计\pic06.png" style="zoom:100%;" align="left"/>
<img src="\images\ME4918-机械工程本科毕业设计\pic06.png" style="zoom:100%;"/>
<p>可以看到是L4T 35.3的版本</p>
</li>
<li class="lvl-5">
Expand Down

0 comments on commit d351ba0

Please sign in to comment.