Hello,
We're using the latest SDK ( 07.00 ). We've successfully build a kernel and DTB file to use. From our bootloader we load both these files ( which places the address of the fdt in it's special register which is passed to the kernel ). However, after the line "starting kernel..." is shown, nothing else seems to appear on our uart.
The uart is connected to UART0, no other uarts are routed, so we can't access them. Also, when turning on low-level debugging, we can't use a predefined value, since all the predefined values state UART1,2,3,4...but never 0. Luckily, we have an option to not specify it: "DEBUG_LL_UART_NONE", which states that this relies on our platform choosing the right UART defintion internally. However, that doesn't compile, since its missing the "mach/debug-macro.S" file.
I feel like we are running in circles...
Kind regards,
Arend