Hi all,
I'm developing a dashcam project using NXP IMX8 platform. The system should show my own logo at startup and immediately jump to launch my application instead of default desktop of embedded linux or command line interface after successfully boot. I also want to use LVGL as default GUI library for my application. Can I just use the prebuilt Embedded Linux image from https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat... and do some customization in order to achieve what I expected? or I have to customize a GUI layer in Yocto project and follow https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf to build whole system from scratch? I'm new to embedded development so please give me an advice or a guideline that is easy to follow.
Thank you so much