User Profile
User Widgets
Contributions
NIOS2 Host File System not Working
Hi all, please see my code below, I have hostfs enabled in BSP #include <stdio.h> #include <stddef.h> #include <stdlib.h> #include "system.h" #include "alt_types.h" int main () { printf ("HOSTFS step1\n"); FILE *fp; fp = fopen ("/mnt/host/readme.txt", "a"); printf ("HOSTFS step2\n"); if (fp == NULL) { printf ("HOSTFS failed\n"); while (1); } else { fclose (fp); printf ("HOSTFS OK\n"); } return 0; } When execute my code on DE10_LITE board, I could only see HOSTFS step1 readme.txt is a very small ASCII file Any idea it would not fopen readme.txt? Thank u1.7KViews0likes6CommentsQuartus Prime 20.1 LITE Nios Eclipse Not Opening
Hi all, I installed Quartus Prime 20.1 LITE on Windows latest build, BUILD 18363.1256 But Nios2 Eclipse will not start, no GUI I have tried instructions from these posts, https://community.intel.com/t5/Intel-Quartus-Prime-Software/Nios-2-Eclipse-Not-Opening/m-p/1218611#M66654 https://community.intel.com/t5/Programmable-Devices/Why-Nios-II-cant-open/m-p/1235611#M78141 But, none of them worked. Please help. I can down grade to 18.1, but this is my last option Thank you all,6.2KViews0likes3CommentsRe: Move License Server Failed at Self Service Licensing Center
Yes, thank u. Please attache file. We had primary license server, then we had primary and secondary server, now we need to move everything into a single new server. I edit the license file with new NIC ID but received the error message What is the process to move the license server? Please help. Thank u974Views0likes0CommentsMove License Server Failed at Self Service Licensing Center
I would like to change the license server for Quartus II. I update the primary server from old server to new server, but the license file generation failed How do I proceed? Thank u, Online Customer Support form will not let me submit any question because it kept saying my NIC is invalid This process is very frustrating2.5KViews0likes3Comments