From 103eb901456f22ae221b5fc3901898cce8a0484a Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Thu, 3 Apr 2025 14:41:53 +0200 Subject: [PATCH] backend: Bump version --- .../docs/community/contribute/tips-and-tricks.md | 9 +++++++++ .../python-hardware-controller/backend-version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/documentation/docs/community/contribute/tips-and-tricks.md b/documentation/docs/community/contribute/tips-and-tricks.md index f17dce7d1..ed1123cb4 100644 --- a/documentation/docs/community/contribute/tips-and-tricks.md +++ b/documentation/docs/community/contribute/tips-and-tricks.md @@ -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. diff --git a/software/distro/setup/planktoscope-app-env/python-hardware-controller/backend-version b/software/distro/setup/planktoscope-app-env/python-hardware-controller/backend-version index f90c21baa..139b8b66f 100644 --- a/software/distro/setup/planktoscope-app-env/python-hardware-controller/backend-version +++ b/software/distro/setup/planktoscope-app-env/python-hardware-controller/backend-version @@ -1 +1 @@ -eea1e8b +6e1e468