I have recently started using SC606T EVK board and received SDK files along with documentation. I have completed the SDK setup now.
I have tried building the helloworld example using following steps:
I am using ubuntu 22 and compiled sdk using docker image provided by quectel support team and my directory is work
- run docker image.
- Go to work/SC60_Linux_R09_r038/poky and source build/conf/set_bb_env.sh
- now go to work/SC60_Linux_R09_r038/quectel-app/example/helloworld
- run command $make
- It build the binary on my linux computer.
- Tried it will ./helloworld and worked perfectly.
- used adb shell to push to my evk kit in /usr/bin/
- tried running in adb shell using helloworld
- getting error /usr/bin/helloworld: line 1: syntax error: unexpected “(”