The link to install by curl is below. Make sure to input it as a single line: curl -L github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb
Thank you all, i am not following the series yet(following the arduino one for now) just thought i’d ask before buying everything. Btw i hope this series is as good as the arduino one🤔 that one is superb👍🏻👍🏻👍🏻
One thing I love besides many others in these sessions that everything goes exactly as Paul says. It is important to have solid base when you are beginner. I mean hard, soft and environment. Thumbs Up Everyone!
Excellent tutorial. Just like a good professor, the pace is good enough to follow him along, which improves the learning process. The steps and concepts very clearly presented. I have been professor for 28 years and I can tell this is how a computer software class should be taught.
Paul, you are a great teacher. I now finally got VSCode installed on my Nano after trying it myself earlier in vain. This lesson 8 made everything so easy. Thanks.
Great instruction at a great pace! Step by step. I've so often been disillusioned by tutorials that 'assume' you know something, but you've got the level just right. Many thanks :)
Hi paul I brought jetson nano and I booted it today , you have really great lessons on the jetson nano I already learned python and opencv in the last summer by your videos and by programming knowledge thank you for your teaching
Hey, Paul! You always proceeded at an appropriate pace. Forget about anyone complaining you are going too slow. There will always be a group of complainers. Great videos!!
I'm catching up. I just finished this video and got python 3.6.8 installed with Code-OSS. So far everything is working smooth. I'm moving on now to getting the Numpy and MatPlotLib installed, and then OpenCV and I'll finally be all caught up! Great series Paul.
Great video. I do love the new IDE. Had a couple of problems Saturday the Jetson Nano kept giving me errors the were sent back to tech support to report the problem. Everything OK now. Thanks for your hard work.
Hi everybody - just a few notes that may help new installers.... like myself - code-oss has now been updated to code_1.52.1-1608136325_arm64.deb (as far as I can see the correct version for Ubuntu 18.04.5 LTS (bionic) as released with the current NVIDIA Jetson Nano image) - curl is no longer required for download... goto code.visualstudio.com/Download and select .deb ARM 64 - install as before after download... sudo dpkg -i code_1.52.1-1608136325_arm64.deb VS Code is now distributed as an official snap package but only for AMD64... not for ARM64 - only mentioning this because I have tried it. Hope this helps Thank you so much Paul really appreciate all your effort and for sharing.
cd with nothing gets you to your user's home folder. Also, sudo -s will launch a root shell so you don't need to deal with sudo for the remainder of commands. Use "exit" or CTRL-D to exit the elevated shell.
Hi Paul , first of all thanks for the well explaned lessons. I have a warning "Binary output can mess up your terminal. Use "--output -" to tell curl to output it to your terminal anyway , or consider "--output- to save to a file" as warning and get back to the base deskstop/downloads$ . Any idee ?
Code OSS? Never heard of that before. Everybody says "VS Code". I use the SSH extension for VSCode and it works great for my servers and devices as I can open a project folder remotely.
Good morning Paul! Another Excellent video that is sincerely appreciated! In order to be able to access the Jetson Nano GUI, I was going to snoop around to see if someone was able to get some dialect of VNC server working reliably. Have you by chance had an opportunity to perhaps find something that would work on your system? AS you stated in earlier videos, it is great to be able to access from another system rather than always using the Nano with its own KB, mouse and monitor. Thank You!
I have gotten it to work, but it requires modification of system files, and I am suggesting we wait until a more ready for prime time installation is available. Again, really my main concern is that we do not mess up the system configuraiton that allows access to the parallel processing.
I think there is a vnc already on there but the issue is getting it to work. Can not remember exactly what I did but check out nvidia jetson nano forums and search on it.
really Enjoying the lessons, the amount of detail you go into is perfect for me, is there anyway to operate the Nano from my laptop as I bought the wrong wireless keyboard away with me , I ordered it online and didn't check the description correctly, I've setup the keyboard in English in the Nano settings when first setting up but think the keyboard is German
Hi Paul, Very helpful video. I noticed in the editor that sometimes, my last input character does not print to screen. (Kind of like I missed the key while typing.) If I retype the character and hit enter, the output shows both characters. Have you had any case of this? I noticed your filename has an extra 'o' in Hello... I hope this symptom does not continue in this software. It will be a bit frustrating.. I appreciate the click by click instructions. I would be completely lost otherwise. Thanks.
The menu-bar parent is defaulted to a Mac usage (current application menu always at screen.top). You expect a MSWindows usage (menu at top of window). Linux let's you choose your window manager. 😎
Well this ended like every other experience I've had in Linux, wasted hours of my time with zero results. It never fails to amaze me that simple installing any software on Linux turns into an utter knife fight that I always lose. I would be interested in engaging your services to produce a working ssd for the nano with a work python IDE. If you are interested please PM me to discuss details and compensation.
Hi Paul. This is a great video and sincerely appreciated. I am trying to install the Jetson Nano developer kit image on SD card 128 GB following the instructions for windows 10. I was facing boot problems when inserting the SD card on Jetson Nano. It seems that it does not read the SD card well; knowing that the image on my SD card 64 GB works fine.Does Jetson Nano support only SD card 64 GB?
A dumb question; can i use the jetson with a windows laptop and an ide on the laptop? Or login on the jetson through the laptop and work onnit from there?
HELP! After entering in the curl github url and pressing enter I get the following "0curl: (7) Failed to connect to github.com port 443: No route to host.
make sure you are connected to the internet. Verify good internet connection. Make sure you have the commend entered exactly correctly. Make sure you do not have a firewall or other network software blocking your access to github.
@@paulmcwhorter Success! The Wi-Fi connection was dropping out. First time it's been a problem. Using an Edimax N150 WiFi USB Adapter. Noticed that I plugged it into a USB 3.0 port. Datasheet says 2.0 so I moved it to a 2.0 and achieved success. Thank you!
2020: Visual Studio code is on all arm 64 linux system. Step1: Just go to visual studio code website and download the arm64 Debian package. Step2: type in terminal sudo dpkg -i NAME OF THE DEBIAN FILE Step3: Open visual Studio
Internet on my jetsen nano is too much slow It takes hours to open google Whereas i am using the same WiFi on other decided and it's working fine I am using a Tenda U3 300MBPS wifi dongle with jetsen nano Can anyone help me with that?
The nano is on a dedicated unit how can I copy this?I got it I hand copied it it wasn't bad this is where the update came the first python is 2020 not 2019 anymore.ahhhhhh👍
The link to install by curl is below. Make sure to input it as a single line:
curl -L github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb
I'm guessing part of the lesson will be installing CURL as well?
Steve Garrison it is discussed in the video.
Only one problem I'm not working on my RUclips tablet I'm using a completely different computer for the nano so how can I copy and paste this ?
Thank you all, i am not following the series yet(following the arduino one for now) just thought i’d ask before buying everything.
Btw i hope this series is as good as the arduino one🤔 that one is superb👍🏻👍🏻👍🏻
Crashes with "-bash: 33: command not found" error, for me
You're doing an amazing job... the level of patience, flow, clarity, detail - is phenomenal.
One thing I love besides many others in these sessions that everything goes exactly as Paul says. It is important to have solid base when you are beginner. I mean hard, soft and environment. Thumbs Up Everyone!
Excellent tutorial. Just like a good professor, the pace is good enough to follow him along, which improves the learning process. The steps and concepts very clearly presented. I have been professor for 28 years and I can tell this is how a computer software class should be taught.
Paul, you are a great teacher. I now finally got VSCode installed on my Nano after trying it myself earlier in vain. This lesson 8 made everything so easy. Thanks.
Great instruction at a great pace! Step by step. I've so often been disillusioned by tutorials that 'assume' you know something, but you've got the level just right. Many thanks :)
Hi paul I brought jetson nano and I booted it today , you have really great lessons on the jetson nano
I already learned python and opencv in the last summer by your videos and by programming knowledge
thank you for your teaching
Another solid lesson. Some back and forth, stop/start video, but got there in the end.👍
Hey, Paul! You always proceeded at an appropriate pace. Forget about anyone complaining you are going too slow. There will always be a group of complainers. Great videos!!
Thank you Mr. McWhorter for all your help with Python, Jetson Nano.
I'm catching up. I just finished this video and got python 3.6.8 installed with Code-OSS. So far everything is working smooth. I'm moving on now to getting the Numpy and MatPlotLib installed, and then OpenCV and I'll finally be all caught up! Great series Paul.
I am really enjoying this series. Excited about the things I have in mind for it. Glad people are patient as we go through the fundamentals.
You are going at a great pace. Perfect for a beginner...which I am! Thanks!
Have fun!
Excellent again! Thank you Paul
My pleasure!
I am glad they had the high contrast theme for the IDE my eyes just aren't what they used to be :)
Great video. I do love the new IDE. Had a couple of problems Saturday the Jetson Nano kept giving me errors the were sent back to tech support to report the problem. Everything OK now. Thanks for your hard work.
Great Lesson! Thanks for your effort!
you are doing a fantastic job
Just given in ordered my nano and accessories
I didn't know VS code existed for ARM. Thanks for your help Paul.
Great tutorial! Thank you!
Glad it was helpful!
Love the new IDE!!
Hi everybody - just a few notes that may help new installers.... like myself
- code-oss has now been updated to code_1.52.1-1608136325_arm64.deb
(as far as I can see the correct version for Ubuntu 18.04.5 LTS (bionic) as released with the current NVIDIA Jetson Nano image)
- curl is no longer required for download... goto code.visualstudio.com/Download and select .deb ARM 64
- install as before after download... sudo dpkg -i code_1.52.1-1608136325_arm64.deb
VS Code is now distributed as an official snap package but only for AMD64... not for ARM64 - only mentioning this because I have tried it.
Hope this helps
Thank you so much Paul really appreciate all your effort and for sharing.
wow ! such an amazing teaching!
Really good solid lesson. Thx a bunch!!
Extraordinary..thank you sir.
merci pour ces vidéos, vous êtes génial ;)
gracias, realmente muy educativos tus videos
Extremely helpful thx so much for your help 👍😀
great lecture ! , thanks a lot !
curl L, was a little ruff, but I was able to get through. I have the new IDE.
Thanks!
for new comers, if you do an "ls" , you can see and copy the package name and paste in the terminal after "sudo dpkg -i"
Great vid sir.
Great Job!
cd with nothing gets you to your user's home folder. Also, sudo -s will launch a root shell so you don't need to deal with sudo for the remainder of commands. Use "exit" or CTRL-D to exit the elevated shell.
BOom, I love your lessons
great video!
Hi Paul , first of all thanks for the well explaned lessons. I have a warning "Binary output can mess up your terminal. Use "--output -" to tell curl to output it to your terminal anyway , or consider "--output- to save to a file" as warning and get back to the base deskstop/downloads$ . Any idee ?
it is a large download. use the curl resume -switch, - c - http
Hello, I'm loving your Tutorial.
One question...
How can I run code-oss using PUTTY?
Mine hadn't worked this way, only at the local screen.
Now I have a new IDE : )
It is a pleasure for me to give you thumb up number 500 :)
very nice thank you
Code OSS? Never heard of that before. Everybody says "VS Code". I use the SSH extension for VSCode and it works great for my servers and devices as I can open a project folder remotely.
Thanks!!!
Good morning Paul! Another Excellent video that is sincerely appreciated! In order to be able to access the Jetson Nano GUI, I was going to snoop around to see if someone was able to get some dialect of VNC server working reliably. Have you by chance had an opportunity to perhaps find something that would work on your system? AS you stated in earlier videos, it is great to be able to access from another system rather than always using the Nano with its own KB, mouse and monitor. Thank You!
I have gotten it to work, but it requires modification of system files, and I am suggesting we wait until a more ready for prime time installation is available. Again, really my main concern is that we do not mess up the system configuraiton that allows access to the parallel processing.
@@paulmcwhorter That makes sense. I may go ahead a flash another SD just for experimentation? Out of curiosity Paul, which VNC did you get to work?
I think there is a vnc already on there but the issue is getting it to work. Can not remember exactly what I did but check out nvidia jetson nano forums and search on it.
really Enjoying the lessons, the amount of detail you go into is perfect for me, is there anyway to operate the Nano from my laptop as I bought the wrong wireless keyboard away with me , I ordered it online and didn't check the description correctly, I've setup the keyboard in English in the Nano settings when first setting up but think the keyboard is German
thank you
Hi Paul, Very helpful video.
I noticed in the editor that sometimes, my last input character does not print to screen. (Kind of like I missed the key while typing.) If I retype the character and hit enter, the output shows both characters. Have you had any case of this? I noticed your filename has an extra 'o' in Hello... I hope this symptom does not continue in this software. It will be a bit frustrating.. I appreciate the click by click instructions. I would be completely lost otherwise. Thanks.
This happens to me as well, particularly when I am naming files.
The menu-bar parent is defaulted to a Mac usage (current application menu always at screen.top). You expect a MSWindows usage (menu at top of window). Linux let's you choose your window manager. 😎
how can i view visual studio in headless mode, and download python ect, ? is it only commands in headlessmode ?
thank you
I also have this question!
awesome videos
why exactly pip install is not used?
thank you
Hi Paul! How do we go about getting the latest stable version of VS code on JetPack 4.6? Thank you!
Well this ended like every other experience I've had in Linux, wasted hours of my time with zero results. It never fails to amaze me that simple installing any software on Linux turns into an utter knife fight that I always lose. I would be interested in engaging your services to produce a working ssd for the nano with a work python IDE. If you are interested please PM me to discuss details and compensation.
Hi Paul. This is a great video and sincerely appreciated. I am trying to install the Jetson Nano developer kit image on SD card 128 GB following the instructions for windows 10. I was facing boot problems when inserting the SD card on Jetson Nano. It seems that it does not read the SD card well; knowing that the image on my SD card 64 GB works fine.Does Jetson Nano support only SD card 64 GB?
I use a 128G card, and there are no problems. Make sure it is a good card. Maybe try a different one.
@@paulmcwhorter Thank you a lot Paul.. I will try to buy a new one. I appreciate your prompt replied.
@@halwanistudio5258 - I know it is a late reply but maybe it will help someone new - 128 GB Samsung card works without issues.
A dumb question; can i use the jetson with a windows laptop and an ide on the laptop? Or login on the jetson through the laptop and work onnit from there?
You can SSH or putty in and have a terminal window. I dont know how to run a remote desktop
HELP! After entering in the curl github url and pressing enter I get the following "0curl: (7) Failed to connect to github.com port 443: No route to host.
make sure you are connected to the internet. Verify good internet connection. Make sure you have the commend entered exactly correctly. Make sure you do not have a firewall or other network software blocking your access to github.
@@paulmcwhorter Success! The Wi-Fi connection was dropping out. First time it's been a problem. Using an Edimax N150 WiFi USB Adapter. Noticed that I plugged it into a USB 3.0 port. Datasheet says 2.0 so I moved it to a 2.0 and achieved success. Thank you!
2020: Visual Studio code is on all arm 64 linux system.
Step1:
Just go to visual studio code website and download the arm64 Debian package.
Step2: type in terminal
sudo dpkg -i NAME OF THE DEBIAN FILE
Step3: Open visual Studio
This is the official version from Visual Studio code
I got an error "curl: (6) Could no resolve host: arm64.deb" Do you know how can i solve it?
Are you on the same Jetpack as I am . . . Remember in lesson 1 we were to work on Jetpack 4.2
Internet on my jetsen nano is too much slow
It takes hours to open google
Whereas i am using the same WiFi on other decided and it's working fine
I am using a Tenda U3 300MBPS wifi dongle with jetsen nano
Can anyone help me with that?
The nano is on a dedicated unit how can I copy this?I got it I hand copied it it wasn't bad this is where the update came the first python is 2020 not 2019 anymore.ahhhhhh👍
I did copy paste from Chromion Web Browser...
dang...White IDE burns my eyes lolz
3.9.7 64bit
nah bro uses light mode 💀
Talk too much