Tim 'mithro' Ansell
Tim 'mithro' Ansell
It looks like this version has not built yet. `v0.0.4-322-g3548304` looks like the latest version.
That looks like an issue in the download prebuilt script. The `/home/travis/...` path should have been translated to your local path.
The pull request at https://github.com/timvideos/litex-buildenv/pull/72 should fix the issue with the absolute paths. It will be merged shortly.
@diginfo The best place to ask the questions about actually using MicroPython is on the [#timvideos IRC channel](http://webchat.freenode.net?channels=%23timvideos). The MicroPython port is very much still a work in progress and...
FYI - The above messages from @zrecore were actually from me debugging on @zrecore's laptop. This behaviour seems to occur with both Python 2 and Python 3. It also seems...
I need to dig out my tinyfpga-bx from a box somewhere to test myself. Probably be a couple of days before that happens...
@samreenislam - Have you gotten to the stage of a LiteX BIOS prompt?
@samreenislam FYI You can find us on irc.freenode.net on #litex & #timvideos IRC channels if you want to ask questions interactively.
Some good examples of including / using Verilog files can be found at the CPU cores at https://github.com/enjoy-digital/litex/tree/master/litex/soc/cores/cpu GitHubenjoy-digital/litexBuild your hardware, easily! Contribute to enjoy-digital/litex development by creating an account...
That is the *bash* prompt. The LiteX BIOS prompt comes when you do a `make firmware-connect` and are successfully talking serial to the BIOS running on the softcore inside the...