Re: Instructions: Installing CumulusMX on Raspberry Pi
Posted: Mon 23 Jan 2023 4:40 pm
I have never myself installed a pi headlessly, so unfortunately I can’t help you much with that. But if it does not appear on your network, probably either the instructions are outdated or you have missed something, or there is a problem in your network.
About ping, ssh and ftp:
You can use ping to check if the pi is responding at all from windows command prompt or linux terminal just by typing
ping 192.168.1.2 (if this is your pi’s ip)
For a ssh connection you need PuTTY or some other ssh client. And of course also a username and password. Ftp is used only to upload files to web server that is hosting the cmx website.
With a new install you might also run to a problem with mono crashing if your pi is version 1 or pi zero, but that should not prevent it from connecting the wifi. In that case you should still see the pi responding to ping, and you need to connect via ssh to reinstall mono.
About ping, ssh and ftp:
You can use ping to check if the pi is responding at all from windows command prompt or linux terminal just by typing
ping 192.168.1.2 (if this is your pi’s ip)
For a ssh connection you need PuTTY or some other ssh client. And of course also a username and password. Ftp is used only to upload files to web server that is hosting the cmx website.
With a new install you might also run to a problem with mono crashing if your pi is version 1 or pi zero, but that should not prevent it from connecting the wifi. In that case you should still see the pi responding to ping, and you need to connect via ssh to reinstall mono.