Hi @logic887,
I hope you are doing well.
Could you please elaborate more about the use case?
Are you referring to U-boot drivers or Kernel Drivers?
One can edit bootargs env to edit kernel cmdline.
=> setenv bootargs ' ${jh_clk} ${mcore_clk} console=${console} root=${mmcroot} <module_name>.<parameter_name>=value '
It will automatically pass kernel parameters to the driver.
Thanks & Regards,
Dhruvit Vasavada
Hi @logic887,
I hope you are doing well.
Could you please elaborate more about the use case?
Are you referring to U-boot drivers or Kernel Drivers?
One can edit bootargs env to edit kernel cmdline.
=> setenv bootargs ' ${jh_clk} ${mcore_clk} console=${console} root=${mmcroot} <module_name>.<parameter_name>=value '
It will automatically pass kernel parameters to the driver.
Thanks & Regards,
Dhruvit Vasavada