nfs をマウントするときに /dev/console が見つからない

nfs をマウントするときに /dev/console が見つからない

リモート デバイスで Linux を起動しようとしています。カーネルの uImage を tftp 経由でロードします。

boot -uboot -tftp TFTP_SERVER:uImage

そしてルート fs がどこにあるか教えてください:

console=ttyS0,9600 ip= {IPs here} root=/dev/nfs nfsroot={ROOTFS_SERVER}:/{PATH_TO_MOUNT},nfsvers=3,tcp

そして次のようになります:

Kernel panic - not syncing: /dev/console is missing or not a character device!
Please ensure your rootfs is properly configured

CFE ブートローダーを使用しています。このエラーの意味は何ですか? オンラインで調べてみましたが、説明が見つかりませんでした。

関連情報