Is it that porting from TX1 and TX2 is “transparent” when using the same jetpack version ?
Note: We use a kernel patch for two custom cameras, and because of this patch we rather stick with the same kernel, hopefully keep using jetpack 3.1 will take care of this
The same JetPack version will result in the same CUDA and CUDA-related versions, and so that part is unchanged. The compute architecture changes (different GPUs), and so if not already built for both compute architectures you will need to recompile. A TX1 is 5.3 (sm_53), but a TX2 is 6.2 (sm_62).