+
minecraft-pi-reborn
-
Copy_img_to_SD_USB.txt
-
VNC-Viewer-7.11.1-Linux-x64
RETURN TO PARENT DIRECTORY
Download $xz -dv 2024-03-15-raspios-bookworm-armhf.img.xz from:
raspberrypi.com/software/operating-systems/
Linux instructions:
As non-root
$xz -dv 2024-03-15-raspios-bookworm-armhf.img.xz
As sudo -i or su - user (root)
#fdisk -l
Disk /dev/sdb: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk /dev/sdc: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk /dev/sdf: 29.81 GiB, 32010928128 bytes, 62521344 sectors
Disk model: USB3.0 CRW-SD
Notice "/dev/sdf" is a 29.81 GiB USB
Move to the directory with the "2024-03-15-raspios-bookworm-armhf.img" image.
Use the "dd" command to copy the *.img to the /dev/sdf USB\
#dd if=2024-03-15-raspios-bookworm-armhf.img of=/dev/sdf status=progress
!Make sure to dd to the corect device!