Skocz do zawartości

Pomocna odpowiedź

Napisano (edytowany)

Czy jest dostępny Raspberry Pi Desktop for PC, ale na Debianie 13 bo nie mogę znaleść obrazu raspberry pi os na PC  w raspberry pi imager też go nie ma.

Znalazłem coś teki ego You can install Raspberry Pi OS Trixie (Debian 13) on a PC or laptop using a custom setup, though it is not officially distributed as a standard PC OS image.
Key Steps to Install Raspberry Pi OS Trixie on a PC

Download the Debian 13 "Trixie" net installer ISO from the official Debian website.
Flash the ISO to a USB drive using tools like Rufus or balena-etcher.
Boot from the USB drive and install Debian Trixie on your PC.
After installation, configure the system to match Raspberry Pi OS by adding the Raspberry Pi repository:
sudo mkdir -p /etc/apt/sources.list.d/
sudo touch /etc/apt/sources.list.d/raspios.list
echo "deb [trusted=yes] http://archive.raspberrypi.org/debian/ trixie main" | sudo tee /etc/apt/sources.list.d/raspios.list
sudo apt update

Install the Raspberry Pi desktop environment:
For Wayland (recommended): sudo apt install rpd-wayland-all
For X11: sudo apt install rpd-x-all
Reboot to access the Raspberry Pi desktop experience.
Important Notes

This setup provides a Raspberry Pi OS-like desktop, including the PiXtrix theme, Nunito Sans Light font, new icons, and Control Centre app.
The Raspberry Pi Foundation does not officially support this method, and upgrading from Bookworm to Trixie on an existing system is not recommended.
You may need to manually configure Wi-Fi and other hardware settings, as the Pi OS desktop is optimized for Raspberry Pi hardware.
This approach allows you to run the Raspberry Pi OS Trixie desktop experience on x64 PCs, ideal for testing, learning, or repurposing older hardware.

Edytowano przez Michal88

Bądź aktywny - zaloguj się lub utwórz konto!

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto w ~20 sekund!

Zarejestruj nowe konto, to proste!

Zarejestruj się »

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się »
×
×
  • Utwórz nowe...