I am trying to set up a Raspberry pi B model to boot with U-boot, kernel on tftp and file system on NFS.
It loads the kernel from the tftp server I see, but after the kernel is started it comes to a screen with just the raspberry logo, nothing more happens.
I have another SD-card with normal Rasbian installation working fine so the hardware is ok.
I didn’t compile the kernel myself I just copied the kernel.img from the other SD-card to my tftp server
I can't figure out what is wrong.
Any suggestions where the problem could be?