Hallo zusammen,
heute möchte ich euch erklären, wie der Rasperry PI 4 von USB booten kann. Dazu müssen wir einige Einstellungen vornehmen, den seit September 2020 gibt es ein EEPROM-Update. Vorweg möchte ich noch sagen, es gibt viele Wege. Diesen Weg habe ich gewählt und der funktioniert bei mir.
today I want to explain you how the Rasperry PI 4 can boot from USB. For this we have to make some settings, because since September 2020 there is an EEPROM update. Before I would like to say, there are many ways. I have chosen this way and it works for me.
Wir brauchen eine SD-Karte mit dem neuesten Image von Raspberry Pi OS. Wie man die SD-Karte mit dem OS flash brauche ich nicht erklären. Nach dem Start können wir die Einstellung über das Terminal oder Putty machen.
We need an SD card with the latest image of Raspberry Pi OS. How to flash the SD card with the OS I do not need to explain. After startup we can make the setting via the terminal or Putty.
Update
sudo apt update
Update installieren / Install update
sudo apt upgrade
Firmware updaten / Update firmware
sudo rpi-update
Restart
sudo reboot
Nach dem Neustart wird die Firmware aktualisiert, hier nutzten wir ein Tool.
After the reboot the firmware is updated, here we used a tool.
sudo apt install rpi-eeprom
Editieren einer Datei / Editing a file
sudo nano /etc/default/rpi-eeprom-update
Änderung / Modification
"critical" in /to "stable"
Strg + o und / and Enter
Strg + x
Wechseln in ein Verzeichnis "bootloader" / Change to a "bootloader" directory
cd /lib/firmware/rasperrypi/bootloader/stable/
Liste des Inhalts / Content list
ls -l
Jetzt brauchen wir Bezeichnung der richtigen Datei hier ein BESPIELBILD !!!!
Now we need designation of the correct file here an example PICTURE !!!!
Notiert euch den Dateinamen, mit dem aktuellen Datum, in der Liste.
(z.B. wie auf dem Bild pieeprom-2020-07-16.bin)
Note the file name, with the current date, in the list.
(e.g. like on the picture pieeprom-2020-07-16.bin)
Aktualisieren des Bootloader / Update the bootloader
sudo rpi-eepromupdate -d-f pieeprom-xxxx-xx-xx.bin
(die x mit dem richtigen Datum ersetzten / replace the x with the correct date!)
Enter
Der EEPROM sollte jetzt aktuell sein. Wenn eine Fehlermeldung auftaucht, dann steht auch im Text drin, wie die richtige Befehlszeile ist, um das ganze nach dem Neustart zu aktualisieren.
The EEPROM should now be up to date. If an error message appears, then it also says in the text what the correct command line is to update the whole thing after the restart.
Neustart / Reboot
sudo reboot
Wenn der Raspberry Pi neu gestartet ist, können wir überprüfen, ob das Update im EEPROM geklappt hat.
When the Raspberry Pi is restarted, we can check if the update in the EEPROM worked.
vcgencmd bootloader_version
Jetzt sollte alles aktuell sein und man kann jetzt, das Booten von der USB-Festplatte nutzen. Im nächsten Beitrag werde ich euch erklären wie Ihr das Image von @dotwin1981 anpassen müsst damit es von der SSD bootet, das ist etwas umfangreicher und würde den Beitrag zu lang machen. Aber dieser Beitrag ist die Grundvoraussetzung für alle anderen Einstellung.
Die Umsetzung von diesem Beitrag geschieht auf eigene Gefahr, ich garantiert und hafte für gar nichts!
Now everything should be up to date and you can now use booting from the USB hard drive. In the next post I will explain how you have to adjust the image of @dotwin1981 to boot from the SSD, this is a bit more extensive and would make the post too long. But this post is the basic requirement for all other settings.
The implementation of this post is at your own risk, I guarantee and am not liable for anything!
Bis dahin einen schönen Abend noch. / Until then, have a nice evening.
Euer Hornet on Tour
Instagram: https://www.instagram.com/hornet_on_tour/
Twitter: https://twitter.com/OnHornet
Photo by Hornet on Tour (Michael der Knipser)
Translated with www.DeepL.com/Translator (free version)
Das ist ja gar nicht mal so kompliziert. Ist auf jedem Fall eine sehr gute Option wenn man eine zu kleine SD-Karte hat, wenn man mit dem RasPi dann auch eine Dig Node machen will. Da bin ich mal gespannt, was man am Image dann ändern muss.
Das klingt echt interessant.... da ich noch die ein oder andere SSD hier liegen habe auch wenn scheinbar meine SD schnell und gross genug ist :) aber es wäre dann genug platz da um zu erweiteren sollten wir das mal müssen :)
Congratulations! This post has been upvoted by the @blurtcurator communal account,
You can request a vote every 12 hours from the #getupvote channel in the official Blurt Discord.Don't wait to join ,lots of good stuff happening there.
Congratulations, your post has been curated by @dsc-r2cornell. You can use the tag #R2cornell. Also, find us on Discord
Felicitaciones, su publicación ha sido votada por @ dsc-r2cornell. Puedes usar el tag #R2cornell. También, nos puedes encontrar en Discord
Gevotet habe ich dich mal du Schlingel ,hast gar nicht bescheid gesagt :D
Ansonsten klingt das sehr interessant und besonders für die Dig Validatoren interessant was du da gebastelt hast.
du war's schneller, wie ich beim Schreiben XD, aber ein Beitrag ist raus.