Stuck at "Loading Kernel" in Colibri VF61

Hi, I come from here: Colibri VF50/61 UART 3 and 4 not working after custom DTB - Technical Support - Toradex Community

After I’ve succesfully updated my DTB in order to activate UART 3 and 4, I’m unable to load the newly compiled kernel. It just stays there, no error message. I’ve tried leaving it over an hour without any change. Flash to the NAND worked fine and Uboot boots correctly.

I’ve followed the tutorial Build U-Boot and Linux Kernel from Source Code | Toradex Developer Center, and according to KConfig the kernel is 4.4.39. I’ve tried changing a couple of options in the configurations disabling all fs except ext2/3/4, compiling with the default config, and nothing seems to change.

Any help is appreciated.

Álvaro.

Nvm it was my bad that I wasn’t selecting the def config before compiling the kernel, doh

make colibri_vf_defconfig
make -j3 zImage 2>&1 | tee build.log

did the trick

Nvm it was my bad that I wasn’t selecting the def config before compiling the kernel, doh did the trick

:+1: