Thank you for taking your time to test on your board. The below is my details steps.
- When I received a i.MX 8M Plus PEVK board, Linux Binary version "L5.4.70-2.3.2" was preinstalled in the board.
- I downloaded the latest version of Linux image "LF_v5.10.72-2.2.0" from the NXP website, and I updated the Linux image on the board by uuu. I ran uuu.auto that is stored in the LF_v5.10.72-2.2.0_images_IMX8MPEVK. (I executed the command uuu -d uuu.auto from Windows PowerShell.)
- Power on the board and edit /etc/xdg/weston.ini with adding the script below to remove menu-bar shown at the top of screen.
[shell]
panel-location=""
panel-position=none
- Reboot the board and interrupt auto-boot in the serial terminal. Change the device tree file by entering the commands below.
U-Boot > setenv fdtfile imx8mp-evk-rm67199.dtb
U-Boot > run bootcmd
I ran an application I created, then I found this color issue, some level of gray color was green. To make sure if the issue is caused by my application or not, I displayed a ramp test pattern image without running my application as following steps.
- Store ramp test pattern images under the root folder.(See attached files for testpatterns I used)
- Edit weston.ini with adding the script below.
[shell]
background-image=/home/root/ramp_pattern.jpg
- Reboot the board and change device tree to rm67199 in u-boot.
- The color issue occurs in the ramp image.(See attached files for the color issue on display)
Thanks,