X96Max (S905X3) VFD not working

Hello,

I have a X96Max (S905X3) device: https://es.aliexpress.com/item/32928180453.html

I installed OpenVFD addon and download and rename this file to /storage/.conf/vfd.conf: https://github.com/arthur-liberman/vfd-configurations/blob/master/x96-max-1gbit-vfd.conf

After reboot the display, it doesn’t turn on. Need I configure something else?

Best regards.

you have to change DTB for the modified one by TheCoolest

solution here

Thanks!

This works for me:

mount -o remount,rw /flash
cp /usr/share/bootloader/device_trees/sm1_s905x3_2g.dtb /flash/dtb.img 
reboot

Regards.