-
Hi there, We've got one piece of standalone AI-deck v1.1. After supply 3V using a USB converter board, we managed to bring up the AI-deck v1.1. We setup the build environment using both latest docker and self-build Ubuntu 20.04 VMware. Both method works on building your sample code. The flash was accomplished using ARM-USB-TINY-H. We got 2 questions here: 1.We can build and flash aideck-gap8-examples repository with following commands: Build:
or
Flash:
or
But we can't make it run using:
or
It will stuck on last run stage:
Is this normal? What can we do to solve it? Some of working examples from gap_sdk works fine with "make run" command. 2.We already make some examples in gap_sdk to works, including HIMAX camera test, and uart TX/RX, but we are unable to make the wifi-img-streamer example in aideck-gap8-examples repository functional. The build was complete successfully, but opencv-viewer.py stop after finish open connection.
Do you have any suggestion? Thanks a lot for your time. CC Wong |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
Hi Rik,
Thanks for response.
By the way, We've try to figure out correct combinations. We've managed to make the following combinations to work:
But according to my understanding, this version should be using pulpos instead of freertos. We seems can't make wifi-stream example to work on latest(freertos) version.