2024-03-23 03:29 AM - edited 2024-03-23 03:33 AM
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.
2024-03-23 04:55 AM
Why? It's not suitable.
Perhaps ucLinux, but again why? Thought of a RPi or similar board?
2024-03-23 05:03 AM - edited 2024-03-23 05:06 AM
@Tesla DeLorean wrote:Thought of a RPi or similar board?
+1 :thumbs_up:
@OguzhanBalci have you looked at ST's range of MPUs? That'd be place to go if it's Linux you want:
https://www.st.com/en/microcontrollers-microprocessors/stm32-arm-cortex-mpus.html
Addendum
Why you (almost certainly) want an MPU - not an MCU:
2024-03-23 09:40 AM - edited 2024-03-23 09:41 AM
Hello,
You mean uc-Linux and not Linux (as stated above) as the latter needs MMU to run.
Emcraft offers uc-Linux version running on STM32F769-Disco board. Have a look at that link.
Otherwise STM32MPXX devices run natively Linux.
2024-03-24 02:22 AM
-I have a car with a flat tire. How can I fix the tire?
-Why don't you buy a BMW, it's much better.
2024-03-25 05:04 AM - edited 2024-03-25 07:02 AM
@OguzhanBalci you seem to have deleted it now, but you made the analogy:
- I have a car with a flat tire. How can I fix the tire?
- Why don't you buy a BMW, it's much better.
So you have 2 choices:
2024-03-25 07:03 AM
If you need to use this specific buildroot, you can contact its developer.