Forum Discussion
garry
New Contributor
7 years agoCycloneV SoC 評価ボードで FPGA上で動作確認しています。 onchip memoryに .hex を登録するだけで動作すると考え、objcopy により、axf->.hex変換しました。 この.hexをonchip memoryに登録しましたが、コンパイルエラーになります。 どのような手順で .sof 作成すればよいですか?
HPS以外のQsys構成は、PIO、RAM です。 RAM1 0x00000 (for pre-loader 64KB ) RAM2 0x10000 (for main 64KB ) LED ( PIO for Debug) Env. windows7 pro (64bit) 16GB mem Quartus Prime ver18.0 DS-5 5.28.1 (buil...
EBERLAZARE_I_Intel
Regular Contributor
7 years agoHi,
I recommend that you try to run a Simple Bare Metal Project Using On-Chip-RAM:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_bm.pdf#page=5
Regards.