2024年11月21日星期四 下午8:42:10

How to install Raspberry Pi OS Lite (64-bit) with an SD card reader

10 个月 前
#28347 引用
20240118
How to install Raspbian with an SD card reader via Raspberry Pi Imager


Debian Bookworm 12.4 (stable)

Raspberry Pi OS Lite (64-bit)
Raspberry Pi OS Lite
Release date: December 11th 2023
System: 64-bit
Kernel version: 6.1
Debian version: 12 (bookworm)
Size: 433MB
Show SHA256 file integrity hash:
Release notes



Raspberry Pi OS Lite (64-bit)
https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-11/2023-12-11-raspios-bookworm-arm64-lite.img.xz


202305

https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz


hassos for Raspberry pi 3b+
https://github.com/home-assistant/operating-system/releases/download/11.4/haos_rpi3-11.4.img.xz


Useful links
https://raspberrytips.com/install-raspberry-pi-os/


How to install Android OS on your Raspberry Pi 4 via Raspberry Pi Imager
https://emteria.com/blog/android-13-in-raspberry-pi-imager

https://bigtechquestion.com/2022/02/08/software/install-raspberry-pi-os-lite/


https://www.pragmaticlinux.com/2020/11/perform-a-minimal-install-on-your-raspberry-pi/
0
10 个月 前
#28348 引用
烧录树莓派系统、远程启动树莓派的步骤是:

下载树莓派操作系统,官方的Raspberry Pi OS Lite。
TF卡插入电脑,用SD Card Formatter等软件格式化TF卡。
用树莓派镜像烧录器「Raspberry Pi Imager」软件将下载的树莓派系统烧录至TF卡。

选择「使用自定义镜像」选用已经下载到本地的操作系统镜像

在弹出的窗口中,首先勾选「开启SSH服务」,这样才能利用SSH连接工具远程访问树莓派。


https://zhuanlan.zhihu.com/p/677716648

Raspberry Pi OS Bullseye

2022年4月7日,树莓派官方发布新闻称,出于系统安全考虑,目前最新的树莓派系统「Raspberry Pi OS Bullseye」已经移除了默认账户「Pi」,用户需要在首次启动树莓派系统时设置账号和密码,才能进入树莓派系统。这意味着,我们在设置账号密码前无法远程进入树莓派系统了。

树莓派的新系统(2022年4月以后发布的系统)不再使用默认账户pi和默认密码raspberry,这是出于对系统安全的考虑,树莓派团队对此作出了说明,详细请查看以下连接:

https://www.raspberrypi.com/news/raspberry-pi-bullseye-update-april-2022/

SD Card Formatter
https://www.sdcard.org/downloads/formatter/

Raspberry Pi OS Lite  bookworm
0
10 个月 前
#28352 引用
RPI Imager

Step 1: Choose OS



Raspberry Pi OS Lite
0
10 个月 前
#28353 引用
Step 3: Write the OS on Storage
0
10 个月 前
#28354 引用
Step 2:Advanced options
In the bottom-right corner of Raspberry Pi Imager, you may have noticed a wheel icon. It’s there to configure advanced options for your installation. Settings that will be applied directly on the first boot: custom user and password, network configuration, etc.



Raspberry Pi Imager
or
Balena Etcher

实际刻录过程中,都出现了校验中断错误。
0
10 个月 前
#28371 引用
1
0
10 个月 前
#28372 引用
1
0
10 个月 前
#28373 引用
DiskGenius   20240120  202405

https://www.diskgenius.com/download.php

https://download2.eassos.com/DGEngSetup5511508.exe


https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz

老是出现校验错误,最后用这个软件刻录到tf卡解决。
0
10 个月 前
#28374 引用
part 2

Connect a USB keyboard and HDMI monitor directly to the Raspberry Pi.

HDMI,手动调整aoc 显示器设置连接方式:aoc 显示器设置连接方式由DP 调整为 HDMI

几分钟后自动调整分辨率
0
10 个月 前
#28375 引用
part 3

2022年4月7日,树莓派官方发布新闻称,出于系统安全考虑,目前最新的树莓派系统「Raspberry Pi OS Bullseye」已经移除了默认账户「Pi」,用户需要在首次启动树莓派系统时设置账号和密码,才能进入树莓派系统。这意味着,我们在设置账号密码前无法远程进入树莓派系统了。

https://blog.matterxiaomi.com/blog/raspberry-pi-ssh-server-part1/

step 0 新建pi raspberry

step 1.Enable Raspberry local root Login
root账户未启用,修改密码启用
Enable Raspberry local root Login
By default, the root user is disabled on Raspberry Pi OS。by default, the root user is disabled on Raspberry Pi OS for security reasons.

Change a new password for root login

unlock the root account



#设置root用户密码
sudo passwd root


sudo passwd --unlock root #启用root用户



@raspberrypi:~# cat /etc/debian_version
12.5
0