Hello,
We would like to use Toradex Easy Installer to update the operating system in the field, by using a memory stick. The update works well, but the colors on the screen are wrong during the update. We are using a 800x480 RGB LCD with 24 bits. Therefore, I made a customized boot script with the following additional line:
setenv bootargs console=ttymxc0,115200 quiet video=mxcfb0:dev=lcd,800x480M@60,if=RGB24,bpp=32 fbmem=8M rootfstype=squashfs root=/dev/ram autoinstall fullscreen ${teziargs}
Even with this parameter, the colors are wrong. I assume, that the device tree of the TEZI image is made for 18bit displays, since 18bit is the standard for Colibri modules. Is it possible, to use a customized device tree for the TEZI image, so that we can use it with 24bit displays?
Best regards,
Fabian