pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
904 stars 298 forks source link

stdout of PULPino #27

Closed abdullahyildiz closed 8 years ago

abdullahyildiz commented 8 years ago

Which pins of ZedBoard are used for stdout of PULPino? It seems you've used EMIO connections of Zynq device for UART0 but I couldn't find location constraints within project files of pulpemu. Or did I miss something?

abdullahyildiz commented 8 years ago

I think there are no such pins going outside from ZedBoard, ttyPS0 which corresponds to UART0 is connected to PULPino on programmable logic.

gautschimi commented 8 years ago

stdout goes over uart to the ps (so internal). it will be pasted on the console which means you should see it when you login to the ps with minicom or ssh.

abdullahyildiz commented 8 years ago

What is the baud rate of UART0 which is connected over /dev/ttyPS0?

kenzhang82 commented 7 years ago

Hi,

I also have this question, what is the baud rate of UART0 which is connected over /dev/ttyPS0? If it is not standard baud rate, how can we observe the output of PULPino using Minicom? It misses some characters.

Best, Ken