Skip to content

Commit

Permalink
deploy: 3a1c5d7
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgillion committed Sep 5, 2024
1 parent 7a1b3b5 commit 7009e8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5084,7 +5084,7 @@ <h2 id="uarti-passthrough-configuration"><a class="header" href="#uarti-passthro
<p>This section describes how the UARTI passthrough is configured in Ghaf for microvm.
We recommend to read <a href="technologies/nvidia_agx_pt_uart.html">NVIDIA Jetson AGX Orin: UART Passthrough</a> before continuing.</p>
<p>The UARTI passthrough configuration declaration
<a href="technologies/../../../modules/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm/default.nix">UARTI to netvm</a>
<a href="technologies/../../../modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm/default.nix">UARTI to netvm</a>
includes:</p>
<ul>
<li>The microvm QEMU extra argument to add the 31d0000.serial to the netvm.</li>
Expand Down Expand Up @@ -5323,7 +5323,7 @@ <h2 id="device-tree-overlay-example"><a class="header" href="#device-tree-overla
}
];
</code></pre>
<p>Also, in <a href="technologies/../../../modules/jetpack/nvidia-jetson-orin/jetson-orin.nix">jetson-orin.nix</a> the
<p>Also, in <a href="technologies/../../../modules/reference/hardware/jetpack/nvidia-jetson-orin/jetson-orin.nix">jetson-orin.nix</a> the
<em>dtboBuildExtraIncludePaths</em> is defined with the path needed to include
the <em>tegra234-smmu-streamid.h</em> header file.</p>
<pre><code class="language-nix">hardware.deviceTree =
Expand All @@ -5336,7 +5336,7 @@ <h2 id="device-tree-overlay-example"><a class="header" href="#device-tree-overla
}
</code></pre>
<p>You can find this full implementation in the Nix module:
<a href="technologies/../../../modules/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm">uarti-net-vm</a></p>
<a href="technologies/../../../modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm">uarti-net-vm</a></p>
<div style="break-before: page; page-break-before: always;"></div><style>
.mdbook-alerts {
padding: 8px 16px;
Expand Down
4 changes: 2 additions & 2 deletions technologies/device_tree_overlays_pt.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2 id="device-tree-overlay-example"><a class="header" href="#device-tree-overla
}
];
</code></pre>
<p>Also, in <a href="../../../modules/jetpack/nvidia-jetson-orin/jetson-orin.nix">jetson-orin.nix</a> the
<p>Also, in <a href="../../../modules/reference/hardware/jetpack/nvidia-jetson-orin/jetson-orin.nix">jetson-orin.nix</a> the
<em>dtboBuildExtraIncludePaths</em> is defined with the path needed to include
the <em>tegra234-smmu-streamid.h</em> header file.</p>
<pre><code class="language-nix">hardware.deviceTree =
Expand All @@ -483,7 +483,7 @@ <h2 id="device-tree-overlay-example"><a class="header" href="#device-tree-overla
}
</code></pre>
<p>You can find this full implementation in the Nix module:
<a href="../../../modules/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm">uarti-net-vm</a></p>
<a href="../../../modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm">uarti-net-vm</a></p>
</div>
<div class="sidetoc">
<nav class="pagetoc"></nav>
Expand Down
2 changes: 1 addition & 1 deletion technologies/nvidia_uarti_net_vm.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h2 id="uarti-passthrough-configuration"><a class="header" href="#uarti-passthro
<p>This section describes how the UARTI passthrough is configured in Ghaf for microvm.
We recommend to read <a href="nvidia_agx_pt_uart.html">NVIDIA Jetson AGX Orin: UART Passthrough</a> before continuing.</p>
<p>The UARTI passthrough configuration declaration
<a href="../../../modules/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm/default.nix">UARTI to netvm</a>
<a href="../../../modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm/default.nix">UARTI to netvm</a>
includes:</p>
<ul>
<li>The microvm QEMU extra argument to add the 31d0000.serial to the netvm.</li>
Expand Down

0 comments on commit 7009e8e

Please sign in to comment.