An error as title says occurs when building source code for TX2.
The system info that was build on is:
arch: x86_64
version: ubuntu 14.04
There’re 3 instructions I have performed.
- make O=$TEGRA_KERNEL_OUT tegra18_defconfig. successfully!
- make O=$TEGRA_KERNEL_OUT menuconfig. successfully!
- make O=$TEGRA_KERNEL_OUT zImage. failed!
please help me, what’s wrong?
And, I have build source code on TX2, is there other way to install kernel on TX2 without reflashing it?