Difference between revisions of "Radxa-configuration"
(Created page with "{{Languages|radxa-configuration}} = Introduction of Radxa Configuration = This document describes Radxa configuration.") |
(→Introduction of Radxa Configuration) |
||
Line 3: | Line 3: | ||
= Introduction of Radxa Configuration = | = Introduction of Radxa Configuration = | ||
− | This document describes Radxa configuration. | + | This document describes Radxa official Ubuntu/Debian configuration. |
+ | |||
+ | == The Kernel Command Line == | ||
+ | |||
+ | The Linux Kernel accepts a command line of parameters during boot. | ||
+ | Radxa official Ubuntu/Debian provide one file '''uEnv.txt''' in the boot partition to for user to add the needed kernel parameters. | ||
+ | uEnv.txt is a simple text file that can be edited using any text editor, e.g. nano, vim, etc. | ||
+ | |||
+ | We need to add all the parameters to the line | ||
+ | |||
+ | <pre style="color: red">extraargs=</pre>. | ||
+ | |||
+ | === Command Line Options === | ||
+ | |||
+ | ==== max_loop: set the number of loop device ==== | ||
+ | |||
+ | extraargs='''max_loop=8''' | ||
+ | |||
+ | ==== mem: set memory ==== | ||
+ | |||
+ | extraargs='''mem=512MB''' max_loop=8 |
Revision as of 15:10, 2 March 2022
Contents
Introduction of Radxa Configuration
This document describes Radxa official Ubuntu/Debian configuration.
The Kernel Command Line
The Linux Kernel accepts a command line of parameters during boot. Radxa official Ubuntu/Debian provide one file uEnv.txt in the boot partition to for user to add the needed kernel parameters. uEnv.txt is a simple text file that can be edited using any text editor, e.g. nano, vim, etc.
We need to add all the parameters to the line
extraargs=.
Command Line Options
max_loop: set the number of loop device
extraargs=max_loop=8
mem: set memory
extraargs=mem=512MB max_loop=8