본문 바로가기
반응형

전체 글2974

Jetson Orin Nano GPIO Output Control 이름 : PCC.00 Activation: echo PCC.00 > /sys/class/gpio/export Direction : echo out > /sys/class/gpio/PN.01/direction Output High: echo 1 > /sys/class/gpio/PCC.00/value Output Low: echo 0 > /sys/class/gpio/PCC.00/value Deactivation: echo PCC.00 > /sys/class/gpio/unexport 2023. 11. 22.
Jetson Orin Nano GPIO Listing 참조1 : Jetson_Orin_Nano_DevKit_Carrier_Board_Specification_SP-11324-001_v1.1.pdf 참조2 : Jetson_Orin_NX_series_and_Orin_Nano_series_Pinmux_Config_Template.pdf 참조3 : Jetson_Orin_NX_Orin_Nano_Pin_Function_Names_Guide_DA-11434-001_v1.0.pdf 전체 리스트 보기 명령 : cat /sys/kernel/debug/gpio gpiochip1: GPIOs 316-347, parent: platform/c2f0000.gpio, tegra234-gpio-aon: gpio-316 (PAA.00 ) gpio-317 (PAA.01 ) gpio-318.. 2023. 11. 22.
Jetson Identifying the GPIO Number URL : https://docs.nvidia.com/jetson/archives/r35.1/DeveloperGuide/text/HR/JetsonModuleAdaptationAndBringUp/JetsonAgxOrinSeries.html#identifying-the-gpio-number Identifying the GPIO Number If you designed your own carrier board, to translate from SOM connector pins to actual GPIO numbers, you must understand the following GPIO mapping formula. The translated GPIO numbers can be controlled by the.. 2023. 11. 22.
Jetson Partition Device Name PARTLABEL PARTUUID UUID TYPE /dev/nvme0n1p1 APP 4db8f78b-65ca-456c-a802-88257dd8e231 e4a55bf1-55c0-49a9-89a3-a1e85516cafe ext4 /dev/nvme0n1p2 kernel 3d2725c4-f695-4470-b315-fb2aba903357 /dev/nvme0n1p3 kernel-dtb 785aeaa8-aabd-4bf1-9ddc-8f019e5db05c /dev/nvme0n1p4 reserved_for_chain_A_user 050151e0-6b4d-4a8f-9aea-4b6df617db3d /dev/nvme0n1p5 kernel_b 78b61f53-5ce1-406e-b5dc-d778d5eb7d1.. 2023. 11. 22.
Jetson/AGX Xavier Misc Interfaces UART UARTA 0x03100000 UART1_{TX,RX,RTS,CTS} UART1 (K53,K54,L51,H54) Use for UART connector 40 pin connector CMOS – 1.8V ttyTHS0 serial@3100000 OK serial0 UARTB 0x03110000 UART2_{TX,RX,RTS,CTS} UART2 (C58,C56,G58,A57) Not Use CMOS – 1.8V ttyTHS1 serial@3110000 OK serial1 UARTC 0x0c280000 UART3_{TX,RX} UART3 (H62,K60) UART debug chip FT4232 CMOS – 1.8V ttyTHS2 serial@c280000 Disabled serial2 UARTD.. 2023. 11. 22.
Jetson boot dtb dts 관련 compile/decompile Makefile #!/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.. 2023. 11. 22.
삼바 심볼릭 링크 활성화 Samba symbolic link access 아래 경로의 파일을 수정합니다. /etc/samba/smb.conf [global] allow insecure wide links = Yes [wowcat] follow symlinks= yes wide links = yes 2023. 11. 22.
Mailbird 2.9.93.0 mailbird-2-9-93-0 install file 7zip zip 2023. 11. 21.
Mailbird 2.9.92.0 mailbird-2-9-92-0 install file 7zip zip 2023. 11. 6.
728x90
반응형