[IMX8MMINILPD4-EVK][Yocto] Append kernel command-line

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

[IMX8MMINILPD4-EVK][Yocto] Append kernel command-line

Jump to solution
1,963 Views
expman99
Contributor II

Hi,

I am implementing factory-reset by using meta-readonly-rootfs-overlay. It required to update kernel command-line, and I tried as Yocto document:

"The Linux kernel command line is typically specified in the machine config using the APPEND variable. For example, you can add some helpful debug information doing the following:

     APPEND += "printk.time=y initcall_debug debug" "

Although added the APPEND in imx8mmevk.conf and local.conf also, kernel command-line was not updated.

Is this correct way to update kernel command-line?

Thank you,

1 Solution
1,726 Views
radhikasomaiya
Senior Contributor II

Hi Tu Ma,

You can refer the below link to update kernel command-line.

https://community.nxp.com/thread/329523 

Regards,

Radhika Somaiya.

View solution in original post

2 Replies
1,727 Views
radhikasomaiya
Senior Contributor II

Hi Tu Ma,

You can refer the below link to update kernel command-line.

https://community.nxp.com/thread/329523 

Regards,

Radhika Somaiya.

1,726 Views
expman99
Contributor II

Hi Radhika Somaiya,

Thank you so much.

0 Kudos