Colibri VF50 not booting.. stays in the splash screen

Board not giving any boot messages in the terminal port during boot and is not booting… It stays in the splash screen… what might be the reason?

Dear @Sarika

The system outputs several messages on the debug UART, before it gets to displaying the splash screen.
The only way to prevent this is to set boot.silent = 0.
You can enter the bootloader menu, and execute the Eboot commands

c                       ; clear registry
x                       ; enter command line mode
clear boot

to revert this setting to the factory default.

However, this might not be sufficient to make your WinCe OS bootable again. Please refer to the following developer page articles for further steps:

  • VFxx Recovery Mode
    This explains how to flash a working Eboot onto any non-bootable Colibri VF50 module. If your Eboot is still running, you may skip this step.
  • Colibri VF50/VF61 WinCE Bring-up
    This article explains how to flash a WinCe operating system from the Eboot bootloader.

Regards, Andy

Thanks for reply