Hello,
I apologize for my slow response.
1) This is Quartus via the VNC so I'm not sure if I should touch the .dat file
2) OS:
NAME="SLES"
VERSION="12-SP5"
VERSION_ID="12.5"
PRETTY_NAME="SUSE Linux Enterprise Server 12 SP5"
3) Attached
4) Attached
Also, I did want to mention that I did manage to create the binary file through other means... but it caused the board to stop operating entirely. I needed to do this because this Stratix 10 FPGA is unable to produce .pof files through quartus natively. Essentially we needed to factory restore the board after all of this though.
Steps to get files required for board update portal:
1. Open Quartus
2. Assignments -> Device -> Device and pin options -> Device and pin options -> Configuration -> Set Configuration Scheme to AVSTx32
3. Recompile
4. File -> Programming File Generator
- Set Configuration mode to AVST x32
- Under output files, check Programmer Object File (.pof)
- Under input files, specify the .sof file
- Under Configuration Device, add device CFI_1GB (unsure if this was correct)
5. Generate the .pof
6. Ran the "build_hw.sh" to produce the .bin file
7. Ran the following the produce the .flash file for nios
- elf2flash --base=0x0 --end=0x0FFFFFFF --reset=0x09140000 --input=yourfile_sw.elf --output=yourfile_sw.flash
8. Put these files into the board update portal
Thank you