2010-09-29

Solve Warning of minicom: unable to open an initial console.

The situation is:
I want to use nfs system on my linux host (debian, squezze) to start the embedded device (mini2440). The system can successfully start but the minicom didn't work any more. A warning message was reported:

Warning: unable to open an initial console.


The reason: 
The nfs system on my linux host has no /dev/console.

The solution:
>cp -rf /dev/console $rootf/dev/

Reference:
http://kerneltrap.org/node/6854

No comments:

Post a Comment