Methods for installing the official 32-bit system:
1. Download the latest system image file from the official website and write to the TF card using the Raspberry Pi System recording tool. 2. Enable SSH connection: Create a new text file under the boot root of the burn and rename it to SSH3. Default user name and key: Username:pi,password:raspberry4. Modify time zone: sudodpkg-reconfigure Tzdata ----------------------------------------------------------------------------------------------------------
64-bit Raspberry Pi System installation Method:: HTTPS://GITHUB.COM/CHAINSX, after downloading, write to the TF card. 1. User name: Ubuntu, Password: UBUNTU2. The system does not have a crontab and requires additional installation: sudo apt-get install Cron3. The system does not bring PYTHON3-PIP and requires additional installation: sudo apt-get install PYTHON3-PIP4. The system does not have the default character set as: ASCII and needs to be modified to Utf-8:locale-a the character set supported by the query systemExport Lang=en_ca.utf set character set
Raspberry Pi How to install 64-bit Ubuntu