How to upgrade my TX1 machine to R28.1

Because we want to build our drivers in the target machine directly, we would like to configure the TX1 machine so it can compile drivers natively.

From the information you provided in #13, we interpreted it has the following 3 steps:

  1. cp config.gz .config
  2. vi .config, change CONFIG_LOCALVERSION=“” to CONFIG_LOCALVERSION=“-tegra”
  3. reboot TX1

Please confirm if this is correct.