Hi, so am looking to use stm32 blue pill with Zero and I need a uart, but I can’t figure how to enable a UART.
I did look into the https://wiki.radxa.com/Zero/Debian#common_hardware_interface. I did try the last example on the page and when I list the tty, I do see the /dev/ttyAML4 after system reboot.
Then I tried to enable UART-AO-B on the GPIOAO 8 & GPIOAO 9, so I modified the file /boot/eEnv.txt with “overlays=meson-g12a-uart-ao-b-gpioao-8-gpioao-9”, rebooted the system I ran the command “dmesg | grep tty”. I do not see any changes to list
gave it another try but the second time was with “overlays=meson-g12a-uart-ao-b-on-gpioao-8-gpioao-9”. I still do not see any change when I run "dmesg | grep tty"
am I missing something, have typo or are the UARTs are enabled by default? if yes how do I view it in the terminal
Thanks and regards
Hilal Al Harthi