NVIDIA/Error

    module verification failed

    Jetson 장치에 커스텀 모듈을 등록할시 아래와 같이 에러가 뜬다.[ 4.048159] nvidia: module license 'NVIDIA' taints kernel.[ 4.048160] Disabling lock debugging due to kernel taint[ 4.048164] nvidia: module verification failed: signature and/or required key missing - tainting kernel[ 4.048165] nvidia: module license taints kernel 해당 에러는 현재 Jetson 장치에 있는 서명 키(sig key)와 등록하려는 모듈의 서명 키가 다르기 때문에 발생하는 증상이다. 로그가 남긴 하..

    JETPACK 5.1.2 HDMI ERROR

    회사에서 가지고 있는 보드로 Orin NX JETPACK 5.1.2 업데이트 도중 에러가 발생하면서 모니터에 화면이 나오지 않음 [ 18.012756] CPU:0, Error: dce-fabric@0xde00000, irq=28 [ 18.018057] ************************************** [ 18.022982] CPU:0, Error:dce-fabric, Errmon:2 [ 18.027469] Multiple type of errors reported [ 18.032129] Error Code : FIREWALL_ERR [ 18.036257] Error Code : TIMEOUT_ERR [ 18.040286] Overflow : Multiple FIREWALL_ERR [ ..

    NX Booting Error

    NX 모듈의 전원을 인가한 후 모니터 확인 시 아래 사진과 같은 에러 발생 이 후 해당 창에서 넘어가지 않음 https://forums.developer.nvidia.com/t/emmc-mount-fail/258512/3 Emmc mount fail Now that I think about it, it seems that sometimes I turn off the module with a simple power shutdown rather than a software command. So if this is the case, is it possible to fix it by flashing again? forums.developer.nvidia.com 확인 결과 정상적인 종료 방식이 아닌 강제 종료로 ..

    XAVIER NX EMMC, DDR 변경

    Xavier NX 플래시 도중 아래와 같이 진행과정에서 에러 발생 [ 5.6797 ] Sending BCTs [ 5.6806 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt --download bct_mem mem_rcm_sigheader.bct.encrypt [ 5.6813 ] Applet version 01.00.0000 [ 5.7245 ] Sending bct_bootrom [ 5.7246 ] [................................................] 100% [ 5.7257 ] Sending bct_mb1 [ 5.7305 ] [...

    XavierNX Uart Error

    Stop & disable nvgetty service XaiverNX 에 있는 UART1(ttyTHS0) 핀을 사용할 수 없다. 왜냐하면 현재 ttyTHS0 를 nvgetty service 에서 사용 중이기 때문이다. 이를 사용하지 못하도록 해야 함. Stop & disable을 위한 command 는 다음과 같다. Command 실행 후 상기 내용을 적용 시키기 위해서는 reboot 필요하다. sudo systemctl stop nvgetty //nvgetty service 중지 sudo systemctl disable nvgetty //부팅 시 nvgetty service 비활성화 sudo udevadm trigger Dialout group 을 user 에 추가 user 에 dialout 그룹이 ..