mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
added notes about speeding up boot time
This commit is contained in:
@@ -15,7 +15,6 @@ Serial setup:
|
||||
serial clock is tied to GPU clock, need to fix it for it to be stable
|
||||
|
||||
sudo nano /boot/config.txt, add:
|
||||
force_turbo=1
|
||||
gpu_freq=250
|
||||
gpu_freq_min=250
|
||||
|
||||
@@ -97,4 +96,29 @@ GG: get gamepad file
|
||||
QUIT: quit program
|
||||
|
||||
U4 RF /home/pi/usb4vc_data/config.json
|
||||
U4 WF /home/pi/usb4vc_data/test.txt c3NoIHBpQDE5Mi4xNjguMS41Ng==
|
||||
U4 WF /home/pi/usb4vc_data/test.txt c3NoIHBpQDE5Mi4xNjguMS41Ng==
|
||||
|
||||
------------
|
||||
boot speedup:
|
||||
|
||||
sudo nano /boot/config.txt
|
||||
disable_splash=1
|
||||
boot_delay=0
|
||||
|
||||
sudo nano /boot/cmdline.txt
|
||||
|
||||
Add quiet after rootwait
|
||||
|
||||
raspberry pi 3
|
||||
before speedup:
|
||||
|
||||
19.16
|
||||
18.07
|
||||
19.11
|
||||
18.37
|
||||
|
||||
|
||||
after speedup:
|
||||
|
||||
16.95
|
||||
16.45
|
||||
Reference in New Issue
Block a user