learn-fpga icon indicating copy to clipboard operation
learn-fpga copied to clipboard

Basic/FOMU/FOMU_blink/makeit.sh: recognize different types of board (FOMU_REV)

Open vazhnov opened this issue 4 years ago • 6 comments
trafficstars

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:

export FOMU_REV=hacker
cd learn-fpga/Basic/FOMU/FOMU_blink
./makeit.sh

And now my FOMU blinks with RGB LED.

I'm not sure about license clean of the result:

  • I took *.pcf files from a project with Apache License 2.0
  • This project is distributing under BSD-3-Clause License

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.pcf

P.S.: I'm a newbie in all this FPGA world, so maybe I did something wrong.

vazhnov avatar Jul 21 '21 22:07 vazhnov

@BrunoLevy , what do you think about this change?

vazhnov avatar Jul 23 '21 07:07 vazhnov

I've asked the fomu-workshop project to share these files under more permissive license: https://github.com/im-tomu/fomu-workshop/issues/505

vazhnov avatar Jul 24 '21 09:07 vazhnov

@BrunoLevy , could you please take a look at the answer https://github.com/im-tomu/fomu-workshop/issues/505 ?

vazhnov avatar Aug 06 '21 11:08 vazhnov

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.

BrunoLevy avatar Aug 06 '21 15:08 BrunoLevy

Just a reminder :)

vazhnov avatar Sep 20 '21 10:09 vazhnov

Just a reminder-2022 :)

vazhnov avatar Apr 23 '22 18:04 vazhnov