-
Notifications
You must be signed in to change notification settings - Fork 248
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
Basic/FOMU/FOMU_blink/makeit.sh: recognize different types of board (FOMU_REV) #44
Open
vazhnov
wants to merge
5
commits into
BrunoLevy:master
Choose a base branch
from
vazhnov:FOMU_tutorial_fix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@BrunoLevy , what do you think about this change? |
I've asked the fomu-workshop project to share these files under more permissive license: im-tomu/fomu-workshop#505 |
@BrunoLevy , could you please take a look at the answer im-tomu/fomu-workshop#505 ? |
Hi Alexey,Sure ! (I am currently with limited internet access, will integrate your pull request as soon as I get some wifi with my computer).Best wishes,--BrunoEnvoyé depuis mon appareil Galaxy
-------- Message d'origine --------De : Alexey Vazhnov ***@***.***> Date : 06/08/2021 13:50 (GMT+01:00) À : BrunoLevy/learn-fpga ***@***.***> Cc : Bruno Levy ***@***.***>, Mention ***@***.***> Objet : Re: [BrunoLevy/learn-fpga] Basic/FOMU/FOMU_blink/makeit.sh: recognize different types of board (FOMU_REV) (#44)
@BrunoLevy , could you please take a look at the answer im-tomu/fomu-workshop#505 ?
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Just a reminder :) |
Just a reminder-2022 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried to run through this tutorial https://github.com/BrunoLevy/learn-fpga/blob/master/FemtoRV/TUTORIALS/FOMU.md and I found it doesn't work with my FOMU, which is the very first version, v0.0, here https://workshop.fomu.im/en/latest/requirements/hardware.html it is named "Hacker".
So I took logic and variables names from https://github.com/im-tomu/fomu-workshop/blob/master/hdl/board.mk and I copied board files from https://github.com/im-tomu/fomu-workshop/tree/master/pcf
Now my FOMU works with these commands:
And now my FOMU blinks with RGB LED.
I'm not sure about license clean of the result:
But these files are board description, and they are probably trivial.
Another strange thing: file
FemtoRV/BOARDS/fomu-pvt.pcf
is different. I hope it's correct here https://github.com/im-tomu/fomu-workshop/blob/master/pcf/fomu-pvt.pcfP.S.: I'm a newbie in all this FPGA world, so maybe I did something wrong.