Very long time to boot on raspberry (tutorial Bare bones)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
smagnin
Posts: 1
Joined: Thu Jun 11, 2015 1:24 pm
Libera.chat IRC: smagnin

Very long time to boot on raspberry (tutorial Bare bones)

Post by smagnin »

Hi everyone,

I'm beginner at OS development. So i've followed the bare bones tutorial (for raspberry pi). FOr the first time, I have understand and copy the example code, and test it on real raspberry pi (model B) with serial cable, to get the message.
Is it normal to wait 5 minutes or more to get the "Hello world" message ? In the code, nothing looks to do this huge delay. Is it due to the compiler ? Or Do I need to add/change something in the code ?

Smagnin

PS: I've tried with normal linux kernel and I get the output directly.
User avatar
iansjack
Member
Member
Posts: 4707
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Very long time to boot on raspberry (tutorial Bare bones

Post by iansjack »

It's not normal. A simple bare bones kernel should boot almost instantaneously (once the Pi firmware has done it's thing), certainly faster than a Linux kernel. I can't guess what your problem is because I have never had such a problem.
Post Reply