stm32f769-dk linux
My goal is to install linux on the stm32f769-dk board.
I have no such experience before.
I compiled the build kernel with buildroot and installed it on the board.
Linux worked but the only problem is that buildroot should normally load the image to the screen on the board. I
played around a bit and found that buildroot uses the otm8009 driver but I have the nt35510.
Actually linux has the nt35510 driver in the source code.
path : (source code root)/drivers/gpu/drm/panel/panel-novatek-nt35510.c
I have no idea how to use this driver in u-boot or buildroot.
