In iMX6 fb0 resolution is set to the value specified by videoargs in uboot. fb1 (foreground of the same display) always comes up with the resolution 240x320. Is there a way to set it to the same resolution?
you can use the tools, for example:
fbset -fb /dev/fb1 -xres * -yres*
I know about fbset. My question was whether it is possible to set it to the same resolution automatically. And why does it always come up with the resolution 240x320?
you should change the source code. the framebuffer source code in the bsp, but I don't think you need to do that.
I should not change the source code, driver creators should. Or is it a feature, not a bug that FG and BG screen modes are not matched automatically?
I don't think this is a bug