Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions documentation/docs/community/contribute/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ If that doesn't work, type `nmap -sn 192.168.1.0/24` from your computer to find

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

## Disable splash screen

We recommend disabling the splash screen to get better boot logs

```sh
sudo nano /boot/firmware/cmdline.txt
# remove "quiet splash plymouth.ignore-serial-consoles"
```

## Backup and Restore SD Card

You will need to plug the SD card into your computer.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eea1e8b
6e1e468