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 += "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,
Solved! Go to Solution.
Hi Tu Ma,
You can refer the below link to update kernel command-line.
https://community.nxp.com/thread/329523
Regards,
Radhika Somaiya.
Hi Tu Ma,
You can refer the below link to update kernel command-line.
https://community.nxp.com/thread/329523
Regards,
Radhika Somaiya.
Hi Radhika Somaiya,
Thank you so much.