Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to start Mango in Raspberry pi 3 b+
-
Hi there,
I have install Mango on my Raspberry Pi 3b+. I have also installed the JDK 8 . I have unzip the mango on my pi directory. However, when I try to execute Manggo using ma-start.sh at the terminal, it does not respond. Can you advice me on this matter.
Thank you
Best regards
Ramhuzaini -
navigate your terminal to your bin directory of you mango installation and run
sudo ./ma.sh start
-
Ok. it works. Thank you very much