I've been trying to use the soc_uart1 on the Juno board the same way as soc_uart0, but there seems to be a problem with this.
Some files in 'arm-trusted-firmware' hint that the uart1 is only available in the secure world. Can I change this and use it as a non-secure uart ?
Thanks,
Stefan
Hi Stefan,
UART1 is indeed reserved for secure world and cannot be changed other than by recompiling the secure world.
Best regard,
Liviu