I just updated the firmware to a recent version and discovered that start.elf hangs if no .dtb is present in the boot partition. If the dtb is present the rpi boots fine but if you force the bootloader not to load the dtb by setting device_tree= in config.txt, the bootloader hangs as well. Is this c...