Hi All,
This is what I have done till now:
1. Flashed a sd card with arch linux image for my raspberry pi 2. I have followed instructions as mentioned here - https://archlinuxarm.org/platforms/armv ... berry-pi-2 .
2. So far so good, my raspberry pi 2 boots properly with this image.
3. Then, I wanted to install a custom kernel and hence I have downloaded the kernel (kernel version 4.4.31;this is the version used in the above mentioned arch image) from kernel.org
4. I followed instructions as mentioned here (http://elinux.org/RPi_Upstream_Kernel_Compilation) to compile the kernel.
5. Once I install the compiled kernel, raspberry pi 2 is not booting. U-boot starts and it starts the kernel with message "Starting Kernel..."and nothing comes after that.....
I have tried all possible things that I can think of but still it is not working.. Can anyone please suggest me what could be the mistake?