Skip to content

Commit

Permalink
Merge pull request #122 from vicharak-in/shwet
Browse files Browse the repository at this point in the history
fpga prog added
  • Loading branch information
bojle authored Mar 27, 2024
2 parents 1642569 + 9d73a7a commit a4b2971
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
Binary file added source/_static/images/FPGA_JTAG_PROG.webp
Binary file not shown.
Binary file added source/_static/images/FPGA_SPI_PROG.webp
Binary file not shown.
12 changes: 5 additions & 7 deletions source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,30 @@ What else do you need?
purchase it separately. This is essential for the initial setup process
when you need to connect the Vaaman to a monitor.

`Get cable from here <https://amzn.eu/d/9OHoLZ7>`_


**2. USB Keyboard and Mouse**
A USB keyboard and mouse are required to interact with the Vaaman.
We recommend using a wireless keyboard and mouse for easier access.
This is essential for the initial setup process when you need to interact
with the Vaaman using the display.

`Get the combo from here <https://amzn.eu/d/97mZY2c>`_


**3. Monitor with HDMI input**
A monitor with HDMI input is required to connect the Vaaman.
The monitor is not included in the box, and you need to purchase it
separately. This is essential for the initial setup process when you need
to connect the Vaaman to a monitor.

`Get 1080p monitor from here <https://amzn.eu/d/doCOT5P>`_


**4. USB-C to USB-A Male cable (optional)**
A USB-C to USB-A Male cable is required to connect the Vaaman to your
computer. This is optional and is only required if you want to connect
the Vaaman to your computer.
This is essential for the configuration and development process.

`Buy from here <https://amzn.eu/d/efC0NtA>`_


**5. SD-card (optional)**
An SD-card is required to flash the Vaaman with the latest image.
Expand All @@ -87,7 +86,7 @@ What else do you need?
Get at least a 16GB SD-card. We recommend using a good quality SD-card that
supports **UHS-I** interface and has a read speed of at least 100MB/s.

`Get 32GB UHS-I card from here <https://amzn.eu/d/48KqdA5>`_


**6. Internet Connection (optional)**
An internet connection is required to download the latest image and
Expand All @@ -102,7 +101,6 @@ What else do you need?
computer to access the serial console. This is optional and is only
required if you want to access the serial console for debugging purposes.

Get Vaaman compatible FTDI from the `Vaaman Store <#>`_

.. note::
| The items listed above are not included in the box.
Expand Down
10 changes: 4 additions & 6 deletions source/vaaman-fpga.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ Hardware Connections
Locate the 10-pin headers on the Vaaman board. These can be found from
the schematic.

Ensure the Vaaman board is powered off and disconnected from the power
supply.
Ensure the Vaaman board is powered On.

Connect the USB-to-SPI Module to the Vaaman board.

While connecting the Programmer module, make sure to follow the
indicated color code as shown in the image.

.. image:: _static/images/vaaman-fpga-spi-flash-programming.webp
.. image:: _static/images/FPGA_JTAG_PROG.webp
:width: 50%

Download the HEX file
Expand Down Expand Up @@ -94,15 +93,14 @@ Hardware Connections
Locate the 10-pin headers on the Vaaman board. These can be found from
the schematic.

Ensure the Vaaman board is powered off and disconnected from the power
supply.
Ensure the Vaaman board is powered On.

Connect the USB-to-JTAG Module to the Vaaman board.

While connecting the Programmer module, make sure to follow the
indicated color code as shown in the image.

.. image:: _static/images/vaaman-fpga-jtag-flash-programming.webp
.. image:: _static/images/FPGA_SPI_PROG.webp
:width: 50%

Download the BIT file
Expand Down

0 comments on commit a4b2971

Please sign in to comment.