728x90
반응형
#!/bin/bash howto: @clear @echo sudo dtc -I dts -O dtb -o output.dtb temp.dts @echo sudo cp output.dtb kernel_tegra234-p3767-0004-p3768-0000-a0.dtb @echo sudo dtc -I dtb -O dts -o temp.dts kernel_tegra234-p3767-0004-p3768-0000-a0.dtb compile: temp.dts sudo dtc -I dts -O dtb -o output.dtb temp.dts build: compile output.dtb reboot set: output.dtb sudo mv output.dtb kernel_tegra234-p3767-0004-p3768-0000-a0.dtb decompile: kernel_tegra234-p3767-0004-p3768-0000-a0.dtb sudo dtc -I dtb -O dts -o temp.dts kernel_tegra234-p3767-0004-p3768-0000-a0.dtb vi: temp.dts sudo vi temp.dts reboot: @sync @sync @sleep 1 sudo reboot
728x90
'기술자료 > Jetson' 카테고리의 다른 글
| Jetson Orin Nano GPIO Listing (0) | 2023.11.22 |
|---|---|
| Jetson Identifying the GPIO Number (0) | 2023.11.22 |
| Jetson Partition (0) | 2023.11.22 |
| Jetson/AGX Xavier Misc Interfaces (0) | 2023.11.22 |
| 젯슨 상태 모니터링 jetson-stats 설치(jtop) (0) | 2023.08.07 |
| 터미널에서 jtop(jetson-stats) 원격 실행 (Remote jtop Run By Terminal) (0) | 2023.08.07 |
| Jetson Orin Nano XRDP .xsessionrc Line 83 Syntax error 젯슨 나노 문제 (2) | 2023.08.02 |
| Jetson Color Profile Ubuntu Problem 우분투 설정 문제 (0) | 2023.07.14 |