I haven’t compiled Linux in years, so please be patient.
I want to build a custom image (ultimately so I can add WiFi / Bluetooth - seriously, who uses Ethernet?).
I assume I need to:
a) checkout the l4t branch (mainline stable does not yet support Jetson? Yocto does not support Jetson?)
b) download the sample filesys and place it somewhere
c) download the custom Nvidia drivers and place them somewhere
d) make menuconfig, tweak, build
e) create a bootable SD card w/ UBoot / zImage / etc.
For step a) I thought I cloned the latest l4t, but I see no Jetson BSP and the kernel is 2.6?
Git tells me:
origin git://nv-tegra.nvidia.com/linux-3.10 (fetch)
origin git://nv-tegra.nvidia.com/linux-3.10 (push)
On branch tegra-l4t-r19.3
But there is no arch/arm/mach-tegra, and the Makefile shows:
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
EXTRAVERSION =-rc2
NAME=Woozy Numbat
What am I missing?
Many thanks,
Sean