Search found 2 matches

by yaooooo
Wed Mar 10, 2021 10:27 am
Forum: AI-deck
Topic: gap_sdk v-3.8.1
Replies: 1
Views: 1092

Re: gap_sdk v-3.8.1

Hi, Can you please check which version of pip you are using? It seems a problem of python package management. We strongly recommand you to use "Anaconda": https://www.anaconda.com/products/individual After installing the Anaconda, please configure a env for python3, then install all the pa...
by yaooooo
Mon Oct 12, 2020 9:39 am
Forum: AI-deck
Topic: [SOLVED] Why can we use the Olimex ARM-USB-TINY-H debugger for ARM architecture to debug a chip with RISC-V architect?
Replies: 2
Views: 1684

Re: Why could we use the Olimex ARM-USB-TINY-H debugger for ARM architecture to debug a chip with RISC-V architecture?

Because we have implemented openOCD (http://openocd.org/), which is a standard debug interface between target and your host. Once it's implemented, the openOCD will be in charge of your PC command -> JTAG control -> target debugging/programming, no matter it's ARM target or MIPs or x86 or RISC-V. Ho...