We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d782fda commit 9122840Copy full SHA for 9122840
config/sources/families/rockchip-rv1106.conf
@@ -22,7 +22,12 @@ BOOTDELAY=1
22
SERIALCON="ttyFIQ0"
23
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
24
SRC_EXTLINUX="yes"
25
-SRC_CMDLINE="cma=0 video=off console=ttyFIQ0,115200n8"
+# Bootargs:
26
+# cma=0 -- disable CMA allocations (used by video / ipc) to save memory
27
+# video=off -- disable video subsystem to save memory
28
+# udev.children-max=1 -- limit number of udev child processes to save memory early in boot
29
+# console=ttyFIQ0,115200n8 -- set console to FIQ0 serial port at 115200 baud
30
+SRC_CMDLINE="cma=0 video=off udev.children-max=1 console=ttyFIQ0,115200n8"
31
OVERLAY_PREFIX="rv1106"
32
OFFSET=16
33
SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_optee.sh"
0 commit comments