Update others.md

This commit is contained in:
aiminick 2019-07-03 21:23:43 +08:00 committed by GitHub
parent f9048d33e6
commit 8a30d080e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -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 #### GLES2
```shell ```shell