Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: flashupdate.py fix for intel PAC n3000 cards - boot_page #3060

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hwspeedy
Copy link

@hwspeedy hwspeedy commented Dec 14, 2023

Issue:
fpgasupdate.py does not work on intel PAC n3000 devices due to added check for updating FPGA factory image when running factory image.

Found:
The boot_page is only implemented in PMCI driver not the SPI driver.

Changed:
Checked for SPI bus:
Seems that a check for spi_bus is used several places in the fpga.py. I do not have knowledge - if the Intel PAC n3000 NIOS can supply which fpga image is loaded in another way, so just disabled the factory update check for SPI interfaces.

Test:
Success - programmed user image on Intel PAC n3000.

Seems that a check for spi_bus is used several places in the fpga.py. 
I do not have knowledge - if the Intel PAC n3000 NIOS can supply fpga image loaded in another way, so just disabled the factory update check for SPI interfaces.
@hwspeedy hwspeedy requested a review from a team as a code owner December 14, 2023 02:32
@chipb-intel
Copy link
Contributor

@tk-x86 -- Maybe something you could look at this week with Tim?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants