FHEM Forum

FHEM - Hardware => Einplatinencomputer => Thema gestartet von: satprofi am 08 Dezember 2020, 11:59:58

Titel: Raspbi 3B+ von USB starten
Beitrag von: satprofi am 08 Dezember 2020, 11:59:58
Hallo.
Habe genannten Raspbi , u. wollte jetzt von USB SSD booten.
Einstellungen in der config.txt geändert,
start_x=0
gpu_mem=16
program_usb_boot_mode=1


aber dürfte nicht von USB booten. Ebenso passt die Ausgabe nicht vcgencmd otp_dump | grep 17:  17:3020000a , da steht bei mir 17:1020000a

fdisk -l
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            8192      122879       57344    c  W95 FAT32 (LBA)
/dev/sda2          122880    15644671     7760896   83  Linux

auf einem Raspbi 2 funktioniert es aber mit der herrkömmlichen methode in der config.txt.
root=/dev/mmcblk0p2

Titel: Antw:Raspbi 3B+ von USB starten
Beitrag von: Wernieman am 09 Dezember 2020, 10:51:21
Nach der Änderung rebootet?
Titel: Antw:Raspbi 3B+ von USB starten
Beitrag von: Otto123 am 09 Dezember 2020, 11:12:26
Aber eigentlich:
ZitatRaspberry Pi 3B+, Compute Module 3+
The Raspberry Pi 3B+ and Compute Module 3+ support USB mass storage boot out of the box. The steps specific to previous versions of Raspberry Pi do not have to be executed.
Von der offiziellen Quelle -> https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
Bei meinem liefert vcgencmd otp_dump | grep 17 auch den richtigen Wert. Und ich glaube ich habe da nie selbst "geflashed"
Titel: Antw:Raspbi 3B+ von USB starten
Beitrag von: satprofi am 09 Dezember 2020, 19:46:26
danke für die tips, versuche es nochmals