Basic Understanding of jetson TX2

Hi,

I’m new to this processor.

May I know the following details to start working on it.

  1. Jetson module contains any operating system or any boot-up code in it?

  2. Will Jetson tx2 supports any other operating system other than linux?

  3. Jetpack is supported only in ubuntu 14.04/0x64?

Thanks & Regards,
Mounika Reddy

Hi,

“Jetson TX1 comes preloaded with NVIDIA’s Linux4Tegra (L4T) distribution based on Ubuntu.”

You might want to refer to the following wiki for more details.

http://elinux.org/Jetson_TX1#System_Tools

The entries are similar for TX2 as well.

Jetsons come with Ubuntu, and have hardware accelerated access files added to this…then known as “Linux for Tegra” (L4T). The original JTK1 had fastboot boot loader, but all newer generations (including JTK1 after a flash) use U-Boot boot loader.

JetPack is a front end to the flash software and to adding extra packages. It is designed for an x86_64 host running Ubuntu 14.04. Flash software works from any Linux x86_64 host if just doing command line flashing without the extra “goodies” provided by JetPack.

There is no other officially supported operating system on a Jetson. Some third parties have created Android installs, YMMV. Some other Linux distributions are ported, but probably do not have accelerated hardware access (e.g., no GPU and thus no CUDA).

Hi,

Thank you so much for the information.