I don’t know which specific carrier board you have, but the original TX2 (not Nano, nor NX) is larger square shape. I’m not actually measuring this, but I’m thinking it was about 10 inches by 10 inches. This is a picture of the full TX2 dev kit:
https://developer.nvidia.com/blog/parallelforall/wp-content/uploads/2017/03/JTX2_Devkit.png
Note the heat sink on that board. The module sits beneath the heat sink and looks like this:
https://developer-blogs.nvidia.com/wp-content/uploads/2017/03/Figure1_TX2-e1488772330657.png
You won’t be able to install the NVIDIA flash software on a Windows system, so this might be getting too far ahead, but that software has flash “targets”. Targets are just the specification for flashing a module plus carrier board combination. It used to only be possible to flash on command line, and you still can, but targets can either be from the “technical” name, or from the common “alias”. The technical name is always a combination of the module model and the carrier board model, and sometimes also adds different “purposes”, e.g., a normal configuration or a 24x7 configuration. Here is an example of the configuration file alias and what it points to:
jetson-tx2-devkit.conf -> p2597-0000+p3310-1000.conf
Notice that p2597
? It matches your model. That is a module model. The carrier board for that is the p3310
, with a revision. The content for a p2597
would be the same for a number of TX2 models, but the p3310
would vary. The result would be different firmware/device tree content.
Does your TX2 look like the larger square model in the first image? If so, then your flash target is likely “jetson-tx2-devkit
”.
The SD card slot on that model is not under the heat sink, attached to the module. Instead, the SD slot is along the edge of the carrier board the heat sink unit attaches to. This model has eMMC memory, and differs such that it will not boot to the SD card. For that model you must flash the eMMC. There are more complicated ways to pick other boot targets (such as SD card or USB SATA drive), but this requires extra steps and is more complicated than just flashing to the eMMC. Do not expect an SD card to boot on such a model. No SD card is required for that model.
Jetsons are very power efficient. The fan only goes on when warm enough to need cooling. Most Jetsons won’t power the fan except for a very brief “blip” right at power on, and again only when under load. The fan is not on because (A) it is not flashed, and (B) it is not under sufficient load to heat up.