Difference between revisions of "Radxa-configuration"
(→Introduction of Radxa Configuration) |
|||
Line 1: | Line 1: | ||
{{Languages|radxa-configuration}} | {{Languages|radxa-configuration}} | ||
− | = Introduction of Radxa Configuration = | + | = Introduction of Radxa Ubuntu/Debian Configuration = |
− | This document describes Radxa | + | This document describes Radxa Ubuntu/Debian configuration. |
+ | |||
+ | Radxa Ubuntu/Debian: https://github.com/radxa/debos-radxa/releases | ||
== The Kernel Command Line == | == The Kernel Command Line == |
Revision as of 15:21, 2 March 2022
Contents
Introduction of Radxa Ubuntu/Debian Configuration
This document describes Radxa Ubuntu/Debian configuration.
Radxa Ubuntu/Debian: https://github.com/radxa/debos-radxa/releases
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