這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
jetson_orin_nx_development [2024/03/05 17:00] 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) ==== | ||
行 19: | 行 22: | ||
[[https:// | [[https:// | ||
+ | ==== Jetson Building UEFI ==== | ||
+ | [[https:// | ||
+ | [[https:// | ||
==== Build Environment ==== | ==== Build Environment ==== | ||
< | < | ||
行 74: | 行 80: | ||
B. Press the RESET button. | B. Press the RESET button. | ||
- | {{: | + | {{: |
{{: | {{: | ||
行 138: | 行 144: | ||
[[https:// | [[https:// | ||
- | After you compiled your kernel, please update below files!\\ | + | <color #00a2e8>After you compiled your kernel, please update below files!</ |
< | < | ||
| | ||
行 150: | 行 156: | ||
</ | </ | ||
+ | ==== 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/ | ||
+ | </ | ||