How to get a custom minimal kernel configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get a custom minimal kernel configuration

1,170 Views
leocheng
Contributor II

Hello,

I need to get a minimal kernel runing on an embedded hardware. The machine cpu is NXP i.MX7, it should support,
I2C
USB device for micro SD Card MSD mode
micro SD card, FAT file system
4.7 LCD with LCDIF
power management
video camera with MIPI DSI
matrix keypad
GPIO
ADC
PWM

The system is set up to run qt program after power up. So I want to get a clean and minimal kernel configuration, only includes above sutffs, no network, no wifi, no bluetooth, etc, just keep the kernel as small as possible.

Can anyone having the same experience how to make it.

Labels (3)
Tags (1)
0 Kudos
1 Reply

971 Views
igorpadykov
NXP Employee
NXP Employee

Hi Leo

one can start with core-image-minimal configuration described

in Table 1. Freescale Yocto project images attached Yocto Guide.

Then include or exclude necessary modules using its description

in Linux Manual.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos