I had the problem that my Raspberry Pi 4 didn't boot (rainbow screen). After adding a boot_delay=1
in the config.txt
the problem was solved. (See this answer)
But according to the docs the default boot_delay
is already 1 second, so in my opinion there should be no difference. Can anyone explain me, why setting the value (to the default value) still solved my boot issue?