Questions " Tegra X1 vs Jetson TX1

Hello,

I’ve Jetson TX1 board and want to interface our own MIPI camera.

  1. Tegra X1 and Jetson TX1 are same or different processor.
  2. Also can you please give me the download link for Jetson TX1 reference manual and document where I can look into the MIPI registers.

Thanks for your support.

Regards,
Titus S.

Tegra 21x is the Tegra X1 series (I don’t know which variants exist, but typically the naming convention for a Tegra chip might be a tegra210 variant, tegra211 variant, tegra212 variant, so on, with each being a Tegra X1). Tegra X1 is an SoC distributed on the TX1 module. The module seats on the developer carrier board…I’m not positive, but I think when you mount the module on the developer carrier board is when you can call it a Jetson instead of a TX1 module using a Tegra X1 SoC. Third party carriers use the same module with the same SoC, but are no longer called a Jetson.

Tegra X1 and Jetson TX1 are the same processor, but differ in carrier board (the TRM is correct on both of those…board support package will differ).

If you go here, check “Jetson TX1” under product, then search for “TRM”, you’ll get the doc:
[url]https://developer.nvidia.com/embedded/downloads[/url]

Hi Titus,

  1. they’re same processor, but the TX1 chip isn’t generally available, we only provide Jetson TX1 module now.
  2. Please find TX1 module DS and OEM DG from Embedded Download Center: https://developer.nvidia.com/embedded/downloads.

Thanks

Thanks linuxdev and kaycc for your support.

Where I can get the MIPI CSI registers for Jetson TX1 ?
I don’t see it in TX1 module DS and OEM DG.

Regards,
Titus S.

Hi Titus,

Regarding MIPI CSI registers for Jetson TX1, please find those details from section 29.16 MIPI-CSI Registers of TRM doc:
[url]http://developer.download.nvidia.com/assets/embedded/secure/jetson/TX1/docs/Tegra_X1_TRM_DP07225001_v1.1p.pdf[/url]

It’s in the download center as linuxdev mentioned.

Thanks

Thanks both for your quick support.