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

lab004/firmware: fix firmware build #18

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

Conversation

jeremyschlatter
Copy link

Fixes two separate issues that were keeping lab004 from working.

The first is a minor but important oversight from b36c77a: It added a definition for crt0.o but then didn't refer to it anywhere, effectively removing crt0.o from the build.

That was likely the cause of #12.

The second issue I don't understand as well, but seems to be exactly the same as enjoy-digital/litex#1007, from which I copied the fix.

Before these fixes, lab004 was failing for me in the same way as described in #12 (and #11). After these fixes, it is working.

Resolves #12

Fixes two separate issues that were keeping lab004 from working.

The first is a minor but important oversight from litex-hub@b36c77a:
It added a definition for crt0.o but then didn't refer to it anywhere,
effectively removing crt0.o from the build.

That was likely the cause of litex-hub#12.

The second issue I don't understand as well, but seems to be exactly the
same as enjoy-digital/litex#1007, from which I
copied the fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hang After "Liftoff" line while loading firmware.bin
1 participant