From b688c570afe6a047c0c8d0fe783aac83af091599 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 12 Feb 2019 22:04:01 -0500 Subject: [PATCH] Update README.rst --- roles/pbx/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/pbx/README.rst b/roles/pbx/README.rst index f4664fcce..737e53d95 100644 --- a/roles/pbx/README.rst +++ b/roles/pbx/README.rst @@ -33,6 +33,11 @@ You can monitor the FreePBX service with command:: systemctl status freepbx +Raspberry Pi Zero W Warning +--------------------------- + +Node.js applications like Sugarizer, Node-RED and Asterisk/FreePBX `won't work `_ on Raspberry Pi Zero W (ARM6) if you installed Node.js while on RPi 3 or 3 B+ (ARM7). If absolutely necessary, run "./runrole nodejs" from the Pi Zero W itself, before proceeding to install Sugarizer, Node-RED and/or Asterisk/FreePBX. + Attribution -----------