Hi all,
I have compiled kernel thousand times for my RPi2 and RPi3 with all my customization and I have been successful all the times.
I just have received my Rpi Zero Wifi and tried to make a custom kernel.
I tried Linux kernel 4.4.y, in specific 4.4.50, and also 4.9.y (4.9.17) and after successful compile, I tried to boot my RPi Zero W but the board stuck at boot and says : "Kernel is not tainted"
I have use "bcmrpi_defconfig" for default configuration similar to RPi 1/RPi compute module as RPi Zero/W also is Armv6 architecture. But I do not know what is wrong and why I cannot boot with my kernel.
Any help will be appreciated?!!!
P.S: Only addition to kernel compile is "LOCALVERSION" variable to have my own name for lib/modules and custom logo which already have been tested on RPI2/3. I also have used all lib/firmware available in latest Raspbian image.