Code Monkey home page Code Monkey logo

Comments (5)

Wiz-IO avatar Wiz-IO commented on June 27, 2024

the examples is from SDK3 and must be valid for SDK4

SDK2 not have qapi_atfwd_Pass_Pool_Ptr,
if you have SDK2 archive - get example from there or ask from Quectel

from platformio-quectel-examples.

devwoojin avatar devwoojin commented on June 27, 2024

quectel eval board + BG96 + PlatformIO

ATI
Quectel
BG96
Revision: BG96MAR02A07M1G

OK

patformio.ini
[env:bg96]
platform = quectel
board = bg96
framework = threadx
upload_port = COM26

threadx-bg96.py
....
def dev_init(env, platform):
dev_create_template(env)
dev_compiler(env)
framework_dir = env.PioPlatform().get_package_dir("framework-quectel")
core = env.BoardConfig().get("build.core")
env.sdk = env.BoardConfig().get("build.sdk", "SDK2").upper() #SDK2 #SDK2831 #SDK325 #SDK424

the default main.c only works SDK2 , SDK2831
SDK325, SDK424 build, upload success but not work.

from platformio-quectel-examples.

Wiz-IO avatar Wiz-IO commented on June 27, 2024

are you switch SDK from platformio.ini
;board_build.sdk = ; empty is SDK2, other SDK2831 SDK325 SDK424

from platformio-quectel-examples.

Wiz-IO avatar Wiz-IO commented on June 27, 2024

btw: you can not use SDK3/4 with BG96MAR02A07M1G
SDK3 is for ...RA3...

https://github.com/Wiz-IO/platform-quectel/wiki/Framework-ThreadX#firmwares-and-quectel-bg96-threadx-sdk

from platformio-quectel-examples.

devwoojin avatar devwoojin commented on June 27, 2024

thank you..^^

from platformio-quectel-examples.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.