Raspberry Pi Image: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
262 bytes added ,  10:17, 12 July 2022
Add root account information
(Add root account information)
 
(One intermediate revision by the same user not shown)
Line 66: Line 66:
* Enter the username "cmx" and password "cumulusmx"
* Enter the username "cmx" and password "cumulusmx"
: ''For prior releases up to 3.15 the username was "pi" and password (note UK spelling) "raspberry"''
: ''For prior releases up to 3.15 the username was "pi" and password (note UK spelling) "raspberry"''
* When you login it will display a warning about you using the default password and ask you to change it
* '''You should now change the default password'''
:* Use the '''passwd''' command to do this now...
:* Use the '''passwd''' command to do this now...
  <nowiki>cmx@cumulusmx:~ $ passwd
  <nowiki>cmx@cumulusmx:~ $ passwd
Line 143: 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 190: Line 194:
: cd /opt/CumulusMX
: cd /opt/CumulusMX
: sudo mono CumulusMX.exe
: sudo mono CumulusMX.exe


= Build Creation Notes =
= Build Creation Notes =

Navigation menu