currently our cmline looks like below
root@jetson-xavier-nx-devkit:~# cat /proc/cmdline
console=ttyTCU0,115200 console=ttyTCU0,115200 console=tty0 fbcon=map:0 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt tegra_fbmem=0x800000@0xa069c000 lut_mem=0x2008@0xa0696000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1
For our use case we want to be able to add/update a new entry to the Linux command line. Is there a tool to do that ?
Background: We are using RAUC for OTA updates and it detects the active rootfs by reading rauc.slot=<slot>
from /proc/cmdline
.