Page 1 of 1

setting up AI deck

Posted: Tue Jul 06, 2021 7:05 am
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).

Re: setting up AI deck

Posted: Tue Jul 06, 2021 1:21 pm
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.