Merge pull request #248 from antmicro/rephrase-docs
xc7: linux-litex: add information on the ethernet boot
This commit is contained in:
commit
52c39b5a22
|
@ -32,10 +32,13 @@ Now you can upload the design with:
|
|||
|
||||
.. note::
|
||||
|
||||
LiteX on Linux demo expects you to use IPv4 address of ``192.168.100.100/24``
|
||||
on your network interface.
|
||||
The LiteX design is provided with an Ethernet module that uses the ``192.168.100.100/24``
|
||||
IPv4 address that needs to be set on your network interface.
|
||||
|
||||
You should observe the following line in the OpenOCD output
|
||||
You may find these information useful to correctly setup the network interface:
|
||||
https://github.com/timvideos/litex-buildenv/wiki/Networking
|
||||
|
||||
You should observe the following line in the OpenOCD output:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue