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:
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