Skip to content

Commit

Permalink
Updated AI-deck JTAG documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Oct 5, 2023
1 parent 37d4d27 commit 4112705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/documentation/tutorials/getting-started-with-aideck.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ must be flashed to the deck. The symptom of an old bootloader is that flashing o
please go back to this step and flash the bootloader.

You will need to flash the bootloader on the GAP8 separately. This can only be done from a native linux computer or
virtual machine (not WSL) with a jtag enabled programmer (Olimex ARM-USB-TINY-H JTAG or Jlink).
virtual machine (not WSL) with a [jtag enabled programmer](/documentation/repository/aideck-gap8-examples/master/infrastructure/jtag-programmer/) (Olimex ARM-USB-TINY-H JTAG or Jlink).

> You only need to do this once and then you can enjoy the benefits of over-the-air flashing.
Expand Down
2 changes: 1 addition & 1 deletion src/products/ai-deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Thanks to the [GAP8 IoT application processor](https://greenwaves-technologies.c

The {% poplink ai-deck %} 1.1 extends the computational capabilities and will enable complex artificial intelligence-based workloads to run onboard, with the possibility to achieve fully autonomous navigation capabilities. The ESP32 adds WiFi connectivity with the possibility to stream images as well as handling control.

To set up this board a compatible JTAG programmer/debugger is needed, see [GAP8 bootloader](/documentation/tutorials/getting-started-with-aideck/#gap8-bootloader) in getting stated guide and [flashing](/documentation/repository/aideck-gap8-examples/master/infrastructure/flashing/) documentation.
To set up this board a compatible [JTAG programmer/debugger](/documentation/repository/aideck-gap8-examples/master/infrastructure/jtag-programmer/) is needed, see [GAP8 bootloader](/documentation/tutorials/getting-started-with-aideck/#gap8-bootloader) in getting stated guide and [flashing](/documentation/repository/aideck-gap8-examples/master/infrastructure/flashing/) documentation.

The {% poplink ai-deck %} 1.1 version only has minor updates compared to the {% poplink ai-deck %} 1.0. The Himax camera module is now the greyscale version and the GAP8 is now revision C instead of B. For more details read [this blog post](https://www.bitcraze.io/2021/01/ai-deck-product-update/) and if the Bayer RGB version camera is wanted it can be bought stand alone here.

Expand Down
2 changes: 1 addition & 1 deletion tools/build/download_hardware_docs
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ function downloadGithubRelease() {

echo "Downloading hardware documentation..."

downloadGithubRelease "hardware" "30"
downloadGithubRelease "hardware" "31"

0 comments on commit 4112705

Please sign in to comment.