Can I use my Windows host to learn jetbot development?

Hi! I know Ubuntu might be better to learn Jetson nano.But I’m more familiar with windows, and I only have one computer.
Thank you.

Hi 839165853,

All the development required SDK, tools and libraries do not support on Windows.

Sure. Vscode works great for remote development, and it’s free (it’s what I currently use for development onmy Nano/Xavier). You don’t need sdk manager to install anything on a Devkit nano anymore. Just apt-get install what you want on the nano directly.

Edit: that being said, if you want to create an image from scratch, it could be a problem, since that does require SDK Manager, however a VM does work for that, provided you don’t need to flash from it.