Xavier2 Jetson xavier agx VScode 설치 및 실행 방법 이전 글에서 Jetson xavier agx에서 개발환경 구축하는 방법을 다뤘다. 오늘은 Jetson xavier agx에 VScode를 설치해보고자 한다. VScode 설치 스크립트 $ git clone https://github.com/JetsonHacksNano/installVSCode.git $ cd installVSCode $ ./installVSCodeWithPython.sh VScode 설치 확인 및 실행 스크립트 $ code --version $ code HelloWorld/ VScode를 실행한 뒤 VScode 화면 좌측에 있는 아이콘들 중 밑에서 두번째 EXTENSION을 클릭한 다음 python을 검색하여 설치. (이전 포스트를 따라하고 있는 분들은 이미 python이 설치되어 있으므.. 2021. 10. 12. Jetson Xavier agx 부팅 오류 이전 포스트에 젯슨 자비어 agx를 맨 처음 실행하는 법을 올렸었다. 저렇게 하면 켜지기는 하는데 tensorflow든 jtop이든 뭐 하나만 살짝 깔면 재부팅이 안 되는 문제가 발생했다. not writing through dangling symlink 'etc/resolv.con' . . . iwifi Direct firmware load for iwlwifi-8265-25.ucode failed with error -2 . . . thermal thermal_zone8" failed to read out thermal zone (-5) 이런 오류가 뜨고 다음 화면으로 넘어가질 않는다... 해결방법 & 텐서플로 설치 그래서 Jetpack 버전이 문젠가 해서 4.4, 4.5 두 개 다 해봤는데 처음에는.. 2021. 10. 6. 이전 1 다음