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.
During boot, I am getting a line that says "Error opening /dev/fb0: No such file or directory"
What is /dev/fb0 ? What startup script is running that?
I am using an AM3874, no DSPs and not using any gui at all on my platform.. console only.
Hi,
could you send the complete console log? it looks like fbdev module is not getting inserted.
Regards,
brijesh jadav
I probably wasn't clear enough in my original post. But starting at square 1, most important question:
1. What is fb0? Is it something to do with GUI support?
2. if it IS something to do with GUI support, how do I remove the error message? (NOT how do i get an unnecessary module inserted?)
Hi,
Yes, Fb0 is frame buffer driver, which is used for displaying GUI. This /dev/fb0 node will be created only when frame buffer is successfully inserted inside the kernel. It looks like it is not.
Regards,
Brijesh Jadav
Ok, thank you.
I am not using any GUI on my platform. I would like to know what causes the error message. I am guessing there is some type of init script or service that is attempting to open /dev/fd0. I can't find anything though. Do you have any ideas on where to look for what might be causing the error message to be printed?
Thanks again!
Hi Dennis,
Which application are you running? Is it DVR-RDK or ez-SDK?
Regards,
Brijesh Jadav
Brijesh Jadav said:Which application are you running? Is it DVR-RDK or ez-SDK?
EZSDK
Hi Dennis,
In ezSDK, there will be some init script, which will load the vpss.ko and frame buffer module. could you please check if they really get loaded?
Regards,
Brijesh
Brijesh Jadav said:Hi Dennis,
In ezSDK, there will be some init script, which will load the vpss.ko and frame buffer module. could you please check if they really get loaded?
Regards,
Brijesh
If you're using the EZSDK, there's a good chance a TI splash screen is still being loaded, to output a TI logo/progress bar at boot and at shutdown. I believe I've seen cases where it starts up prematurely.
The splash screen program will attempt to open the framebuffer, which won't exist if the modules aren't loaded, as in your case.
Check and see if you still have /etc/init.d/psplash being loaded at boot.
Nick Reed said:If you're using the EZSDK, there's a good chance a TI splash screen is still being loaded, to output a TI logo/progress bar at boot and at shutdown. I believe I've seen cases where it starts up prematurely.
The splash screen program will attempt to open the framebuffer, which won't exist if the modules aren't loaded, as in your case.
Check and see if you still have /etc/init.d/psplash being loaded at boot.