Differences between revisions 1 and 2
Revision 1 as of 2012-01-10 13:53:59
Size: 1131
Editor: mbk-50-12
Comment:
Revision 2 as of 2012-01-10 13:54:52
Size: 1134
Editor: mbk-50-12
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
Have a look at the task `bin/base_task.c` in the [[liblitmus|liblitmus]] repository. It's a documented task skeleton that shows how to implement a periodic or sporadic real-time task. Have a look at the task `bin/base_task.c` in the [[Repositories|liblitmus]] repository. It's a documented task skeleton that shows how to implement a periodic or sporadic real-time task.

This page serves to collect frequently asked questions and corresponding answers. Please ask questions that are not answered here on the mailing list (and augment this list afterwards).

FAQ


I tried booting with one of the provided kernel configurations on my hardware, but the kernel kernel hangs during boot with the following message: "kernel panic not syncing vfs unable to mount root fs on unknown-block (0,0)". What's wrong?

This is a generic Linux problem, not a LITMUSRT problem. The configuration is missing support for your root device and/or your root file system. To boot LITMUSRT on your machine, you first need to have working configuration for an unmodified Linux kernel. Once you have mainline Linux working your machine, LITMUSRT should boot without problems as well.


I would like to write a real-time application that uses the LITMUSRT API. Where should I start?

Have a look at the task bin/base_task.c in the liblitmus repository. It's a documented task skeleton that shows how to implement a periodic or sporadic real-time task.

FAQ (last edited 2014-04-14 08:20:48 by bbb)