Hello everyone,
I’m having trouble running duo-tdl-examples on the duo-buildroot-sdk (versions v2.0.1 later).
The Issue: It looks like the duo-tdl-examples repo is a bit outdated and not fully compatible with the newer SDK structure (v2.0.1+). Does anyone know the proper workaround? I suspect I might need to replace some libs or adjust the config, but I’m not sure which ones are required for these newer versions
My Understanding is the documentation mentions that duo-tdl-examples were extracted from the SDK. However, due to the version gap, the required libraries or configurations seem to have diverged.
Could anyone provide guidance on how to migrate or run these examples on the V2 environment?
- Are there specific libraries (.so files) from V2 that I need to manually replace in the example directory?
- Are there any changes required in the configuration or makefiles to align with the V2 SDK?
Any advice would be greatly appreciated.
Environment:
- Hardware: Milk-V Duo 256m
- SDK Version: duo-buildroot-sdk-v2(develop)
- Example Repo: duo-tdl-examples