Difference between revisions of "Create SD Image Version 0.8.5"
(→Get latest image) |
|||
Line 21: | Line 21: | ||
Verify the checksum: | Verify the checksum: | ||
− | $ openssl dgst -sha256 -hex 2024-11-19-raspios-bookworm-armhf-lite.img.xz | + | $ openssl dgst -sha256 -hex 2024-11-19-raspios-bookworm-armhf-lite.img.xz |
− | SHA2-256(2024-11-19-raspios-bookworm-armhf-lite.img.xz)= 1dacc70cc09162c995020ac1739ee60e6843cf2bfb393654e694e3f017d781bb | + | SHA2-256(2024-11-19-raspios-bookworm-armhf-lite.img.xz)= 1dacc70cc09162c995020ac1739ee60e6843cf2bfb393654e694e3f017d781bb |
Extract the image | Extract the image | ||
− | $ unxz 2024-11-19-raspios-bookworm-armhf-lite.img.xz | + | $ unxz 2024-11-19-raspios-bookworm-armhf-lite.img.xz |
Unzip the image | Unzip the image |
Revision as of 19:08, 11 April 2025
Bug fixes
- Fix problem with pulling weather data from a personal weather station
Features
- Update OS to latest Raspberry Pi OS release
How the image was created
Get latest image
Download, verify the SHA256 checksum, unzip, burn image.
Raspberry Pi OS Lite
Release date: November 19th 2024 System: 32-bit Kernel version: 6.6 Debian version: 12 (bookworm) Size: 508MB SHA256: 1dacc70cc09162c995020ac1739ee60e6843cf2bfb393654e694e3f017d781bb
Verify the checksum:
$ openssl dgst -sha256 -hex 2024-11-19-raspios-bookworm-armhf-lite.img.xz SHA2-256(2024-11-19-raspios-bookworm-armhf-lite.img.xz)= 1dacc70cc09162c995020ac1739ee60e6843cf2bfb393654e694e3f017d781bb
Extract the image
$ unxz 2024-11-19-raspios-bookworm-armhf-lite.img.xz
Unzip the image
$ unzip 2019-07-10-raspbian-buster-full.zip Archive: 2019-07-10-raspbian-buster-full.zip inflating: 2019-07-10-raspbian-buster-full.img
Copy it to the SD card
# dd bs=40M if=2019-07-10-raspbian-buster-full.img of=/dev/sdb 153+1 records in 153+1 records out 6434062336 bytes (6.4 GB, 6.0 GiB) copied, 819.132 s, 7.9 MB/s
Boot Buster boots directly into the window system.
....