-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ArduPilotCompanion
committed
Mar 12, 2020
1 parent
90609ed
commit 0fea704
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ echo "Disabling Serial Console to ttyS0" | |
tput sgr0 | ||
|
||
systemctl mask [email protected] | ||
perl -pi -e 's/bootdelay=1/bootdelay=-2/g' /boot/firmware/uboot.env | ||
|
||
#copy uboot.env configuration to disable uboot wait for key | ||
cp uboot.env /boot/firmware | ||
|
||
perl -pe 's/console=ttyAMA0,115200//' -i /boot/config-5.3.0-1017-raspi2 | ||
perl -pe 's/console=ttyAMA0,115200//' -i /boot/config-5.3.0-1018-raspi2 |
Binary file not shown.