I am a univerity student from China.
use the zynq board to do my graduate design
I find some references in this net
I am studying Training&Videos---> Introduction to Zynq
Lab experiment 2 now,,the hello_world_0.elf experiment.
now I have one problem.
in Lab02 -Hello_World_14_2_2.pdf. Page 28 .
After configuring in XPS-->export hardware to sdk-->run as-->run configuration.
#######
17. Switch to the STDIO Connection tab.
18. Check the box for Connect STDIO to Console.
19. Select the PORT for the Cypress USB-UART.
20. Set the BAUD Rate to 115200.
#######
my host os is gentoo linux..with ISE 14.4 installed.
in "Run configuration"-->"Xilinx C/C++ elf"-->STDIO connection
,there's no right port to choose ,as there's COM_n in windows_os.The only default choice is JTAG_UART, BAUD_RATE is locked at 9600.
I have compile the linux kernel,,the cypress make a nod in /dev as /dev/ttyACM0,and it's useful before,that equals com_N in win os.But there's no choice.
how to solve the problem?
Will I have to install a windows os to make it work?
Thank you.