Thanks Jonathan.
The documentation is really awesome.
Regards,
Dinesh
On Thu, Dec 27, 2018 at 4:26 PM Dr Jonathan Kimmitt <jrrk2(a)cam.ac.uk> wrote:
At a late stage it was found that the eth and mmc functionality could
be
squeezed
into one executable called boot (the same name as the previous release).
I don't know
why the documentation was not updated though. Mea Culpa.
On 27/12/2018 10:32, Dinesh Thirumurthy wrote:
> Hi,
>
> Following the instructions at
>
>
https://www.lowrisc.org/docs/generate-the-bitstream/
>
> I was able to generated bitstreams for hello, dram, and eth targets.
> And run them.
>
> I am unable to 'make mmc'
>
> Output of make hello; make dram; make eth; make mmc at
>
>
https://github.com/hakrdinesh/e/blob/master/nexys/mmc.out
>
> The error message for 'make mmc' is
>
> dt@marina:~/l/lowrisc-chip/fpga/board/nexys4_ddr$ make mmc
> make: *** No rule to make target 'mmc'. Stop.
> dt@marina:~/l/lowrisc-chip/fpga/board/nexys4_ddr$ make --debug mmc
> GNU Make 4.1
> Built for x86_64-pc-linux-gnu
> Copyright (C) 1988-2014 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> Reading makefiles...
> Updating goal targets....
> File 'mmc' does not exist.
> Must remake target 'mmc'.
> make: *** No rule to make target 'mmc'. Stop.
> dt@marina:~/l/lowrisc-chip/fpga/board/nexys4_ddr$
>
> Kindly let me know if this target exists or is known by another name?
>
> Thanks.
>
> Regards,
> Dinesh