Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:user-config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:common:configurations:user-config [2023/11/07 05:54]
sravan
products:sbc:common:configurations:user-config [2026/05/11 02:20] (current)
nick
Line 1: Line 1:
-====== Kernel Bootargs User Config ======+====== Kernel bootargs user config ======
  
 ===== Introduction ===== ===== Introduction =====
  
-This page mainly introduces how-to user can customize linux kernel bootargs under Ubuntu.+This document explains how users can customize the Linux kernel boot parameters (bootargs) on Ubuntu for the Edge-2L.
  
-===== How-to Customize Linux Kernel Bootargs =====+===== How to customize Linux Kernel bootargs =====
  
-You can edit file ''/boot/uEnv.txt'' to add the user bootargs.+You can add user-defined boot arguments by editing the file ''/boot/uEnv.txt''.
  
-The default file contents are similar as below:+The default contents of this file are similar to the following:
  
 ```shell ```shell
Line 29: Line 29:
 ``` ```
  
-==== Normal Bootargs ==== +==== Normal bootargs ==== 
-You can append your bootargs to the configuration ''boot_user_args=''.+You can append your custom boot arguments to the ''boot_user_args='' configuration variable.
  
-e.g. Add bootargs ''cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory systemd.unified_cgroup_hierarchy=0'', the variable ''boot_user_args='' should be as below:+Example: To add the bootargs ''cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory systemd.unified_cgroup_hierarchy=0'', the line should look like this:
  
 ```shell ```shell
Line 38: Line 38:
 ``` ```
  
 +/* Edge-2L support kernel6.1 only.
 ==== Console Bootargs ==== ==== Console Bootargs ====
 <WRAP important> <WRAP important>
Line 67: Line 68:
 Save the file and reboot to take effect. Save the file and reboot to take effect.
 </WRAP> </WRAP>
 +*/
 +===== How to check the current Kernel bootargs =====
  
-===== How-to Check Linux Kernel Bootargs ===== +After rebootingyou can verify the active kernel command line by running:
- +
-After reboot systemwe can check current linux kernel bootargs+
  
 ```shell ```shell
Last modified: 2026/05/11 02:20 by nick