Forum Discussion
Shoval
New Contributor
2 years agoUART 16550 compatible Linux device
Hello all, In my Quartus project I connected a UART 16550 compatible soft IP, and it is visible in the .sopcinfo generated. Later I build a .dtsi and a .dtb files using yocto angsrom, in the .dtsi ...
aikeu
Regular Contributor
2 years agoHi Shoval,
Can check in Uboot or Linux user space by accessing the address of the connected UART IP?
Example like "md" cmd in Uboot or "devmem" cmd in Linux pointing to the specific connected addresss of UART IP in your design. Should be able to observe some of the IP defaut reset values if the IP is presence in the working system.
Any failure indication in the booting logs when the system trying to probe the driver to the particular address of the UART IP?
Another thing is does the below enabled in the linux config file?
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
Thanks.
Regards,
Aik Eu