- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have started our fpga development with Arria10 fpga development board. We have compiled our code and created sof file. We just wanted to program the file and test working of our code.
We are using linux ubuntu system. Please share us any document (or procedure) that to do the same. It needs to have selection of the device (active serial or passive serial, etc.)
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kottee,
To program .sof file:
quartus_pgm –c <cable index> -m jtag -o "p;filename.sof"
i.e.: quartus_pgm -c 1 -m jtag -o "p;filename.sof"
To list down the cable index:
quartus_jli -n
To convert programming file (.pof or .jic or etc2) or choose specified configuration mode (ps, fpp or etc2), you can use quartus_cpf
Please refer to the following link for more details regarding to Scripting Reference Manual.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf
I hope this will help.
Thanks😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page