From 14cbd3422138d263e2e25775948866c368561343 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Wed, 19 Apr 2017 01:20:46 -0300 Subject: [PATCH] Updating BUILD.txt for Raspberry Pi 2 --- BUILD.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BUILD.txt b/BUILD.txt index ca9ed9b..2c1e8cd 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -30,6 +30,17 @@ dtoverlay=pi3-disable-bt - Reboot the RPi: sudo reboot +* Enable serial port /dev/ttyAMA0 (Raspberry Pi 2 only): +- Edit /boot/cmdline.txt +sudo nano /boot/cmdline.txt +(remove the text: console=serial0,115200) + +- Disable services: +sudo systemctl disable serial-getty@ttyAMA0.service + +- Reboot the RPi: +sudo reboot + * Build de firmware and upload to ZUMSpot: cd ~ - Install the necessary software tools: