這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
jetson_orin_nx_development [2024/03/02 23:04] don |
jetson_orin_nx_development [2024/06/25 15:56] (目前版本) don [To flash the target device to mount a rootfs specified by UUID] |
||
---|---|---|---|
行 6: | 行 6: | ||
==== NVIDIA Jetson developer kit quick start guide ==== | ==== NVIDIA Jetson developer kit quick start guide ==== | ||
[[https:// | [[https:// | ||
+ | |||
+ | ==== Boot Architecture ==== | ||
+ | [[https:// | ||
==== Download SDKmanager in Host(X86 PC) ==== | ==== Download SDKmanager in Host(X86 PC) ==== | ||
行 16: | 行 19: | ||
[[https:// | [[https:// | ||
+ | ==== Jetson DP HDMI porting ==== | ||
+ | [[https:// | ||
+ | ==== Jetson Building UEFI ==== | ||
+ | [[https:// | ||
+ | [[https:// | ||
==== Build Environment ==== | ==== Build Environment ==== | ||
< | < | ||
行 73: | 行 80: | ||
B. Press the RESET button. | B. Press the RESET button. | ||
- | {{: | + | {{: |
{{: | {{: | ||
行 127: | 行 134: | ||
==== VSCode install ===== | ==== VSCode install ===== | ||
- | |||
[[https:// | [[https:// | ||
+ | |||
+ | |||
+ | ==== Nvidia Tegra Partition Layout - NVME ==== | ||
+ | / | ||
+ | |||
+ | |||
+ | ==== Kernel Customization ==== | ||
+ | [[https:// | ||
+ | |||
+ | <color # | ||
+ | < | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ==== How to confirm which dts file is used ==== | ||
+ | < | ||
+ | cat / | ||
+ | </ | ||
+ | |||
+ | ==== Flash DTB File ==== | ||
+ | < | ||
+ | sudo ./flash.sh -r -k DTB jetson-nano-qspi-sd mmcblk0p1 | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Device Tree Documents ==== | ||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Flash definition ==== | ||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== DTB & DTS ==== | ||
+ | < | ||
+ | (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 | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== To flash the target device to mount a rootfs specified by UUID ==== | ||
+ | |||
+ | < | ||
+ | sudo ./ | ||
+ | bootloader/ | ||
+ | sudo ./ | ||
+ | bootloader/ | ||
+ | </ | ||
+ |