Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- DE0-Nano come without SD. I recommend you DE1-SOC that come with FPGA+ARM to run Linux from SD. Mono is not a good idea on an embedded system, I think that there isn't even "apt-get" but I can check.. DE1-Soc has 2 usb host port, you can connect things. Your module should be compatible with Linux. PS: DE0-Nano != DE0-Nano-SoC Kit --- Quote End --- Sorry I made a mistake I meant : DE0-Nano-SoC Development Kit this is the link: http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=167&no=941 this board have a SD CARD, terasic give a linux image for the SD card. im not a programmer so i don't know why its not good to work with mono on embedded .Either way my programmers know only C# so this is the reason that they use MONO. on the DE0-Nano-SoC Development Kit i plan to use a 4 port usb HUB ( because i have 4 usb modules that we need to communicate with). my programmer have 2 has two concerns: 1. the Linux operating system that terasic give support the new version of Mono. 2. he told me that he need that the linux will come with the UART driver (COM port) that he can communicate with the USB devices ? ( for example if i connect one of the usb modules to windows OS ..so after i install there drivers i see them on the device manager as COM port and it easy to my programmer to communicate with them via his code...but here i need it for linux) Hope I explain my question ... I'm not software guy :) thanks