1
vote
2answers
29 views

What does “INFO: task XXX blocked for more than 120 seconds” exactly mean on Linux?

I had this message in my kernel log. I would like to know what it means technically: under what conditions does the kernel display this message about a task? For the record, my blocked task was ...
1
vote
0answers
47 views

No make target “uImage” with Buildroot 2013.05

After enabling Linux Kernel option and setting the Kernel binary format to uImage, I always get the following error: make[1]: * No rule to make target `uImage'. Stop. My buildroot configuration is ...