Is there any place that debugging messages get logged during the start4.elf portion of the boot process?
BEFORE start4.elf runs, when the EEPROM is running, it's possible to configure UART output. This is useful to confirm the the EEPROM-portion of the firmware was able to read the sd card and locate start4.elf.
AFTER the kernel has started to boot, messages should be logged in /var/log/messages by the kernel.
However, I'm hitting issues where the EEPROM bootloader finds and starts start4.elf, but then the boot process stops working at some point before the kernel starts logging messages.
[This question is asked in the context of the Raspberry Pi 4].