文章 ID: 000077309 內容類型: 疑難排解 最近查看日期: 2023 年 08 月 16 日

為什麼 sof2flash 實用程式無法在 Intel® Arria® 10、Intel® Cyclone® 10 和 Intel® Stratix® 10 設計中與 EPCQ 器件配合使用?

環境

  • Intel® Quartus® Prime Pro Edition 軟體
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    描述

    由於 Intel® Quartus® Prime 設計軟體版本 17.1 及更早版本中的問題,sof2flash 實用程式可能無法與 Intel® Arria® 10、Intel® Cyclone® 10 和 Intel® Stratix® 10 設計的 EPCQ 設備配合使用。

    可能會看到以下錯誤訊息:

    sof2flash:SOF 中無法識別的裝置系列

    解決方法

    要變通解決此問題,請按照下列步驟操作:

    • 透過「轉換程式檔案」工具生成 RPD

    quartus_cpf -c --device=<EPCQ 快閃記憶體密度> -o auto_create_rpd=on -o rpd_little_endian=off <SOF 檔案名> <POF 檔案名>

    範例:quartus_cpf -c --device=EPCQ64 -o auto_create_rpd=on -o rpd_little_endian=off c10lp_gsrd.sof c10lp_gsrd.pof

    • 透過 nios2-elf-objcopy 工具將 RPD 轉換為 .flash

    nios2-elf-objcopy -I binary -o srec --srec-forceS3 --srec-len 32 <RPD 檔案名> <FLASH 檔案名>

    範例:nios2-elf-objcopy -I binary -O srec --srec-forceS3 --srec-len 32 c10lp_gsrd_auto.rpd c10lp_gsrd.flash

    相關產品

    本文章適用於 3 產品

    Intel® Cyclone® 10 FPGA
    Intel® Stratix® 10 FPGA 與 SoC FPGA
    Intel® Arria® 10 FPGA 與 SoC FPGA

    這個頁面的內容綜合了英文原始內容的人工翻譯譯文與機器翻譯譯文。本內容是基於一般資訊目的,方便您參考而提供,不應視同完整或準確的內容。如果這個頁面的英文版與譯文之間發生任何牴觸,將受英文版規範及管轄。 查看這個頁面的英文版。