From 4112705f17d8d2ff4fa0e4fcd684205c2fcfad14 Mon Sep 17 00:00:00 2001 From: Tobias Antonson Date: Thu, 5 Oct 2023 13:02:42 +0200 Subject: [PATCH] Updated AI-deck JTAG documentation --- src/documentation/tutorials/getting-started-with-aideck.md | 2 +- src/products/ai-deck.md | 2 +- tools/build/download_hardware_docs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/documentation/tutorials/getting-started-with-aideck.md b/src/documentation/tutorials/getting-started-with-aideck.md index 9a70d762..0ab32d5a 100644 --- a/src/documentation/tutorials/getting-started-with-aideck.md +++ b/src/documentation/tutorials/getting-started-with-aideck.md @@ -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. diff --git a/src/products/ai-deck.md b/src/products/ai-deck.md index d9e49b8a..2b3c5059 100644 --- a/src/products/ai-deck.md +++ b/src/products/ai-deck.md @@ -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. diff --git a/tools/build/download_hardware_docs b/tools/build/download_hardware_docs index d4ec7efd..74797a86 100755 --- a/tools/build/download_hardware_docs +++ b/tools/build/download_hardware_docs @@ -48,4 +48,4 @@ function downloadGithubRelease() { echo "Downloading hardware documentation..." -downloadGithubRelease "hardware" "30" +downloadGithubRelease "hardware" "31"