How to update the Crowpi2 OS image?
You need to take out the SD card and use a computer for image burning, and it can be roughly divided into 3 steps:
1. Download the mirror
crowpi2_release_v1.2.0_en_20210305.zip
https://drive.google.com/file/d/1vNiY359ShIS39KHX0jtAyz682MvaxhdK/view?usp=sharing
2. Format the memory card
Using SDFormatter software to format the SD card.
You can download this software from the download link at the bottom of this comment.
3. Install the image
Using Win32DiskImager software to install the iamge, which is very easy to operate.
You can download it from the download link at the bottom of this comment, too.
After you have burned the image, inserting the memory card into the Raspberry Pi of CrowPi2, and then turn it on.
Download link for SDFormatter and Win32DiskImager:
https://drive.google.com/file/d/1UH4J6dYeL6qB-9oqcBBX1lm17A_q4WZ6/view
Comments
I wanted to install emacs, which required a package update. I found this forum thread useful:
Summary of commands, which download about 1.5 GB of updates:
sudo apt update
sudo apt full-upgrade
sudo reboot