使用者工具

網站工具


jetson_orin_nx_development

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
jetson_orin_nx_development [2024/03/05 16:58]
don
jetson_orin_nx_development [2024/03/26 14:00] (目前版本)
don [Flash definition]
行 6: 行 6:
 ==== NVIDIA Jetson developer kit quick start guide ==== ==== NVIDIA Jetson developer kit quick start guide ====
 [[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html|Quick Start Guide]] [[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html|Quick Start Guide]]
 +
 +==== Boot Architecture ====
 +[[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/AR/BootArchitecture.html|Boot Architecture]]
  
 ==== Download SDKmanager in Host(X86 PC) ==== ==== Download SDKmanager in Host(X86 PC) ====
行 19: 行 22:
 [[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Kernel/DisplayConfigurationAndBringUp.html|DP HDMI porting]] [[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Kernel/DisplayConfigurationAndBringUp.html|DP HDMI porting]]
  
 +==== Jetson Building UEFI ====
 +[[https://github.com/NVIDIA/edk2-nvidia/wiki/Build-with-docker|Build UEFI with Docker]] \\
 +[[https://github.com/NVIDIA/edk2-nvidia/wiki/Build-without-docker|Build UEFI without Docker]]
 ==== Build Environment ==== ==== Build Environment ====
 <code> <code>
行 74: 行 80:
     B. Press the RESET button.      B. Press the RESET button. 
  
-{{:jetson_orin_nx.jpg?400|}}+{{:jetson_orin_nx.png?400|}}
 {{:jetson_som_configuration.png|}} {{:jetson_som_configuration.png|}}
  
行 137: 行 143:
 ==== Kernel Customization ==== ==== Kernel Customization ====
 [[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html|Kernel Customization]]\\ [[https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html|Kernel Customization]]\\
 +
 +<color #00a2e8>After you compiled your kernel, please update below files!</color>\\
 <code> <code>
  source/public/kernel_out/drivers/gpu/nvgpu/nvgpu.ko -->  source/public/kernel_out/drivers/gpu/nvgpu/nvgpu.ko -->
行 146: 行 154:
  source/public/kernel_out/arch/arm64/boot/Image -->  source/public/kernel_out/arch/arm64/boot/Image -->
  Linux_for_Tegra/kernel/Image  Linux_for_Tegra/kernel/Image
-  +</code>
- +
  
 +==== How to confirm which dts file is used ====
 +<code>
 +cat /proc/device-tree/nvidia,dtsfilename
 +</code> 
 +
 +==== Flash DTB File ====
 +<code>
 +sudo ./flash.sh -r -k DTB jetson-nano-qspi-sd mmcblk0p1
 +</code> 
 +
 +
 +==== Device Tree Documents ====
 +<code>
 +/home/ubuntu/workspace/DEV2715/Linux_for_Tegra/source/public/kernel/kernel-5.10/Documentation/devicetree/bindings
 </code> </code>
  
  
 +==== Flash definition ====
 +<code>
 +/home/ubuntu/workspace/DEV2715/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t234_qspi_nvme.xml
 +</code>
  
  
 +==== DTB & DTS ====
 +<code>
 +(1)  dts to dtb
 + 
 +./dtc -I dts -O dtb -o output_name.dtb input_name.dts
 +
 +(2)  dtb to dts
 + 
 +./dtc -I dtb -O dts -o output_name.dts input_name.dtb
 +
 +</code>
jetson_orin_nx_development.1709629122.txt.gz · 上一次變更: 2024/03/05 16:58 由 don