Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi again guys,
Here's a convenient solution. Again, I'm working on an image processing circuit and don't want to spend time now messing around with image file I/O. I'm using a terasIC dev kit with an HDMI TX on it. The kind folks at terasIC showed me a short-cut to achieve the objective of initializing the SDRAM with a test image file: 1. in Quartus programmer, configure the kit with Control_Panel.sof 2. in terasIC Control Panel, click the "copy file to SDRAM" button, which provides GUI browsing to the file on my PC's drive 3. in Quartus programmer, configure the kit with my circuit.sof At reset, my Nios needs to tell the Frame Reader to start reading a 1080p frame from SDRAM location 0. Now I reckon that's a lot easier than implementing my own UART driver! If I'm overlooking something, please let me know. If anyone else ever benefits from reading this solution, please let me know. Cheers --todd