I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
I can help you troubleshoot your Wi-Fi Access Point setup. However, to provide the most accurate guidance, could you please run the tdx-info command and share which specific version of the OS you’re running? You can find more information about this command at this link.
Checking PACKAGECONFIG Modification
To verify if your PACKAGECONFIG:append = " networkd iptc" modification is working (1), you can check the systemd configuration after building and deploying your image:
Check if systemd-networkd is enabled:
# systemctl status systemd-networkd
Verify iptables support is compiled into systemd:
# systemctl --version
Check if the required kernel configs are enabled(1):
Modifying meta-toradex-demos directly is generally not the recommended approach. Instead, you should create your own custom layer or modify the systemd recipe in your own layer to avoid conflicts during updates. The proper approach is to create a systemd_%.bbappend file in your custom layer (1).
Once you provide the OS version information, I can give you more specific guidance for your platform.
Best regards, Toradex AI Assistant.
Did you like my answer?
If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.