Raspberry Pi Image: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
503 bytes added ,  10:17, 12 July 2022
Add root account information
(Add root account information)
 
(4 intermediate revisions by 2 users not shown)
Line 64: Line 64:
:*; [[File:PuTTY-01.png|none]]
:*; [[File:PuTTY-01.png|none]]
* You will have the accept the SSH key the first time you connect
* You will have the accept the SSH key the first time you connect
* Enter the username "pi" and password (note UK spelling) "raspberry" - these are the default Raspberry Pi username credentials
* Enter the username "cmx" and password "cumulusmx"
* When you login it will display a warning about you using the default password and ask you to change it
: ''For prior releases up to 3.15 the username was "pi" and password (note UK spelling) "raspberry"''
* '''You should now change the default password'''
:* Use the '''passwd''' command to do this now...
:* Use the '''passwd''' command to do this now...
  <nowiki>pi@cumulusmx:~ $ passwd
  <nowiki>cmx@cumulusmx:~ $ passwd
Changing password for pi.
Changing password for cmx.
Current password:  
Current password:  
New password:  
New password:  
Line 77: Line 78:
** ''The build has set a default which is for '''en_UK UTF-8''' locale and '''GMT''' timezone''.  
** ''The build has set a default which is for '''en_UK UTF-8''' locale and '''GMT''' timezone''.  
** Use '''sudo raspi-config''' 5. Localization Options, L1 Locale (select en_US ISO-8851-1 for USA if needed) and L2 Timezone (select the appropriate timezone), then '''sudo reboot''' if needed to engage the new settings.
** Use '''sudo raspi-config''' 5. Localization Options, L1 Locale (select en_US ISO-8851-1 for USA if needed) and L2 Timezone (select the appropriate timezone), then '''sudo reboot''' if needed to engage the new settings.
** NOTE: if you are using ''bullseye'' (or up), verify all locale settings are the same (run: locale). If not then edit /etc/default/locale and add (or change) LC_ALL=<locale wanted>. save, exit and reboot again.
* Check the status of the Cumulus MX service with the command '''sudo systemctl status cumulusmx'''<br />
* Check the status of the Cumulus MX service with the command '''sudo systemctl status cumulusmx'''<br />
: You will get some information back, the important bit to note is the line starting '''Active:''', it should say '''active (running)'''
: You will get some information back, the important bit to note is the line starting '''Active:''', it should say '''active (running)'''
Line 141: Line 143:
# the processed ''realtime.txt'' -> /run/cumulusmx/realtime.txt
# the processed ''realtime.txt'' -> /run/cumulusmx/realtime.txt
# the processed '''wxnow.txt''' -> /run/cumulusmx/wxnow.txt
# the processed '''wxnow.txt''' -> /run/cumulusmx/wxnow.txt
=== Root Account ===
The image does not alter the default root account from the Raspberry Pi OS base image. So the root account does not have a password set, and cannot be used to logon to the system. If you wish to relax this default security then there are plenty of web sites with instructions on how to do this.


=== Image Customisations ===
=== Image Customisations ===
Line 188: Line 194:
: cd /opt/CumulusMX
: cd /opt/CumulusMX
: sudo mono CumulusMX.exe
: sudo mono CumulusMX.exe


= Build Creation Notes =
= Build Creation Notes =

Navigation menu