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

Merging latest LiteX-BuildEnv commits #414

Merged
merged 7 commits into from Mar 10, 2018
Merged

Conversation

mithro
Copy link
Member

@mithro mithro commented Mar 4, 2018

No description provided.

ewenmcneill and others added 7 commits February 10, 2018 18:33
On the Mimas v2 the Gateware and the BIOS need to be stored in the same
flash on the Mimas v2 board, updated via the same method (MimasV2Config.py).
As a result it is not very usfeul to *just* install the Gateware, with
no BIOS image, as the only way to get a BIOS image onto the board would
be to use "make image-flash" with no application, which would also load
the Gateware again.

Redirect the "make gateware-flash" on the Mimas v2 to load an image
that contains the Gateware + BIOS, but no application.  The result is:

    make gateware-flash - flashes Gateware+BIOS, make firmware-load works
    make image-flash    - flashes Gateware+BIOS+Firmware, use firmware-connect
Makefile: make FIRMWARE=none work, Mimas v2 gateware-flash redirected to include BIOS
If 'atftpd' or 'in.tftpd' are not installed then which will output an
error whenever the Makefile is evaluated. This happens everytime the
bash prompt is evaluated. Specifically because $PROMPT_COMMAND is
overwritten by 'scripts/enter-env.sh'.
Previously `scripts/enter-env.sh` would unconditionally set
PROMPT_COMMAND to run the litex_buildenv_prompt function, overwriting
any value set by the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants