U-Boot – Load custom config

By | December 1, 2021

In my app, I needed to force Linux Kernel Framebuffer resolution, until X server is initialized. This is possible via various kernel command line options, one is using video=HDMI-A-1:1280x720. Now I need to have this to be possible to configure via my app, and in this tutorial I will show you how I made it.

Continue reading