Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

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 official 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 Kernel Command Line ==

Revision as of 15:21, 2 March 2022

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