Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAbout host file system
I used the altera host file system to open a file .mp3,, is this a legal operation or not? if it is legal then why [[FILE *hostfile =fopen ("/mnt/host/song.mp3","rb");]] return NULL!! can any...
Altera_Forum
Honored Contributor
15 years agoI built a new program,which I want to write data from PC to DDR2 SDRAM on the development board via JTAG UART. First ,I do an experiment that read file from PC.
When debug, it give " Cannot open file yuv_data.bin". Where I should put the "yuv_data.bin".My project isn'n inside the path you said. Thank you!