Git Product home page Git Product logo

Comments (8)

BrunoLevy avatar BrunoLevy commented on May 19, 2024

Hi Matt,
Oops, Forgot to add this file last time. Now I've added it.
Best regards,
-- B

from learn-fpga.

darkstar007 avatar darkstar007 commented on May 19, 2024

Hi B,

Thanks, but I now get:

$ make BUILD_DIR=/home/matt/litex_2022/build/radiona_ulx3s/
 CC       tinyraytracer.o
In file included from demos/tinyraytracer.c:6:
demos/demos.h:4:10: fatal error: command.h: No such file or directory
 #include "command.h"
          ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:110: tinyraytracer.o] Error 1

Matt

from learn-fpga.

BrunoLevy avatar BrunoLevy commented on May 19, 2024

On the command line you need to specify where LiteX is installed:

$ make LITEX_DIR=<your local installation of LiteX> LITEX_PLATFORM=radiona_ulx3s (or whatever you are using)

Alternatively, you can edit the Makefile and make it point to your local installation of LiteX:

# find BUILD_DIR without using Python wrapper
LITEX_DIR?=/home/blevy/Programming/LiteX
LITEX_PLATFORM?=radiona_ulx3s

from learn-fpga.

darkstar007 avatar darkstar007 commented on May 19, 2024

Ahh, OK, I was taking the instructions from here where it says:

$ make BUILD_DIR=<path where you synthesized LiteX> 

It builds now thanks.

from learn-fpga.

BrunoLevy avatar BrunoLevy commented on May 19, 2024

Thanks ! (I've fixed the documentation that was wrong !)

from learn-fpga.

darkstar007 avatar darkstar007 commented on May 19, 2024

I also came across some typo's you might want to fix. On this, in the section on OpenFPGALoader every command has openFPGALoader spelt as openFLGALoader!

from learn-fpga.

darkstar007 avatar darkstar007 commented on May 19, 2024

Sorry, another typo in this page. In Step 2: Execute, it says:

$ lxterminal --kernel demo.bin /dev/ttyUSBnn

and should be:

$ lxterm  --kernel demo.bin /dev/ttyUSBnn

from learn-fpga.

BrunoLevy avatar BrunoLevy commented on May 19, 2024

Many thanks for your feedback and for the fixes !

from learn-fpga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.