Forum Discussion
54 Replies
- KWang97
Occasional Contributor
Hi,@JohnT (Intel)
Thanks for your idea. While The problem is that workers in factory can’t compile. They just can program a file into FPGA.
They will edit a file with different serial number to each product and then program the file into FPGA.
Is there a method that I can edit a file and then directly program the file into FPGA without compiling. Thanks!
- JohnT_Altera
Regular Contributor
Hi,
May I know if you have On Chip Flash IP in your design?
The design example that I provide is for your to create a sof file which can use it to update the UFM flash using rpd or writing directly to the exact location. Recompilation is not needed once you created the sof file for you to modify the UFM memory anytime.
- JohnT_Altera
Regular Contributor
Hi,
May I know how do you connect the On Chip Flash IP? Not sure if you are able to follow the connection in my attach design example on connecting the On Chip Flash IP to JTAG to Avalon Master? You may follow the guide in the document in order to run the System Console and update the UFM.
Please let me know if the document is not sufficient.
- KWang97
Occasional Contributor
Hi,@JohnT (Intel)
I just use flash IP and instantiated in VHDL. I just write and read with VHDL and didn't use others connected with flash IP. So please give me more specific resources about this. The userguide.dox is very simple and I can't get anythin about it.
I also can just open the project you uploaded as pictures below, how to see the code ?
- JohnT_Altera
Regular Contributor
Hi,
Please use Qsys or Platform Designer under Tools to open the system level design.
- KWang97
Occasional Contributor
I can only open file like this picture. But I can't see any other information like code to operate this qsys.
- JohnT_Altera
Regular Contributor
Hi,
This is the connection. So when you generate the HDL code using Platform designer then it will generate the code for you.
The picture you are observing the overall connection where Platform Designer will show how the Avalon is connected.
- KWang97
Occasional Contributor
After connecting the On Chip Flash IP to JTAG to Avalon Master, then what's the next step? How to code in FPGA and how to operate to realize the function that I can modify the generated file and then directly program into FPGA.
Then FPGA will have application image in CFM and serial number in UFM.
- JohnT_Altera
Regular Contributor
Hi,
After connecting and follow the memory mapping in the Platform designer, then you can directly use System Console to write it.