Skip to content

Commit c9aa501

Browse files
authored
backend: Bump version (#560)
1 parent b32f078 commit c9aa501

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

documentation/docs/community/contribute/tips-and-tricks.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ If that doesn't work, type `nmap -sn 192.168.1.0/24` from your computer to find
5757

5858
See also the operating guide [Networking](https://docs-edge.planktoscope.community/operation/networking/)
5959

60+
## Disable splash screen
61+
62+
We recommend disabling the splash screen to get better boot logs
63+
64+
```sh
65+
sudo nano /boot/firmware/cmdline.txt
66+
# remove "quiet splash plymouth.ignore-serial-consoles"
67+
```
68+
6069
## Backup and Restore SD Card
6170

6271
You will need to plug the SD card into your computer.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eea1e8b
1+
6e1e468

0 commit comments

Comments
 (0)