From 8a30d080e2b1da96b00c5b2005b453841efb9bab Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Wed, 3 Jul 2019 21:23:43 +0800 Subject: [PATCH] Update others.md --- docs/others.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/others.md b/docs/others.md index 96c9f59..49c93ea 100644 --- a/docs/others.md +++ b/docs/others.md @@ -8,6 +8,24 @@ ---- +#### other USB+SD=4 + +CONFIG + +``` +[pi4] +arm_64bit=1 +total_mem=1024 +enable_gic=1 +armstub=armstub8-gic.bin +``` + +CMD + +``` +dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait mem=1G +``` + #### GLES2 ```shell