From e14083dff5dfcc753872e993f428a316ebe94681 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Mon, 22 Apr 2024 13:54:42 -0400 Subject: [PATCH] upd --- docs/bareboat-os.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/bareboat-os.adoc b/docs/bareboat-os.adoc index 2cf4f082..5f1abb75 100644 --- a/docs/bareboat-os.adoc +++ b/docs/bareboat-os.adoc @@ -540,7 +540,7 @@ On bookworm version you also need to disable the hciuart service, which initiali sudo systemctl disable hciuart ---- -Serial console must be disabled too. Check /boot/cmdline.txt +Serial console must be disabled too. Check /boot/cmdline.txt (/boot/firmware/cmdline.txt on Bookworm) You will need to remove /dev/ttyAMA0 from /home/pypilot/.pypilot/blacklist_serial_ports to let pypilot probe that port. (otherwise, pypilot port-probing breaks bluetooth even if bluetooth is enabled) @@ -2853,7 +2853,7 @@ Please send us your HowTo, and we can add it here for everyone to find. Thanks - Install the BerryGPS-IMU V3 hat - Follow steps to enable i2c and disable serial port https://ozzmaker.com/berrygps-setup-guide-raspberry-pi/ -- Remove serial console mentioned in /boot/cmdline.txt (argument with serial0 and baud rate) +- Remove serial console mentioned in /boot/cmdline.txt (/boot/firmware/cmdline.txt on Bookworm) (argument with serial0 and baud rate) - Reboot - sudo i2cdetect -y 1 (should show you addresses) - Do not create pypilot connection to signalK as it creates a data loop (see https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html#_imu ) @@ -3329,7 +3329,7 @@ disable_overscan, overscan_* NOTE: Versions with KMS driver such as bookworm (instead of fkms in older ones as buster) ignore screen resolution settings in /boot/config.txt. -KMS driver takes video parameters from /boot/cmdline.txt. Like this: +KMS driver takes video parameters from /boot/firmware/cmdline.txt. Like this: [source] ----