Title: How to change the kernel command line? [Print This Page] Author: crashoverride Time: 7/3/2017 03:15 Title: How to change the kernel command line? Currently, using the Ubuntu image, the kernel command line is:
How do I make changes to this? There does not appear to be a "parameters" partition.Author: isle Time: 7/3/2017 09:52
extra your full image : http://wiki.t-firefly.com/index. ... en#Extract_FirmwareAuthor: bzhao Time: 4/2/2022 13:21
Under rv1126 Linux, in kernel DTS, I change like this:
chosen {
- bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 ro root=PARTLABEL=rootfs rootfstype=ext4 rootwait overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 cgroup_enable=memory swapaccount=1 snd_aloop.index=7";
+ bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 ro root=PARTLABEL=rootfs rootfstype=ext4 rootwait overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 cgroup_enable=memory swapaccount=1 snd_aloop.index=7 loglevel=8";
};
the logleve=8 is available after bootting, but it sound it does not works as expected
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)