Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Programming without Quartus

Hi all, is there a way to keep the FPGA running with out Quartus? I'm using the free version. Can the .sof file be stored in a memory and loads into the FPGA every time the board is turn on with out the need of beeing connected to Quartus? Thanks.

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    which board do you use?

    if your board has EPCS- flash rom, you can download your sof file( actually you have to convert it into jic file)

    after that, EPCS configuers your FPGA each time your board is powered-up.

    if your board is your design, I am not sure if your board has EPCS or not.

    anyway making jic file is [file]->[convert programming files]
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi Akira,

    Thanks for your post. I'm using a BeMicro Cyclone III FPGA - EP3C16F256C8N board. It's a good thing to know that it can be done. Can you point me out to any documentation or tutorials on how to achieve this. Also what's EPCS- flash rom please? Thanks
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks guys. I'm new to this process so if any one can point me to good step by step how to program the jic file to this memory and what code is necessary to make the board work with out Quartus. Thanks