hello
ist nur eine info
https://www.raspberrypi.com/documentation/computers/configuration.html
Example config.txt
Code
Boot_Order options:
The BOOT_ORDER property defines the order for the different boot modes. It is read from right to left and up to 8 digits can be defined.
In the example set above “BOOT_ORDER=0xf416” this is 6-1-4-f:
6 = First boot attempt from NVME
1 = Second boot attempt from SD card
4 = Third boot attempt from USB
f = Loop – start again at the first boot attempt
############
BOOT_UART=1
POWER_OFF_ON_HALT=0
BOOT_ORDER=0xf146
PCIE_PROBE=1
dtparam=pciex1
dtparam=pciex1_gen=3
include distroconfig.txt
Display More