문제

I have got VIA BSP from the vendor and i have built a WinCE image using Platform builder. When I am trying to bootup the board with that image, It nearly takes 3 to 5 mins to boot. Please give me a solution...

Thanks in Advance...

도움이 되었습니까?

해결책

3 to 5 minutes indicates that there's an issue in the startup sequence. The most common item I've seen that causes extremely slow booting is that having KITL enabled in the OS build but not attaching from Platform Builder. What happens in this case is that the OS begins the startup sequence and then waits for a KITL connection for a long time before timing out and continuing the boot process.

That doesn't mean that this is your specific problem - you've not really told us anything to help us help you - this is just a slightly educated guess. What have you done to debug the issue? What does the debug output from the device look like? That would probably help you see if there are any failures. Have you done anything to verify and time driver loading?

다른 팁

The obvious thing would be to include less stuff in the image...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top