Hello! I was following the recently updated documentation to setup seL4 on the Raspberry Pi 4B.
My current issue is that there is no serial when dtoverlay=disable-bt
is removed, the Pi simply hangs after the GPU test. If I place the line back into the config.txt file, U-Boot loads as expected, lets me fatload the file and jump into the kernel… At that point, the serial no longer functions, and the Pi seems to be doing something but sends nothing back.
Looking at the commit history, I noticed there was a way to patch the kernel in relation to this commit and the relevant commit messages, so I will attempt that, but any other comments and information would be helpful. Thank you.