Skip to content

Commit 1b26f2a

Browse files
committed
Support AI-deck-related doc organization changes
Introduced in bitcraze/aideck-gap8-examples#148
1 parent a553fe0 commit 1b26f2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/documentation/tutorials/getting-started-with-aideck.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ must be flashed to the deck. The symptom of an old bootloader is that flashing o
7373
please go back to this step and flash the bootloader.
7474

7575
You will need to flash the bootloader on the GAP8 separately. This can only be done from a native linux computer or
76-
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).
76+
virtual machine (not WSL) with a [jtag enabled programmer](/documentation/repository/aideck-gap8-examples/master/development/jtag-programmer/) (Olimex ARM-USB-TINY-H JTAG or Jlink).
7777

7878
> You only need to do this once and then you can enjoy the benefits of over-the-air flashing.
7979
@@ -198,7 +198,7 @@ $ git clone https://github.com/bitcraze/aideck-gap8-examples.git
198198
and jump over to one of the following examples:
199199

200200
* [WiFi image streamer](/documentation/repository/aideck-gap8-examples/master/test-functions/wifi-streamer)
201-
* [Classification example](/documentation/repository/aideck-gap8-examples/master/ai-examples/classification-demo)
201+
* [Classification example](/documentation/repository/aideck-gap8-examples/master/examples/classification-demo)
202202

203203
{% endsi_intro %}
204204

src/products/ai-deck.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Thanks to the [GAP8 IoT application processor](https://greenwaves-technologies.c
2929

3030
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.
3131

32-
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.
32+
To set up this board a compatible [JTAG programmer/debugger](/documentation/repository/aideck-gap8-examples/master/development/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/development/flashing/) documentation.
3333

3434
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.
3535

@@ -88,7 +88,7 @@ your own AI powered applications. To be able to get going you will need to compl
8888
examples or get started right away developing something of your own.
8989

9090
Although it's possible to flash the GAP8 over-the-air, it's mandatory to first flash the bootloader
91-
onto the GAP8 using a JTAG adapter, 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.
91+
onto the GAP8 using a JTAG adapter, see [GAP8 bootloader](/documentation/tutorials/getting-started-with-aideck/#gap8-bootloader) in getting stated guide and [flashing](/documentation/repository/aideck-gap8-examples/master/development/flashing/) documentation.
9292

9393
Using the [Crazyflie Packet eXchange protocol (CPX)](/documentation/repository/crazyflie-firmware/master/functional-areas/cpx/) you will be able to communicate between your host computer,
9494
the ESP32, the GAP8 and the STM32 on the Crazyflie. This will enable you to easily send data from the GAP8

0 commit comments

Comments
 (0)