Skip to main content

Boot Parameters

Modify the Linux boot parameters​

sudo nano /etc/kernel/cmdline   # Add or modify the options you need
sudo u-boot-update # Execute the command to update the boot parameters

Reboot​

# You can check the parameters using cat /boot/extlinux/extlinux.conf
sudo reboot