I am using IMX8ULP EVK with epdc display daughter card(IMXEBOOKDC5).After booting using Linux image the epdc display fails to get updated using frame buffer.When checking the power enable pin for display pmic it remains low,even if I write to frame buffer(compared using android image and this pin gets high whenever I update frame buffer fb0).
Furthermore ,I compared between frame buffer driver C files in both android and linux source (drivers/video/fbdev/mxc/mxc_epdc_v2_fb.c).I found that there is a function in android (mxc_epdc_update_data)defined for updating data from user space.