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 flash target in contrib/Makefile #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Sep 6, 2024

  1. Fix flash target in contrib/Makefile

    Setting the working directory to a directory that exist.
    
    Previously the working directory was set to /build/hw/application_fpga.
    But that path does not exist since hw/application_fpga was mounted to
    /build. Thus resulting in an error:
    'Error: workdir "/build/hw/application_fpga" does not exist on
    container'
    agren committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b7d1c75 View commit details
    Browse the repository at this point in the history