RRU Setup Raspberry PI: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 May 2025

  • curprev 09:0509:05, 25 May 2025 OE3ANC talk contribs 1,404 bytes +51 No edit summary Tag: Visual edit
  • curprev 08:5808:58, 25 May 2025 OE3ANC talk contribs 1,353 bytes +1,353 Created page with "<span id="set-up-the-raspberry-pi-4"></span> == Set up the Raspberry Pi 4: == <span id="configure-the-internal-serial-port"></span> === Configure the internal serial port: === Add user to dialout group: <pre>sudo usermod -aG dialout $USER newgrp dialout # or log off / log in</pre> Disable serial console: <pre>sudo systemctl stop serial-getty@ttyS0.service sudo systemctl disable serial-getty@ttyS0.service</pre> Set overlay: This moves <code>/dev/ttyAMA0</code> to wher..." Tag: Visual edit: Switched