You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the demo, Linux is bound to a PL011 UART at 0x1c090000, but the DTS defines the UART at 0x1c0a0000. Despite this, the boot log still appears on the terminal (because the correct set of console in bootargs). The issue arises because the stdout-path in the DTS incorrectly points to /pl011@1c090000, which does not exist. It should instead point to /pl011@1c0a0000. Fixing this mismatch will correctly configure the console output from the start.
In the demo, Linux is bound to a PL011 UART at 0x1c090000, but the DTS defines the UART at 0x1c0a0000. Despite this, the boot log still appears on the terminal (because the correct set of console in bootargs). The issue arises because the stdout-path in the DTS incorrectly points to /pl011@1c090000, which does not exist. It should instead point to /pl011@1c0a0000. Fixing this mismatch will correctly configure the console output from the start.
https://github.com/bao-project/bao-demos/blob/426a74912f340302e5baf975b63876ea1958703c/demos/linux%2Bfreertos/devicetrees/fvp-a/linux.dts#L94-95
The text was updated successfully, but these errors were encountered: