setting up AI deck

Discussions about the AI-deck
Post Reply
AriadnaR
Beginner
Posts: 21
Joined: Fri Jun 04, 2021 3:19 pm

setting up AI deck

Post by AriadnaR »

Hello,
I have been looking at the geting started website : https://www.bitcraze.io/documentation/r ... g-started/ .
in that link it sends you to another link (https://github.com/GreenWaves-Technologies/gap_sdk) that you need to compile some code first. During the "Download and install the toolchain" I had an error.
When I entered " cd ~/gap_riscv_toolchain_ubuntu_18
./install.sh" the output was:

Code: Select all

bitcraze@ubuntu:~$ cd ~/gap_riscv_toolchain_ubuntu_18
bitcraze@ubuntu:~/gap_riscv_toolchain_ubuntu_18$ ./install.sh
Enter the path where the compiler will be installed (you may need to execute this script with sudo): /usr/lib/gap_riscv_toolchain 

Do you know where I can get more detailed steps on how to use the AI deck and how to set it up with a multiranger ? (another links you suggest).
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: setting up AI deck

Post by kimberly »

Hi!

We don't really see an error... it seems that you should just press enter ? Or as the script suggest, do

Code: Select all

sudo ./install.sh
There is also instructions on how to use a docker container for flashing. which is much easier in our experience.

By the way, if you are a beginner, I highly recommend you to watch the AIdeck intro workshop by pulp-platform which is only a few months old.
Post Reply