我已经为带有 flutter 和 clang 层的
STM32mp157f-disco 板构建了 st-image-weston。然后我构建了 SDK:
- bitbake core-image-weston -c populate_sdk
然后我安装了SDK
- .tmp/deploy/sdk/core-image-weston-openstlinux-weston-stm32mp15-disco-x86_64-toolchain-4.0.1-snapshot.sh
之后我设置环境
- source /opt/st/stm32mp15-disco/4.0.1-snapshot/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
- export CC=${CLANGCC}
- export CXX=${CLANGCXX}
我的问题是如何将一个简单的 flutter 应用程序安装到我的发现板上。我需要遵循哪些步骤。