Difference between revisions of "Jetson/Filesystem Emulation/Emulating Jetson Filesystem with QEMU and L4T Docker Container"

From eLinux.org
Jump to: navigation, search
Line 1: Line 1:
===== Emulating the Jetson Filesystem with QEMU and L4T Docker Container – Compiling the MMAPI Samples =====
+
 
  
  
Line 9: Line 9:
 
From the [https://developer.nvidia.com/embedded/linux-tegra-archive L4T Archive], download the desired L4T Driver Package and corresponding sample filesystem.
 
From the [https://developer.nvidia.com/embedded/linux-tegra-archive L4T Archive], download the desired L4T Driver Package and corresponding sample filesystem.
  
Flash the target device following the instructions described [https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/quick_start.html#wwpID0E0XC0HA here.]
+
Flash the target device following the instructions described [https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/quick_start.html#wwpID0E0XC0HA here.]. After flashing, the device will reboot. Please configure the device at first boot and log into the OS.
 +
 
 +
== Installing the Dependencies ==

Revision as of 09:47, 19 March 2021


[This page is under construction] [Introduction]


Setting up the Target Device

From the L4T Archive, download the desired L4T Driver Package and corresponding sample filesystem.

Flash the target device following the instructions described here.. After flashing, the device will reboot. Please configure the device at first boot and log into the OS.

Installing the Dependencies