Radxa-configuration
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