How can I change the linux kernel command line in u-boot? I tried to set bootargs and mmcargs but they do not affect the kernel command line. Using reference linux (5.0.0) image flashed to module with easy installer.
When kernel boots, I see Kernel command line: root=PARTUUID=55da87df-02 ro rootwait video=imxdpufb5:off video=imxdpufb6:off video=imxdpufb7:off
.
Thanks!