Disable console over Serial in Dev on RPi3?

Hi, yes you can if you first ssh to your machine and then do the following steps:

  1. First disable read-only rootfs:
    # mount -o remount,rw /

  2. Then mask the serial getty service:
    # systemctl mask serial-getty@serial0.service

Then reboot the board and you should be all set.

2 Likes