Hello,
I have a board that is very similar to the imx8ulp-evk, but I am having some trouble switching the debug terminal from LPUART5 to LPUART7. I've referenced this post https://community.nxp.com/t5/i-MX-Processors/iMX8ULP-change-u-boot-serial-console-from-UART5-to-UART... and made the following changes:
However, I'm still not seeing anything on LPUART7. Any thoughts on what I am missing?
解決済! 解決策の投稿を見る。
Hello,
The only change that I see that you are missing would be changing the definition on uboot here:
https://github.com/nxp-imx/uboot-imx/blob/lf_v2025.04/arch/arm/include/asm/arch-imx8ulp/imx-regs.h#L...
Unless I miss it in your post, please try to change this as well.
Best regards/Saludos,
Aldo.
Hello,
The only change that I see that you are missing would be changing the definition on uboot here:
https://github.com/nxp-imx/uboot-imx/blob/lf_v2025.04/arch/arm/include/asm/arch-imx8ulp/imx-regs.h#L...
Unless I miss it in your post, please try to change this as well.
Best regards/Saludos,
Aldo.
Thanks that fixed it!