Altera_Forum
Honored Contributor
11 years agoPC controlling 8 Cyclone Transciever FPGA boards via USB
I need to do one of the following.
1. Have multiple Eclipse sessions controlling multiple Cyclone Transciever Starter Kits / NIOSII cards. 2. Have multiple NIOS command line sessions controlling up to 8 Cyclone Tranciever Starter Kits / NIOSII cards for .elf load and nios_terminal sessions I am not sure how to address each USB connection explicitly or it it is possible on a single PC ? Can anyone point to a solution here. My backup plan is to use a single Eclipse session for debug, commit the .elf -> FLASH on each Cyclone board and call the IOCTL to allow stdio to timeout with no terminal so as not to be blocking program execution. Thanks In Advance.