Run examples

Discussions and questions about the Crazyflie Nano Quadcopter
Post Reply
BadWoman
Member
Posts: 33
Joined: Thu Jan 07, 2021 8:12 pm

Run examples

Post by BadWoman »

I am just starting to setup my AI-deck, but I keep running into issues of not able to run the examples. It says Error 127.
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: Run examples

Post by kimberly »

Hi! You need to be more descriptive about your problem. For example:

- On what OS are you?
- Which version of the gap8 SDK are you using?
- Are you using the docker containers to flash the example
- Are you trying to flash the gap8 chip or the nina?
BadWoman
Member
Posts: 33
Joined: Thu Jan 07, 2021 8:12 pm

Re: Run examples

Post by BadWoman »

I am not certain of what version of gap8 SDK I am using since my professor gave the ai deck to me in a small bag. I am not sure how to choose the correct board when using source sourceme.sh command.
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: Run examples

Post by kimberly »

It seems that you would need to read up on documentation first You can find the AIdeck documentation here, and the information on the gap8 SDK here. Moreover, working with the AIdeck requires an experience in embedded programming experience, so if that is not the case, there is anybody in your lab that is able to help you with this?

You need to source the aideck with:

Code: Select all

source configs/ai_deck.sh
in the gap8 sdk.
Post Reply