我把ti-processor-sdk-linux-am335x-evm-03.01.00.06里面自带的QT5.6.1库拷贝到我使用busybox编译出来的文件系统里,使用eglfs,运行程序后出现如下错误:
EGLFS: Failed to open /dev/fb0
EGLFS: Can't continue without a display
Aborted (core dumped)
dev目录下并没有fb0节点,所以,想请下这个节点是怎样生成的?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我把ti-processor-sdk-linux-am335x-evm-03.01.00.06里面自带的QT5.6.1库拷贝到我使用busybox编译出来的文件系统里,使用eglfs,运行程序后出现如下错误:
EGLFS: Failed to open /dev/fb0
EGLFS: Can't continue without a display
Aborted (core dumped)
dev目录下并没有fb0节点,所以,想请下这个节点是怎样生成的?